Dear all,
Previously i used kmail as my e-mail client, i had no problem with that.
But now i only want to deal with console, and want to retrieve pop3 mails
using fetchmail 6.2.2+SSL+NSL
But i don't know how to configure fetchmail with pop3.
Assuming my e-mail address is my...@is...
pop3 server is mail.isp.com (notice! ``mail'' prefix)
What shall i put in ~/.fetchmailrc?
I tried both
% cat ~/.fetchmailrc
poll mail.isp.com proto pop3:
user "myname" there has password "mypassword" is "mylocalname" here
mda "procmail -f %F -d %T"
and
% cat ~/.fetchmailrc
poll isp.com proto pop3:
user "myname" there has password "mypassword" is "mylocalname" here
mda "procmail -f %F -d %T"
but both of them (with or without ``mail.'' prefix) failed
the command i used to invoke fetchmail is
% fetchmail -akv
(of course, i have another ~/.procmail, which should not relate to the topic)
what is the correct configuration looks like?
any help would much appreciated.
thx in advance,
|