In the past days I'm trying to configure GO Email section to work with fetchmail. My goal is to download mails from an external server (for example Gmail) and delete them from the server like the old pop3 protocol. I can download mails with imap from the server so the mailserver configuration is good but I need to delete them to save space on the external server.
I've configured fetchmail using the wiki:
https://www.group-office.com/wiki/Use_P ... l_delivery
My /etc/fetchmail.rc:
Code: Select all
poll gmail.com proto imap localdomains localhost
envelope X-envelope-To
user "lakatos.erno.teszt" with password "****" is "examplemail@spamtelenseg.hu" here smtphost localhost
limit 10240000
no keep
fetchmail daemon starts without problem. Only information in /var/log/mail.info: 'starting fetchmail 6.3.21 daemon'
Configuration of the mailbox in GO Email:
Code: Select all
Incoming E-mail tab
Imap server: localhost
Username: examplemail@spamtelenseg.hu
Password: ****
SSL: yes
Port: 993
I don't know how to configure the mailbox settings in Email section to work with fetchmail. I've tried to change 'localhost' to '127.0.0.1' and the actual address for the mail server but that's not helped or changed anything. Also tried to change imap and pop protocols in fetchmailrc and in mailbox settings. What did I do wrong?
Thanks,
Imre