Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
263 views

I have my personal gmail account: [email protected]. Through that account, I also have it configured to check and display mail for my business email: [email protected] By default, Gmail will only fetch mail ...
Daveh0's user avatar
  • 1,022
2 votes
0 answers
2k views

I'm quite new here but i want to share my problem and found solution to everyone. Maybe this helps someone and save time. I choosen stackoverflow, because i've often found here a solution for my ...
Oliver_D.'s user avatar
1 vote
1 answer
903 views

I currently have set up fetchmail to transfer mail to procmail and a .procmailrc file with the following content: FILE_DIR=$HOME/incoming :0 * | munpack -q -C "$FILE_DIR" If I receive emails with ...
SoWhy's user avatar
  • 303
0 votes
1 answer
2k views

I use fetchmail with imap protocol to upload emails from a mail server, and pipe them in procmail. I do this with the following command: fetchmail -f /home/$USER/.fetchmailrc --ssl -t 100 -d 240 -s -...
Laurent Mortier's user avatar
0 votes
0 answers
444 views

I am wanting to control a remote system based on an email inbox. For example, a email account with a message in it, with a subject of "Start motor". I have fetchmail retrieving one message and ...
HenryD's user avatar
  • 1
1 vote
1 answer
278 views

We are using fetchmail to retrieve mails from different mailboxes and create tickets in queues configured in the request tracker. Fetching mail from one of the mail-ids is taking long. Anybody had ...
lazilyInitialised's user avatar
-3 votes
1 answer
337 views

I am trying to decide on a new e-mail service. I use fetchmail to fetch my e-mail and process it using procmail. Some of the email services (etc. gmx.com, outlook.com, etc) do not seem to require the ...
user3236841's user avatar
  • 1,396
-3 votes
1 answer
5k views

I need to download all mail messages from a mail account with fetchmail. When I try with POP3 I can download all mail correctly in this format: [root@srv root]# ls /home/mail_import/MAIL_USER/new/ ...
Percio Andrade Castelo Branco's user avatar
1 vote
2 answers
8k views

I use fetchmail to retrieve email from an IMAP server every five minutes, passing it to a local postfix process for delivery. The problem: sometimes an email has an invalid "From" line (usually spam), ...
DanB's user avatar
  • 332
-3 votes
1 answer
129 views

I'm looking for a combination of MRA and MDA for Thunderbird to fulfill the task "Mirror mails from AOL account locally (mirror as in retrieve and store in a standardized format (maildir, mbox or ...
Kalle Richter's user avatar
0 votes
1 answer
3k views

I've set up fetchmail with the following configuration poll my.exchange.server protocol IMAP user "my_name" password "my_pass" smtpname "[email protected]" ssl keep no ...
TimmyJ's user avatar
  • 928
0 votes
1 answer
3k views

I'm trying to figure out how I can forward (or pipe) an email to a PHP script using fetchmail. I've never done this and am not even sure if I'm on the right track. From what I've read I think I need ...
ctown4life's user avatar
2 votes
1 answer
2k views

I have fetchmail grab my email from a pop account and send it to procmail. I have 'keep' set in my fetchmailrc file because i also use the email for outlook and i cant have fetchmail taking all my ...
Bbbh's user avatar
  • 411
0 votes
4 answers
5k views

I have been asked to quote a project where they want to see sent email using POP. I am pretty sure this is not possible, but I thought if it was. So is it possible given a users POP email server ...
Mark Ellul's user avatar
  • 1,906