As an addition, after I edited the port from submission to 587, I had to
uncheck the Enable Submission Port in the GUI, otherwise sendmail would crap
trying to bind the port twice.
> -----Original Message-----
> From: Darrell D. Mobley [mailto:dmobley (at mark) uhostme.net]
> Sent: Wednesday, September 13, 2006 3:31 PM
> To: coba-e (at mark) bluequartz.org
> Subject: [coba-e:06894] Re: Recent UPDATES....
>
> I noticed in the GUI there is now several features under the Network
> Services -> Email tab. In particular:
>
> Enable Submission Port
>
> Which I took to work in sendmail.cf as such:
>
> O DaemonPortOptions=Port=submission, Name=MSA, M=Ea
>
> However, I could not get mail to go out from Outlook without changing it
> to
> be:
>
> O DaemonPortOptions=Port=587, Name=MSA, M=E
>
> I use port 587 on Outlook to circumvent ISP blocking port 25. Until I
> changed the port from submission to 587 I kept getting a 5.7.1
> authentication error. Where is the submission port defined?