I ran this by our resident sendmail expert and this is the info that he gave me:
You need to add a RELAY ACCEPT line to the SMTP relay so that the messages are passed on to sendmail. This is done by editing the file in /var/opt/scalix/sys/smtpd.cfg
Add something like this to the smtpd.cfg file:
Code: Select all
RELAY ACCEPT myotherdomain1.com
RELAY ACCEPT myotherdomain2.com
Save the file and restart the Scalix smtpd service.
Code: Select all
omoff -d0 smtpd; sleep 1; omon smtpd
Next, you will need to create a new mailer entry in /etc/mail/sendmail.cf file.
Code: Select all
Minternal, P=[IPC], F=mDFMuXa, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP, E=\r\n, L=990, T=DNS/RFC822/SMTP, A=TCP $h 2525
Then you will need to create an entry in /etc/mail/mailertable. Add the following line to this file: Please note that <TAB> represent hitting the tab key.
Code: Select all
myotherdomain1.com<TAB>internal:[internal.server.name1]
myotherdomain2.com<TAB>internal:[internal.server.name2]
Create a fresh copy of the mailer db:
Restart sendmail