>> # ========================================================================== >> smtp inet n - n - - smtpd >> slow unix n - n - 1 smtp > > This is broken, the "unix" delivery agent needs to be "private" not > "public".
Bang, 10 points! changing to: slow unix y - n - 1 smtp fixed the issue... Thank You! - Andrew