message at bottom ================================================ >I am noticeing legit emails getting bounced to and the message with it in >the info log is saying "451 Server configuration error: from..." > >What does this mean?
it means that some error in either main.cf or one of the access files is screwed a little, not enough to stop postfix from starting (like a missing file) but enough for postfix to reject the msg that matches the error. yahoo.com ACL mta_clients_bw aol.com 554 ACL mta_clients_bw every msg from yahoo would be 451 because the 554 is missing. aol would be rejected correctly. These can be a bitch to find. What always works for me is to put stmpd into debug mode with a -v at the end of the smtpd line master.cf. run like that for few minutes, enough to see some 451's show up, take off the -v, then go look at the detailed logging to see where/why postfix complains. Len ------------- OK.... I'm assuming you mean for me to just add at the bottom of the master.cf file "smtpd -v" save it and reload postfix.. then check the info log for detailed info??? is that correct? Ryan
