Wenn ich versuche, eine Mail per sendmail an [email protected] weiterzuleiten, ist meine Domain dorotamama.eu. und ich bekomme folgendes:
6. Mai 17:55:47 myubuntu sm-mta [3856]: r46FrhNl003854: [email protected], delay = 00: 02: 03, xdelay = 00: 00: 01, mailer = esmtp, pri = 91761, relay = wp.pl.dorotamama.eu. [89.75.41.50], dsn = 5.3.5, stat = Lokaler Konfigurationsfehler 6. Mai 17:55:47 myubuntu sm-mta [3856]: r46FrhNl003854: r46FtlNl003856: DSN: Lokaler Konfigurationsfehler 6. Mai 17:55:48 myubuntu sm -mta [3856]: r46FtlNl003856: to =, delay = 00: 00: 01, xdelay = 00: 00: 01, mailer = esmtp, pri = 60000, relay = gmail-smtp-in.l.google.com. [173.194.70.27], dsn = 2.0.0, stat = Sent (OK 1367855748 i8si29208219eem.229 - gsmtp) May 6 17:55:48 myubuntu sm-mta [3856]: r46FtlNl003856: to = root, delay = 00: 00 : 01, xdelay = 00: 00: 00, mailer = local, pri = 60000, dsn = 2.0.0, stat = Sent
gmail Kein PROBLEM, wp.pl PROBLEM. zusätzlich hier von mail.err:
6. Mai 17:55:47 myubuntu sm-mta [3856]: r46FrhNl003854: SYSERR (root): wp.pl.dorotamama.eu. Konfigurationsfehler: Mail kehrt zu mir zurück (MX-Problem?)
Also habe ich versucht [email protected]
(es ist die richtige Adresse), aber es verkettet sich zu: [email protected].
?????????
Warum? andere Domain funktionieren einwandfrei. (Wenige, die ich bis jetzt überprüft habe)
DEBUGGEN:
Echo '3,0 [email protected]' | / usr / sbin / sendmail -bt -d8.20 dns_getcanonname (myubuntu, trymx = 1)
dns_getcanonname: try myubuntu.chello.pl (AAAA) NO: errno = 0, h_errno = 1
dns_getcanonname: try myubuntu.dorotamama.eu (AAAA) NO: errno = 0, h_errno = 4
dns_getcanonname: try myubuntu.dorotamama.eu (A) JA
dns_getcanonname: myubuntu.dorotamama.eu
_res.options = 812c3, HasWildcardMX = 0
ADRESSENTESTMODUS (Regelsatz 3 NICHT automatisch aufgerufen)
Geben Sie die Regelsatzadresse ein
Canonify-Eingabe: cf16r @ wp. pl
Canonify2-Eingabe: cf16r <@ wp. pl>
dns_getcanonname (wp.pl, trymx = 1)
dns_getcanonname: versuche wp.pl. (AAAA)
NEIN: errno = 110, h_errno = 2
dns_getcanonname: versuche wp.pl. (EIN)
NO: errno = 110, h_errno = 2 dns_getcanonname: Es wird versucht, wp.pl. (MX)
NO: errno = 110, h_errno = 2 dns_getcanonname: Es wird versucht, wp.pl.chello.pl (AAAA)
NO: errno = 0, h_errno = 1 dns_getcanonname: try wp.pl.dorotamama.eu (AAAA)
NO: errno = 0, h_errno = 4 dns_getcanonname: try wp.pl.dorotamama.eu (A)
JA
dns_getcanonname: wp.pl.dorotamama.eu
Canonify2 gibt Folgendes zurück: cf16r <@ wp. pl. Dorotamama. EU . >
canonify gibt zurück: cf16r <@ wp. pl. Dorotamama. EU . >
Analyseeingabe: cf16r <@ wp. pl. Dorotamama. EU . >
Parse0-Eingabe: cf16r <@ wp. pl. Dorotamama. EU . >
Parse0 gibt Folgendes zurück: cf16r <@ wp. pl. Dorotamama. EU . >
Parse1-Eingabe: cf16r <@ wp. pl. Dorotamama. EU . >
MailerToTriple-Eingabe: <> cf16r <@ wp. pl. Dorotamama. EU . >
MailerToTriple gibt Folgendes zurück: cf16r <@ wp. pl. Dorotamama. EU . >
Parse1 gibt Folgendes zurück: $ # esmtp $ @ wp. pl. Dorotamama. EU . $: cf16r <@ wp. pl. Dorotamama. EU . > parse gibt Folgendes zurück: $ # esmtp $ @ wp. pl. Dorotamama. EU . $: cf16r <@ wp. pl. Dorotamama. EU . >
Bedeutet dies, dass wp.pl nicht aufgelöst wurde?
zusätzlich:
dig @192.168.1.1 fghj.com
; <<>> DiG 9.9.2-P2 <<>> @192.168.1.1 fghj.com
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached
und + tcp:
dig @192.168.1.1 fghj.com +tcp
;; Connection to 192.168.1.1#53(192.168.1.1) for fghj.com failed: connection refused.
*.dorotamama.eu
] 2) Wie wird der folgende Befehl von root ausgeführt?echo '3,0 [email protected]' | /usr/sbin/sendmail -bt -d8.20
nslookup -type=ns dorotamama.eu
gibt NXDOMAIN zurück (keine solche Domain).always_add_domain')dnl MASQUERADE_AS(
dorotamama.eu ') dnl FEATURE (allmasquerade')dnl FEATURE(
masquerade_entire_domain') dnl FEATURE (masquerade_envelope')dnl FEATURE(
accept_unresolvable_domains ')Antworten:
Ihr Problem kann durch Hinzufügen
WorkAroundBrokenAAAA
zu sendmail gelöst werdenResolverOptions
.1) Überprüfen Sie Ihre aktuellen Resolver-Optionen
2) Fügen Sie die folgende Zeile zu Ihrer sendmail.mc hinzu und generieren Sie eine neue sendmail.cf
3) Wiederholen Sie den Test
4) Überprüfen Sie Ihre neuen Resolver-Optionen
5) Starten Sie sendmail daemon / service neu oder laden Sie die Konfiguration neu
quelle
confBIND_OPTS',
WorkAroundBrokenAAAA ') dnl zu sendmail.mc, keine Änderunggrep ResolverOptions /etc/mail/sendmail.cf
? Was wird gemeldet vonecho '3 [email protected]' | /usr/sbin/sendmail -bt -d8.20
?echo '3 [email protected]' | /usr/sbin/sendmail -bt -d8.20