[support] fetchmail


Recommended Posts

Fetchmail is a handy tool to move / copy your emails from another email provider.
Lets say you host your own Mailserver and also want to receive your mails from i.e. googlemail. Fetchmail will take them and put it in your own inbox. 

Create the "fetchmailrc" file in the mounted data folder.
It should contain these lines - but you have to adapt it to fit your needs. i.e. your mail address and remove the "keep" if you want to remove the mails in the fetched remote mailbox.


set no syslog
set logfile /data/log/fetchmail.log

set postmaster "fetchmail"

poll imap.gmail.com with proto IMAP
  user '[email protected]' there with password 'yourpassword' is fetchmail here options fetchall ssl keep
  smtphost mail.example.org
  smtpname [email protected]

 

Support for:

https://hub.docker.com/r/patrickstigler/docker-fetchmail

 

 

Edited by maddash1337
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.