sbstudios wrote:
Aargh. Looks like that's what happened. My ISP decided to block port 25 across the board due to virus/spam problems and didn't bother to post a notice.
The best way around that is to enable the use of SSL/TLS and SMTP AUTH for your SMTP connection. This eliminates the port 25 blockage issue, and also eliminates the need for ugly hacks like POP-before-SMTP.
I'm using Fedora Core 1 on a Linode that I'm running for my employer, and on an FC1 system there is a makefile that can easily generate a key pair in /usr/share/ssl (or you could use a certificate from a CA such as Verisign, Thawte, etc.).