[exim] Sender verify confusion

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Jerry Bell
Data:  
Para: exim-users
Assunto: [exim] Sender verify confusion
I need some guidance as to what's causing sender verify to defer. I've
searched through the mail archives and can't quite find anything that
lines up with the problem I'm having.

Here are the snippets from the logs:
Nov 9 00:32:13 web3 exim[68066]: H=civic.websitewelcome.com
[67.18.153.226] sender verify defer for <xxx <at> bell-mortgage.net>: host
lookup did not complete
Nov 9 00:32:13 web3 exim[68066]: H=civic.websitewelcome.com
[67.18.153.226] sender verify defer for <xxx <at> bell-mortgage.net>: host
lookup did not complete
Nov 9 00:32:13 web3 exim[68066]: H=civic.websitewelcome.com
[67.18.153.226] F=<xxx <at> bell-mortgage.net> temporarily rejected RCPT
<xxx <at> stelesys.com>: Could not complete sender verify
Nov 9 00:32:13 web3 exim[68066]: H=civic.websitewelcome.com
[67.18.153.226] F=<xxx <at> bell-mortgage.net> temporarily rejected RCPT
<xxx <at> stelesys.com>: Could not complete sender verify

On the server, I can do lookups of the host bell-mortgage.net in every
way, with no problems. I can telnet to that address on port 25, etc. I
can even do this:
web3# telnet 0 25
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
220 stelesys.com ESMTP Exim 4.63 Thu, 09 Nov 2006 08:21:21 -0500
helo localhost
250 stelesys.com Hello localhost [127.0.0.1]
mail from: test <at> bell-mortgage.net
250 OK
rcpt to: jerry <at> stelesys.com
250 Accepted
data
354 Enter message, ending with "." on a line by itself
test.
.
250 OK id=1Gi9qo-000OAW-Sw
^]
telnet> quit

But for some reason, when the real host sends mail to my server, it gets
deferred. Any ideas on what the problem is?

Thanks much!

Jerry