spf-discuss
[Top] [All Lists]

RE: Re: How can this work?

2004-10-08 07:03:14
On Fri, 8 Oct 2004 administrator(_at_)yellowhead(_dot_)com wrote:

Frankly, I have a great deal of difficulty with the statement that most
MTA's support the submission port 587. My Sendmail doesn't support it,

Don't know what is different in "your" sendmail, but sendmail can have a
separate MSA running on port 587 for some time now. From the
RELEASE_NOTES for 8.10.0 (2000/03/01) "sendmail implements RFC 2476
(Message Submission), e.g., it can now listen on several different
ports.". Try something like:

 DAEMON_OPTIONS(`Port=587,Name=MSA,M=E')dnl

in your .mc file or

 O DaemonPortOptions=Port=587,Name=MSA,M=E

directly in your sendmail.cf file.

my Xmail doesn't support it,

Apparently it can listen on other ports. Command line paramenter:
 -Sp port   Set SMTP server port

and now you say Imail doesn't support it.

Apparently it can listen on other ports:
  http://www.ipswitch.com/support/IMail/guide/imailug7/reg_tips6.html