Formatieren wirs mal so:
Nov 3 16:29:03 linux sendmail[1090]: eA3FT3Y01090: from=steffen, size=44, class=0, nrcpts=1, msgid=, relay=steffen@localhost
Nov 3 16:29:03 linux sendmail[1090]: eA3FT3Y01090: [email protected], delay=00:00:00, mailer=smtp, pri=30044, stat=queued
Nov 3 16:29:20 linux sendmail[1092]: eA3FT3Y01090: [email protected], ctladdr=steffen (500/100), delay=00:00:17, xdelay=00:00:00, mailer=smtp, pri=120044, relay=smtp.gmx.net, dsn=5.1 .2, stat=Host unknown (Name server: smtp.gmx.net: host not found)
Nov 3 16:29:20 linux sendmail[1092]: eA3FT3Y01090: eA3FTK101092: DSN: Host unknown (Name server: smtp.gmx.net: host not found)
Nov 3 16:29:20 linux sendmail[1092]: eA3FTK101092: to=steffen, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30118, dsn=2.0.0, stat=Sent
Nov 3 16:29:20 linux sendmail[1092]: eA3FT3Y01090: eA3FTK201092: postmaster notify: Host unknown (Name server: smtp.gmx.net: host not found)
Also: hier findet er nicht den Server smtp.gmx.de. Entweder, Du bist offline zu diesem Zeitpunkt oder es gibt ein anderes Problem. Probier mal „nslookup smtp.gmx.de“ im Terminal.
Anderer Versuch: probier es mal mit …gmx.de, alernativ auch mal mail.gmx.net und wenn das auch nicht klappt, sucht Du mit nslookup die IP vom GMX-Mailserver heraus und trägst die ein.
Oder: Du stellst Das Relaying über GMX einfach ganz ab, so wie ich das hier habe. Allerdings sind mache Mailserver etwas mäkelig, was das Annehmen von Mails von einem Dial-up SMTP-Server anbelangt (geocities z. B.)
Aber da habe ich ja einen Provider, der nicht auf einer Spamlist ist (und ich werde alled dafür tun, daß das nicht passiert…
fetchmail: 5.4.0 querying pop.gmx.net (protocol POP3) at Thu, 02 Nov 2000 17:01:02 +0100 (CET)
fetchmail: POP3 USER [email protected]
fetchmail: POP3 PASS \*
fetchmail: POP3 STAT
fetchmail: POP3 QUIT
fetchmail: POP3
meine "/root/.fetchmailrc" so:
[...]
Bitte mal wie folgt anpassen:
**poll pop.gmx.de
timeout 60
protocol POP3
localdomains "localhost"
user "[email protected]"
pass "xxxxx" is steffen
#postconnect "sendmail -q -v"**
und sendmail -q -v zunächst mal per Hand aufrufen...
So, ein Haufen Dinge fürs Experimentieren, sollte dann auch klappen...
Sebastian