Nick Winn: > I've removed all of the extras possible from my main.cf and am running > the most basic postfix config now. > > Here is the output of postconf -n > > https://paste.fedoraproject.org/234332/26834143/ > > I am still seeing the errors in the log files. =( > > What should my next troubleshooting steps be?
As Viktor wrote, full packet recordings. # tcpdump -s 0 -w /file/name -i interface port xxx Where xxx is the port of the failing milter. I need to examine the resulting file itself, not a printable "user friendly" version of that file. Use direct email instead of the Postfix mailing list. My money is on a buggy Milter program. Wietse