I'm trying to fetch my emails via pop3, and deliver it to my accounts on the server.
I tried it with a news found here, but it doesn't work!
Have somebody a clue???
---schnipp from /var/log/qmail/maillog
17:15:46 server smtpd[20318]: No reverse mapping for address 127.0.0.1 (2)
May 22 17:16:06 server smtpd[20318]: EOF on client fd. At least they could say goodbye!
May 22 17:16:27 server smtpd[20323]: No reverse mapping for address 127.0.0.1 (2)
May 22 17:16:47 server smtpd[20323]: SMTP HELO from UNKNOWN(127.0.0.1) as "localhost"
May 22 17:16:47 server smtpd[20323]: mail from
May 22 17:16:47 server smtpd[20323]: smtp connection from UNKNOWN@UNKNOWN(127.0.0.1) MAIL FROM: RCPT TO: , allowed by line 22 of /etc/smtpd_check_rules
May 22 17:16:47 server smtpd[20323]: Recipient
May 22 17:16:47 server smtpd[20323]: Received 31719 bytes of message body from UNKNOWN(127.0.0.1)
May 22 17:16:47 server fetchmail[20309]: socket error while fetching from pop3.web.de
May 22 17:16:47 server fetchmail[20309]: Query status=2 (SOCKET)
May 22 17:16:49 server smtpfwdd[20328]: forwarding to recipient sebastian@localhost
May 22 17:16:49 server smtpfwdd[20328]: smtpdWmHuYg forwarded to 1 recipients
May 22 17:16:59 server fetchmail[20309]: Unbekanntes Kommando/unknown command
---schnapp
and here my /etc/fetchmail
/usr/bin/fetchmail --silent --syslog --fetchmailrc - <
set postmaster "postmaster"
set bouncemail
poll pop3.web.de protocol POP3
user "sebastian.slota" password "XXXXX" to sebastian
Thanks for any help!