From: Jerry <je...@se...> - 2014-10-13 11:30:49
|
I need to have fetchmail relay mail to my MTA, Postfix, on port 587. It will also need to authenticate itself like all of my internal users do, How can I accomplish this? This is an example of a typical line in the "fetchmailrc" file. poll pop.gmail.com with proto POP3 service 995 timeout 30 envelope 'Delivered-To' localdomains MyDomain.net bad-header accept user 'us...@gm...' there with password 'SECRET' options forcecr dropdelivered smtpname 'us...@My...' ssl sslfingerprint 'BA:21:62:BD:13:ED:4C:5C:BA:3E:82:D5:19:C0:D1:A5' There are over twenty mailboxes checked. Final delivery is via Postfix to Dovcote. Dovecote sorts them out using a "sieve" filter. Thanks! -- Jerry |