October 28, 20214 yr 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 October 28, 20214 yr by maddash1337
October 26, 20241 yr Hi Patrick, I am curious about a few things... For example, how will this react if the destination server is offline (this is a real case, as the container on host, starts much earlier than the VM that hosts the destination mail server). Does it retry? Is this configurable? Also, in the destination server, does this actually look like it was sent originally to that server? Also can it be done to work with more than one accounts? (both source and destination)
May 15May 15 On 10/28/2021 at 12:56 PM, patrickstigler said:...Seems you never replied to my mail 2 years ago (!) although you periodically visit the forums... but today I write again because fetchmail stopped working and in the logs I keep seeing:fetchmail: SMTP error: 452 4.3.1 Insufficient system storage...I have no space issues for my docker folder (it is a folder not a file).What could be the issue? Edited May 15May 15 by NLS
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.