Sep 102009
This how to activate postfix debugger on my centos 5.2
in main.cf
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin;
(strace -p $process_id 2>&1 | logger -p mail.info) & sleep 5
in master.cf
smtp inet n - n - - smtpd -D
# postfix reload
You may also want to read these posts:
- Postfix+DKIM email signatures in amavisd-new
- postfix 2.8-20100213 postscreen
- Postfix header_checks using tcp_table and checkdbl.pl script
- Postfix Randomizing Outgoing IP Using TCP_TABLE And Perl
- Postfix Smtp Auth using pam_mysql On Fedora 12
- Postfix GeoIP Based Rejections
- postfix-2.9-20110130 multiline greeting patch
- Postfix IPv6 + sqlgrey
- Postfix Bind Sender Outgoing IP, Based On GeoIP Location
- Postfix, Dynamic OverQuota User Map Script Using Bash And Inotifywait
Follow me on Twitter