Page 1 of 1

Issues with mail delivery to local domains

Posted: Wed Jan 16, 2008 12:07 am
by propagandhi
Hi,

I've managed to get all my local domains configured, but the only local domain that scalix will accept mail for at present is the very first domain I started with.

When sending mail to any other local domain, the message is bounced with the following error:

Technical details of permanent failure:
PERM_FAILURE: SMTP Error (state 13): 553 sorry, sorry, that domain isn't allowed to relay (#5.7.1)

Can someone please help!!

Posted: Wed Jan 16, 2008 1:06 am
by mikevl
Hi

First you need to create email addresses for each user and for each domain you want to use. i.e.

john@abc.com
john@xyz.com

Second you may need to edit the smtpd.cfg file
var/opt/scalix/xx/s/sys/smtpd.cfg

RELAY accept 127.0.0.1
RELAY accept .abc.com
RELAY accept .xyz.com
RELAY Log_Reject ALL
RELAY Log_Reject ALL

Mike