Liam Delahunty: Home Tips Web Contact
Recommended laptop
under £500
.

Think I deserve a present? See my Amazon Wish List

Setting up email only accounts on Cobalt Raq

If you accept mail for a domain that you don't have an account for you can get 550 errors, relaying denied.

So, first do the DNS. Point A to your main IP address and the MX records to your mail server

Then add the www.domain.tld and domain.tld to the Host/Domain aliases in the Server Setting > Email Management

Then edit /etc/mail/virtusertable
add
@domain.tld forwawrding@differntdomain.tld
@www.domain.tld forwawrding@differntdomain.tld

then:
makemap hash /etc/mail/virtusertable < /etc/mail/virtusertable

restart sendmail:

/etc/rc.d/init.d/sendmail restart

Bingo!

Share this!