1 Sep 2009 07:26
Debian/exim4/Mailman no outgoing emails
Andrei <funactivities <at> gmail.com>
2009-09-01 05:26:14 GMT
2009-09-01 05:26:14 GMT
I'm having problems with exim4 and emails going out. The error message from rejectlog is: 2009-08-31 20:10:42 H=host.org F=<user1 <at> domain.org> rejected RCPT <test <at> lists.domain.org>: Unrouteable address In addition to that I can't test SMTP from outside (public) network. Telnet lists.domain.org 25 times out. However, when I telnet lists.domain.org 25 from the localhost I get standard SMTP greeting. Scanning IP address for port 25 (from outside public network) I get this: PORT STATE SERVICE 25/tcp filtered smtp However, if I send an email to unknow_user <at> lists.domain.org the email bounces back to me from lists.domain.org that the user doesn't exit. If I send an email to *existing* user <at> lists.domain.org email goes in to a void (mailman never delivers it). I've been at this for several hours now. Any help is appreciated. -- -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
> All this things can be used for DDoS-attacks.
> I don't agree with the backscatterer.org point about callout.
>
Me too, but you can do this: check SPF first. If you get a "fail" result,
then definitely don't do the callout. If you get a "pass" result, then your
callout is lightweight compared with the mail that's being pushed to your
system, so the sender shouldn't mind you doing the callout. The benefit of
using a callout when you get an SPF pass is that you get to test the
brokenness or otherwise of the sending system (it's broken if they're
sending mail with a return-path that can't be used to return mail).
For soft fail? It's harder to decide what's right. Not doing the callout
rewards the sender (who has tried to help you by publishing SPF records).
Doing the callout encourages move toward use of "-all" records. Given that
exim caches callout results, I don't think there's much in it either way.
RSS Feed