ich hab bei sendmail eigentlich "nur" den SMTP auth hinzugefügt, bekomme nun allerdings folgende meldungen wenn ich an eine nicht standart domain maile.
This message was created automatically by mail delivery software (Exim).
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:
alias@domain.de
SMTP error from remote mailer after initial connection:
host domain.de [62.x.x.x]: 554 <moutng.kundenserver.de[217.x.x.x]>:
Client host rejected: Access denied
bzw. von einem anderen email provider
- These recipients of your message have been processed by the mail server: alias@domain.de; Failed; 5.1.2 (bad destination system address)
unter einer nicht standart domain verstehe ich eine domain welche zusätzlich beantagt wurde, also nicht die inklusivdomain. die webpräsenz läuft auf einer anderen kiste wie der mailserver
hier die entsprechende zonefile
$TTL 1W
@ IN SOA ns.dns-server.de. root.domain.de. (
2003011101 ; serial
8H ; refresh
2H ; retry
1W ; expiry
11h ) ; minimum
IN NS ns.dns-server.de.
IN NS ns.schlund.de.
IN A 62.x.x.x
smtp IN A 217.x.x.x
pop IN A 217.x.x.x
* IN A 62.x.x.x
ich hatte ein ähnliches problem und hab einfach die zusätzlichen domains
in die datei /etc/mail/sendmail.cw eingetragen und danach sendmail mit rcsendmail restart neu gestartet, dann gings..
das krasse ist das wenn ich von einer domain welche ebenfalls auf diesem server liegt geht es (domain1.de an domain2.de), sobald ich allerdings von gmx, epost & co versende kommt besagter error
$TTL 1W
@ IN SOA ns.dns-server.de. root.domain.de. (
2003011107
8H
2H
1W
11h )
IN NS ns.dns-server.de.
IN NS ns.schlund.de.
IN MX 10 pop
IN A 62.x.x.x
smtp IN A 217.x.x.x
pop IN A 217.x.x.x
* IN A 62.x.x.x
dig @localhost domain.de any
; <<>> DiG 9.1.2 <<>> @localhost domain.de any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62324
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 2, ADDITIONAL: 3
;; QUESTION SECTION:
;domain.de. IN ANY
;; ANSWER SECTION:
domain.de. 604800 IN SOA ns.dns-server.de. root.domain.de. 2003011107 28800 7200 604800 39600
domain.de. 604800 IN NS ns.schlund.de.
domain.de. 604800 IN NS ns.dns-server.de.
domain.de. 604800 IN MX 10 pop.domain.de.
domain.de. 604800 IN A 62.x.x.x
;; AUTHORITY SECTION:
domain.de. 604800 IN NS ns.dns-server.de.
domain.de. 604800 IN NS ns.schlund.de.
;; ADDITIONAL SECTION:
ns.schlund.de. 49040 IN A 195.20.224.97
ns.dns-server.de. 604800 IN A 217.x.x.x
pop.domain.net. 604800 IN A 217.x.x.x
;; Query time: 35 msec
;; SERVER: 127.0.0.1#53(localhost)
;; WHEN: Sat Jan 11 23:34:00 2003
;; MSG SIZE rcvd: 237
von einer domain auf besagter kiste kann ich ohne probleme mailen, von einer domain "außerhalb" hingegen nicht