How to configure fetchmail to send messages from remote smtp server to Gmail?
Posted
by
ifesdjeen
on Server Fault
See other posts from Server Fault
or by ifesdjeen
Published on 2010-11-12T11:04:30Z
Indexed on
2012/04/15
23:32 UTC
Read the original article
Hit count: 254
I've been trying to setup email forwarding through fetchmail from remote smtp server to Gmail account, although messages are constantly coming to my local address and accessible via "mail" command. SMTP connection works perfectly, but emails do not go anywhere.
System: debian, fetchmail Config: poll smtp.server protocol imap username “user” password “pass” smtpname “[email protected]” ssl
Thank you!
© Server Fault or respective owner