28 questions
0
votes
0
answers
263
views
issues with fetchmail authentication with Gmail
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 ...
2
votes
0
answers
2k
views
fetchmail warns about imap.gmail.com server certificate
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 ...
1
vote
1
answer
903
views
Procmail/munpack: Extracting headers similar to text and attachments?
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 ...
0
votes
1
answer
2k
views
How to delete IMAP mail with fetchmail / procmail
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 -...
0
votes
0
answers
444
views
Python - fetchmail to execute command based on email subject
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 ...
1
vote
1
answer
278
views
Delay in pop download of mails using fetchmail
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 ...
-3
votes
1
answer
337
views
fetchmail: benefits of having ssl certificate and fingerprint checking [closed]
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 ...
-3
votes
1
answer
5k
views
Download mail using IMAP with fetchmail
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/
...
1
vote
2
answers
8k
views
Postfix "bad sender address syntax" causes fetchmail to re-fetch the same email repeatedly
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), ...
-3
votes
1
answer
129
views
MRA + MDA for Thunderbird 24
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 ...
0
votes
1
answer
3k
views
fetchmail forwarding to gmail via procmail - what is happening?
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 ...
0
votes
1
answer
3k
views
How to forward emails to PHP script?
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 ...
2
votes
1
answer
2k
views
fetchmail/procmailrc filter by date
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 ...
0
votes
4
answers
5k
views
Is it possible to Access a Users Sent Email over POP?
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 ...