From: Jerry <je...@se...> - 2014-07-19 17:46:40
|
I am probably doing something really stupid here, but I am not sure what. I have fetchmail set up to retrieve mail from an IMAP account I have. Now, this IMAP account is also accessed from my laptop computer when I am traveling. If I retrieve a message directly from the IMAP account onto my laptop, fetchmail will no longer download it onto my work station computer. However, if fetchmail downloads the email first, it is still available for download onto my laptop. I hope this all makes sense. This is the config from my fetchmailrc file. Obviously, I have modified the actual user name and password. # Configuration created Tue Jul 1 15:56:47 2014 by fetchmailconf 1.57 set idfile "/var/tmp/.fetchids" set logfile "/var/log/fetchmail" set postmaster "postmaster" set bouncemail set no spambounce set softbounce set properties "" poll muon.mfg-consulting-llc.com proto IMAP timeout 30 and options bad-header accept user 'US...@IS...' there with password 'SECRET' is 'US...@IS...' here options keep ssl dropdelivered smtpname 'Som...@XX...' sslfingerprint '52:83:BD:F4:EB:72:70:1A:AA:3A:F9:13:65:9A:59:2E' -- Jerry |