On Tuesday 14 December 2004 15:52, Clarke Brunt wrote: > > You can set up your own SMTP server which listens on an alternative port (to > avoid redirection of 25), and allows relaying for _authenticated_ > connections, then arrange to submit _all_ your mail through it. Then your > SPF record will always match. Of course it might not be practical, when 'on > the road', to configure all your email clients to use authenticated SMTP > through an unusual port.
Why not configure your MTA to relay mail ONLY on encrypted authenticated sessions, and deliver locally (after some anti-spam checks) on plain sessions, all this done at port 25? I don't know about other MTAs but postfix 2.1 allows this setup. If anyone's inretested, I can post a config file that implements this. Yassen Damyanov