Andrei <[email protected]> (Di 01 Sep 2009 07:26:14 CEST): > 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=<[email protected]> > rejected RCPT <[email protected]>: Unrouteable address
Probably you've a pretty standard ACL configuration - the message gets rejected because Exim can't verify the senders address <[email protected]>. Exim tries to route a message (route ≠ deliver), but fails. May be you get more details trying „exim -v -bv [email protected]“ or even adding „-d-all+route“ as debug option. > 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. So, exim listens on *:smtp. Double check this with „netstat -atnlp | grep :25“ (if you do not have Linux, the options might differ a bit). > > Scanning IP address for port 25 (from outside public network) I get this: > PORT STATE SERVICE > 25/tcp filtered smtp As mentioned in a parallel answer: there might be some firewalling betweeen you and the server. On the mail server itself, check the output of „iptables -L -n -v“ (if it is Linux, if you have some other OS the command will be something else) > However, if I send an email to [email protected] the email > bounces back to me from lists.domain.org that the user doesn't exit. > If I send an email to *existing* [email protected] email goes in > to a void (mailman never delivers it). Here the logfile entries would help. Best regards from Dresden/Germany Viele Grüße aus Dresden Heiko Schlittermann -- SCHLITTERMANN.de ---------------------------- internet & unix support - Heiko Schlittermann HS12-RIPE ----------------------------------------- gnupg encrypted messages are welcome - key ID: 48D0359B --------------- gnupg fingerprint: 3061 CFBF 2D88 F034 E8D2 7E92 EE4E AC98 48D0 359B -
signature.asc
Description: Digital signature
-- ## 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/
