Re: [exim] debugging 550 rejects 'after DATA' ?

Pàgina inicial
Delete this message
Reply to this message
Autor: Fred Viles
Data:  
A: exim-users
Assumpte: Re: [exim] debugging 550 rejects 'after DATA' ?
On 10 Oct 2005 at 10:41, OpenMacNews wrote about
    "Re: [exim] debugging 550 rejects 'a":


| hi all,
| 
| ok, some progress.
| 
|     case(1) Delivery OK   : TBird,  no-TLS / VIRUS + DK + SPAM checks in DATA ACL
|     case(2) Delivery OK   : TBird, yes-TLS / VIRUS             checks in DATA ACL
|     case(3) Delivery FAIL : TBird, yes-TLS / VIRUS + DK        checks in DATA ACL
|             Delivery FAIL : TBird, yes-TLS / VIRUS      + SPAM checks in DATA ACL
| 
| so, it seems something in DK &/or SPAM checks is causing the FAIL on TLS ... but what?
| 
| details follow ....

|...

I can't make sense of this. Maybe you should look at the regular log
instead of the debug log. I don't see the warn messages or log_write
messages from your ACLs in the debug output. Also, the output you
posted for case 3 appears to show successfull delivery, not failure.

You might also want to enable the smtp_return_error_details option at
least while debugging.

- Fred