Mail verschwunden

smithers

New Member
Hallo,

ich sitze hier vor meinem Rechner und warte dringend auf eine email. Da diese nicht ankam, habe ich mir die mail.log angeschaut und folgende Einträge gefunden:

Code:
Jun  5 20:17:44 postfix/smtpd[16337]: connect from static-ip-85-25-122-93.inaddr.serverloft.de[85.25.122.93]
Jun  5 20:17:45 postgrey[3701]: action=greylist, reason=new, client_name=static-ip-85-25-122-93.inaddr.serverloft.de, client_address=85.25.122.93, sender=webmaster@??.de, recipient=info@??.de
Jun  5 20:17:45 postfix/smtpd[16337]: NOQUEUE: reject: RCPT from static-ip-85-25-122-93.inaddr.serverloft.de[85.25.122.93]: 450 4.2.0 <info@??.de>: Recipient address rejected: Greylisted, see http://postgrey.schweikert.ch/help/??.de.html; from=<webmaster@??.de> to=<info@?.de> proto=ESMTP helo=<www.??.de>
Jun  5 20:17:45 postfix/smtpd[16337]: disconnect from static-ip-85-25-122-93.inaddr.serverloft.de[85.25.122.93]
Jun  5 20:18:03  imapd: Connection, ip=[::ffff:217.82.190.138]
Jun  5 20:18:05 imapd: LOGIN, user=web1p3, ip=[::ffff:217.82.190.138], port=[49505], protocol=IMAP
Jun  5 20:21:05 postfix/anvil[16338]: statistics: max connection rate 1/60s for (smtp:85.25.122.93) at Jun  5 20:17:44
Jun  5 20:21:05 postfix/anvil[16338]: statistics: max connection count 1 for (smtp:85.25.122.93) at Jun  5 20:17:44
Jun  5 20:21:05 postfix/anvil[16338]: statistics: max cache size 1 at Jun  5 20:17:44

Nach einer weiteren Wartezeit kam die mail dann doch noch bei mir an. Der Mail.log sind folgende Einträge hinzugefügt worden:

Code:
Jun  5 20:25:09 postfix/smtpd[1532]: connect from static-ip-85-25-122-93.inaddr.serverloft.de[85.25.122.93]
Jun  5 20:25:10 postgrey[3701]: action=pass, reason=triplet found, delay=445, client_name=static-ip-85-25-122-93.inaddr.serverloft.de, client_address=85.25.122.93, sender=webmaster@??.de, recipient=info@??.de
Jun  5 20:25:10 postfix/smtpd[1532]: C7C846230568: client=static-ip-85-25-122-93.inaddr.serverloft.de[85.25.122.93]
Jun  5 20:25:10 postfix/cleanup[3376]: C7C846230568: message-id=<200906051830.d462f5958765@www.??.de>
Jun  5 20:25:11 postfix/qmgr[24373]: C7C846230568: from=<webmaster@??.de>, size=2475, nrcpt=1 (queue active)
Jun  5 20:25:11 postfix/smtpd[1532]: disconnect from static-ip-85-25-122-93.inaddr.serverloft.de[85.25.122.93]
Jun  5 20:25:11 spamd[5404]: spamd: connection from ??.de [127.0.0.1] at port 45012
Jun  5 20:25:11 spamd[5404]: spamd: processing message <200906051830.d462f5958765@www.??.de> for web1p1:1001
Jun  5 20:25:14 spamd[5404]: spamd: clean message (-0.0/7.0) for web1p1:1001 in 3.0 seconds, 2601 bytes.
Jun  5 20:25:14  spamd[5404]: spamd: result: . 0 - SPF_HELO_PASS,SPF_PASS scantime=3.0,size=2601,user=web1p1,uid=1001,required_score=7.0,rhost=rds11236.i4e-server.de,raddr=127.0.0.1,rport=45012,mid=<200906051830.d462f5958765@www.??.de>,autolearn=ham
Jun  5 20:25:14 postfix/local[3530]: C7C846230568: to=<web1p1@??.de>, orig_to=<info@??.de>, relay=local, delay=4.3, delays=1.2/0.02/0/3.1, dsn=2.0.0, status=sent (delivered to command: procmail)
Jun  5 20:25:14 postfix/qmgr[24373]: C7C846230568: removed
Jun  5 20:25:14 spamd[3863]: prefork: child states: II
Jun  5 20:28:31 postfix/anvil[1559]: statistics: max connection rate 1/60s for (smtp:85.25.122.93) at Jun  5 20:25:09
Jun  5 20:28:31 postfix/anvil[1559]: statistics: max connection count 1 for (smtp:85.25.122.93) at Jun  5 20:25:09
Jun  5 20:28:31 postfix/anvil[1559]: statistics: max cache size 1 at Jun  5 20:25:09

Kann mir mal jemand den Weg beschreiben, den meine email gegangen ist? Warum dauerte es so lange, bis ich die email abrufen konnte?
 
Hallo,

deine Email ist im ersten Zustellversuch abgelehnt worden da die Absender-/Empfängerkombiantion deinem Postfix nicht bekannt war. Im zweiten Versuch bei dieser Kombination wird die Mail dann zugestellt.
Das ganze nennt sich greylisting und wird in deinem Log-Auszug erklärt.

Code:
Jun  5 20:17:45 postgrey[3701]: action=greylist, reason=new, client_name=static-ip-85-25-122-93.inaddr.serverloft.de, client_address=85.25.122.93, sender=webmaster@??.de, recipient=info@??.de
Jun  5 20:17:45 postfix/smtpd[16337]: NOQUEUE: reject: RCPT from static-ip-85-25-122-93.inaddr.serverloft.de[85.25.122.93]: 450 4.2.0 <info@??.de>: Recipient address rejected: Greylisted, see http://postgrey.schweikert.ch/help/??.de.html; from=<webmaster@??.de> to=<info@?.de> proto=ESMTP helo=<www.??.de>


-W
 
Back
Top