Hallo Zusammen,
ich habe auf meinem Debian 5 Exim4 installiert (mit MySQL-Authentifizierung, SYSCP).
Das Versenden von Mails innerhalb der lokalen Domäne funktioniert ohne Probleme. Wenn ich allerdings eine E-Mail z.B. an eine gmx.de oder andere Domäne schicke, bekomme ich folgende E-Mail von Exim:
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
[email protected]
Unrouteable address
(Die Mailadresse habe ich geändert). Hat jemand eine Idee, wo ich nachgucken könnte? Im Exim-Log ist nichts auffälliges zu finden und dig -t MX gmx.de z.B. liefert ein Ergebnis:
; > DiG 9.5.1-P3 > -t MX gmx.de
;; global options: printcmd
;; Got answer:
;; ->>HEADER
finden und dig -t MX gmx.de z.B. liefert ein Ergebnis:
Und welches Ergebnis liefert ein traceroute auf mx[0|1].gmx.net?
Gruß
traceroute to mx0.gmx.net (213.165.64.100), 30 hops max, 40 byte packets
1 88.80.217.64 (88.80.217.64) 0.077 ms 0.036 ms 0.034 ms
2 88.80.194.1 (88.80.194.1) 0.169 ms 0.174 ms 0.108 ms
3 ge-0-3-22-bg1.ixsolutions.net (217.79.208.173) 4.333 ms 4.424 ms 4.340 ms
4 decix.bb-d.fra3.fra.de.oneandone.net (80.81.192.123) 4.699 ms 4.706 ms 5.420 ms
5 te-2-3.bb-d.bs.kae.de.oneandone.net (212.227.120.29) 9.971 ms 9.887 ms 9.801 ms
6 ae-2.gw-distg-b.bs.ka.oneandone.net (212.227.116.215) 8.022 ms 8.214 ms 7.769 ms
7 mx0.gmx.net (213.165.64.100) 8.292 ms 8.202 ms 8.115 ms
Sorry, ich war auf dem falschen Dampfer. Offenbar handelt es sich hier um kein Routing-Problem, sondern um eine falsche oder unvollständige Konfiguration der Exim-Routers (Abschnitt ‚routers‘ in der Conf.-Datei).
Diese Konfiguration könntest du hier mal posten; allerdings kann ich dir dabei dann wahrscheinlich nicht weiterhelfen (ich setze postfix ein).
Gruß
Hi,
das sind insgesammt 13 files - ich sehe aber in allen anscheinend DEBUG-Direktiven. Wie schalte ich den den DEBUG-Mode ein, damit ich was im Log sehe?
Ich habe jetzt das Debugging angeschaltet und sehe folgendes im Log, wenn ich die Mail versende:
2010-04-09 15:28:24 [26266] SMTP connection from [88.80.194.8]:40097 I=[88.80.194.8]:25 (TCP/IP connection count = 1)
2010-04-09 15:28:24 [13947] no IP address found for host MAIN_RELAY_NETS (during SMTP connection from XXXXXXXXX [88.80.194.8]:40097 I=[88.80.194.8]:25)
2010-04-09 15:28:24 [13947] list matching forced to fail: failed to find IP address for MAIN_RELAY_NETS
2010-04-09 15:28:26 [13947] 1O0EG0-0003cx-AR for EMPFÄNGERADRESSE
2010-04-09 15:28:26 [13947] SMTP connection from XXXXXXX [88.80.194.8]:40097 I=[88.80.194.8]:25 closed by QUIT
2010-04-09 15:28:26 [13952] 1O0EG0-0003cx-AR ** EMPFÄNGERADRESSE F=: Unrouteable address
2010-04-09 15:28:28 [13953] 1O0EG2-0003d3-5A R=1O0EG0-0003cx-AR U=Debian-exim P=local S=1399 from for mailadresse
2010-04-09 15:28:28 [13952] 1O0EG0-0003cx-AR Completed QT=4s
2010-04-09 15:28:30 [13988] 1O0EG2-0003d3-5A => /var/customers/mail/[email protected]/ (mailadresse) F= P= R=syscp_mailuser T=maildir_syscp S=1497 QT=4s DT=2s
2010-04-09 15:28:30 [13988] 1O0EG2-0003d3-5A Completed QT=4s
(Mailadressen und HOstnamen habe ich ausgetauscht)