Postby dougp23 » Wed Apr 30, 2008 2:22 pm
OK, so I thought I would resurrect this thread after a few PMs between me and techsharp.
Here are the changes summarized, Valerion and techsharp can correct me if I am wrong.
STEP 1.
In sendmail.mc change
DAEMON_OPTIONS(`Port=smtp, Addr=127.0.0.1, Name=MTA')dnl
to
DAEMON_OPTIONS(`Port=smtp,Name=MTA')dnl
Rebuild sendmail.cf ( m4 sendmail.mc > sendmail.cf)
STEP2.
Setup the webmail interface.
Edit /var/opt/scalix/xx/webmail/swa.properties
Find the line that starts with
swa.email.smtpServer and add a :587 to the end of the line. For instance, if the line was
swa.email.smtpServer=mail.mymail.com
it should now be
swa.email.smtpServer=mail.mymail.com:587
STEP3.
Edit smtpd.cfg to not listen on port 25
Uncomment SUBMIT=ON. Right above this line add
SMTP=OFF
Find the section that starts with
[SUBMIT]
And add your server name with the port 587 directive, i.e.
[SUBMIT]
Listen=mail.mymail.com:587
Reboot the box just to restart everything!