Index: [Article Count Order] [Thread]

Date:  Wed, 13 Sep 2006 17:55:32 -0400
From:  "Darrell D. Mobley" <dmobley (at mark) uhostme.net>
Subject:  [coba-e:06902] Re: Recent UPDATES....
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <088901c6d77f$56396be0$6400a8c0@YOUR4105E587B6>
In-Reply-To:  <084301c6d76b$1ef9fcd0$6400a8c0@YOUR4105E587B6>
X-Mail-Count: 06902

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?