SMTP AUTH debugging: nice HOW-TO · 17 August 2007, 11:08
Taken from:
http://www.joreybump.com/code/howto/smtpauth.html
This works on Redhat variants:
- Stop sendmail and put it in debugging mode, logging SMTP transaction output to a file.
cd /etc/mail
make stop
/usr/sbin/sendmail -bD -X /tmp/test.log
- Trigger your mail action
- Stop your debug mode sendmail with Ctrl-C
- Restart sendmail in normal mode
- View the log file passed to -X to see the complete SMTP protocol-level output
— Max Schubert
Comment
Have the Spaghetti-ists All Migrated To PHP? Funny spoof comedy!
