spf-discuss
[Top] [All Lists]

Re: Re: How can this work?

2004-10-08 06:58:33
administrator(_at_)yellowhead(_dot_)com wrote:

At 10:53 PM 10/7/2004 -0400, "Dan Barker" <dbarker(_at_)visioncomm(_dot_)net>
wrote: 

I've gotten it working. The 587 (Submission) was the trick.
Unfortunately, IMail (IPSwitch.com) doesn't listen on 587. Luckily,
it's behind a firewall that does<g>. Problem solved with:
iptables -A PREROUTING -p tcp -m tcp --dport submission -d
63.171.93.5 -j DNAT --to-destination 172.27.0.5:25 and a port
override in my email client. 

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,

Of course it does. :) Add this DaemonPortOptions to your config:

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

And do not forget the 'a', to force authentication.

- Mark

        System Administrator Asarian-host.org

---
"If you were supposed to understand it,
we wouldn't call it code." - FedEx


<Prev in Thread] Current Thread [Next in Thread>