[Remops] Help needed for proper pop3.cfg configuration

Stefan Claas sac at gmx.net
Sun May 18 18:13:21 BST 2014


Hi all,

i would like to set-up an run a middleman remailer via an smtp-relay on my Raspberry Pi.
So far everything went fine, the only thing which i can not get to work is getting mail.

Would someone please be so kind and tell me what i'm doing wrong? Here are the parts
which show you my problem and set-up:

[2014-05-18 18:42:01] Info: [9612] Opening POP3 connection to pop.1und1.de.
[2014-05-18 18:42:01] Error: [9612] POP3 auth at pop.1und1.de failed: -ERR authentication failed
[2014-05-18 18:42:01] Error: [9612] POP3 QUIT failed:
[2014-05-18 18:42:01] Info: [9612] Generating dummy message with outgoing mail.
[2014-05-18 18:42:03] Info: [9612] Added message to pool.
[2014-05-18 18:42:03] Info: [9612] Generating dummy message with outgoing mail.
[2014-05-18 18:42:03] Info: [9612] Added message to pool.
[2014-05-18 18:42:03] Info: [9612] Generating dummy message with outgoing mail.
[2014-05-18 18:42:03] Info: [9612] Added message to pool.
[2014-05-18 18:42:03] Info: [9612] Generating dummy message with outgoing mail.
[2014-05-18 18:42:03] Info: [9612] Added message to pool.
[2014-05-18 18:42:03] Info: [9612] Opening SMTP connection.
[2014-05-18 18:42:06] Info: [9612] Closing SMTP connection.

mix at iria ~/Mix $ cat pop3.cfg
127.0.0.1	pop.1und1.de	mix at online.de	mypassphrase

mix at iria ~/Mix $ cat /etc/stunnel/stunnel.conf
cert = /etc/ssl/certs/stunnel.pem
socket = l:TCP_NODELAY=0
socket = r:TCP_NODELAY=0
client = yes
output = /home/pi/stunnel.log
verify = 0
debug  = 7

[smtp1und1]
  accept  = 127.0.0.1:25
  connect = smtp.1und1.de:25
  delay   = yes
  protocol = smtp

[pop1und1]
  accept  = 127.0.0.1:110
  connect = pop.1und1.de:110
  delay   = yes
  protocol = pop3

Any help would be greatly appreciated!

Best regards
Stefan


More information about the Remops mailing list