Page 1 of 1
Changing the outgoing port of SWA for ASSP
Posted: Tue Oct 06, 2009 4:12 pm
by jvminfo
Hi, I'm installing ASSP on a Scalix server. I'm able to receive and send emails without any problem. But I'm not able to send the emails, with SWA, trough ASSP. Has it's written in the ASSP documentation it needs to do this pattern: "Clients -> Scalix -> ASSP -> Mail server -> Internet". So I'm not sure how to setup this. Maybe I'm in the wrong section of this forum. But I think that the outgoing email has to be catch by ASSP before it goes to Sendmail, so at the output of the SWA. So, how do I change the outgoing port of the SWA? Or, if I'm wrong about the procedure, what is the procedure for the pattern ASSP is asking me?
Thanks
J-E
Re: Changing the outgoing port of SWA for ASSP
Posted: Tue Oct 06, 2009 11:53 pm
by Valerion
SWA needs to send to the Scalix SMTP Relay, as it needs to do SMTP Auth. Only the Scalix SMTP Relay can properly do this with Scalix's usernames and passwords, as far as I know. If you need to capture before sendmail the best is to modify the Internet Mail Gateway to not send to sendmail at all. Or, of course, to install a sendmail milter that does the processing for you.
In this case ASSP will need to detail the needed steps for you, as this is not a standard setup. We can then have a look at them if needed.
Re: Changing the outgoing port of SWA for ASSP
Posted: Wed Oct 07, 2009 9:21 am
by jvminfo
Thanks for your fast answer.
So your telling me that I should put ASSP between the Internet Mail Gateway and sendmail. That part is easy to do with ASSP. How can I change the outgoing port between the Internet Mail Gateway and Sendmail? I guess there's a file somewhere saying to the Internet Mail Gateway 127.0.0.1:XXX for the outgoing mail.
Thanks.