I installed Postfix, ran through the conf and changed the following settings to make it local only:
Code:
myhostname = host.mydomain.com
mynetworks_style = host
mydestination = localhost.$mydomain, localhost
and all seems good. Port 25 is still open but only on 127.0.0.1. Only took about two minutes.
Quote:
The bounce notifications can be turned off in most MTAs, but bounces often alert you to problems.
It's not bounces that I want to turn off, but things like Exim's
warnmsg_file which actually makes it harder to detect real bounces. I'll have to turn off bounce processing for a week and look through the VERP inbox to see if Postfix is sending out any extra noise.
Quote:
There's also a paid service for sending large numbers of legitimate emails, such as
http://postmarkapp.com/ if you don't want to deal with all those complicated spam filters, SPF records, "Yahoo ate my mail", etc. They also give you a nice way to monitor bounces.
I've looked at
http://critsend.com before but it can quickly get pretty expensive considering I've never had problems with emails arriving and my interest in these types of services is more out of laziness. I've found that once you have rDNS and SPF setup you have to wait a week or so for Hotmail and Yahoo to notice the changes and then everything will be fine. I hope I don't start getting problems by sending from a Linode IP (currently these bulk messages go out from a Knownhost VPS).