Quote:
Originally Posted by hypexr
I can not see what is wrong with your config, but I thought I whould post mine that works just incease it would help:
Code:
# Configuration created Wed Sep 29 13:03:47 2004 by fetchmailconf
set postmaster "postmaster"
set bouncemail
set no spambounce
set properties ""
set daemon 60
poll pop.mypop1.com with proto POP3
user 'myuser' there with password 'mypass' is 'localuser' here options flush
poll pop.gmail.com with proto POP3 port 995
user 'myname@gmail.com' there with ssl with password 'mypass' is 'localuser' here options keep
|
Hi Experts,
I have no idea why to insert keyword 'with' I read other manual that the line can be written as:-
poll pop.gmail.com proto POP3 service 995
user 'myname@gmail.com' password 'mypass' is 'localuser' here ssl keep fetchall
Other doubt is any sequence of options? For example "ssl keep fetchall" is identical to "keep ssl fetchall"?