From: Stefan L. <S....@gm...> - 2014-09-20 14:34:58
|
Hi, I'm just setting up my new server since my old one broke down. I'm stuck at getting fetchmail to work. I'm getting the following messages in the logfile: fetchmail[5376]: reading message xx...@gm...@pop.gmx.net:1 of 69 (3255 octets) (log message incomplete) fetchmail[5376]: SMTP error: 530 5.7.0 Must issue a STARTTLS command first I think I have the same fetchmail configuration as on my last server: ## /etc/fetchmailrc$ set postmaster "stefan"$ set bouncemail$ set no spambounce$ set properties ""$ set syslog$ set daemon 60 poll pop.gmx.net with protocol pop3 user 'xx...@gm...' there with password 'xxx' is 'xxx' here options keep ssl I also tried 'sslproto' with tls1, ssl1, ssl23, but it's the same. Can someone help me to get it running? Stefan |