Robin Bowes wrote: > Neither plugin (qmail-queue or accepted_log) is returning OK - both > return DECLINED - and mail is delivered and I see no errors. > > Are you *sure* about your previous statement?
Read the code at lib/Qpsmtpd/SMTP.pm:592 and explain how you are getting a 250 instead of a 451... In any case, the solution is that the log pluging that is hooking queue can simply return OK instead of DECLINED and everything will be correct (since it is the terminal queue plugin then). John
