Postfix for the Server

I moved back to Postfix for my server’s SMTP option. Gmail’s SMTP server overwrote the ‘from’ address for every email that went out, which was annoying.

One Reply to “Postfix for the Server”

  1. smtpd.DebuggingServer can be very useful for this too, as it means no mail is sent, only ptrnied to stdout. Usage is simply:python -m smtpd -c DebuggingServer -n :2525where it should run on port 2525 (defaults to 8025).

Comments are closed.