On Wed, 25 Jan 2006, Frank Elsner wrote: > But why are there *2* lines in the main log? Isn't *1* enough? > > Example: > > 2006-01-25 12:46:18 H=(JASMINA) [82.146.26.XXX] sender verify fail for > <[EMAIL PROTECTED]> > 2006-01-25 12:46:18 H=(JASMINA) [82.146.26.XXX] F=<[EMAIL PROTECTED]> > rejected RCPT <[EMAIL PROTECTED]>: Sender verify failed
The first line is written when a sender verify fails. This does not have to be in response to a RCPT command. It might be on a MAIL command; it could even be at the DATA stage. The code that is doing the sender verification doesn't know where it is being called from, and even if it *is* called at the RCPT stage, the failure may not cause a rejection. The second line tells you that a RCPT command was rejected. I could add a logging option to disable the first message. This could mean that nothing was logged when a sender verify failed. But if that's what people want... -- Philip Hazel University of Cambridge Computing Service Get the Exim 4 book: http://www.uit.co.uk/exim-book -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
