Postfix

Debugging and Tracing In Postfix

Turn up logging for individual clients A really nice feature Postfix has is this ability to debug individually-specified hosts and this is how you do that.  Just add this to your main.cf: # Debug individually-specified hosts debug_peer_level=3 debug_peer_list=regexp:/etc/postfix/debug_peers In this case I have set the debug level to 3.  The default level is 2.  Also

Debugging and Tracing In Postfix Read More »

Postfix Mail Server Install, Configure & Forward to Gmail

Video Description The Postfix Mail Server (aka Mail Transfer Agent (MTA)) is installed, configured and set up to forward emails to a private email (Gmail in this case, but could be any external SMTP server) on a fresh Debian 9 system. The Blog Variant Installation We’ll start by opening a terminal from an non-root account

Postfix Mail Server Install, Configure & Forward to Gmail Read More »