Here's my issue: I have a mailbox (pop3 for receiving and smtp for sending mail) on a remote serrver ..lets's say : hostname.net ... I have a local router-firewall and I want to download all my mail with "fetchmail" ... and then access it with outlook express ( for example) from my local server .... And here begins the trouble ... when I do "fetchmail -v " ...complains about this:
Code:
fetchmail: 6.2.5 querying hostname.net (protocol POP3) at Fri 14 Jan 2005 08:
54:50 PM EET: poll started
fetchmail: POP3< +OK <9997.1105728578@webhost.com>
fetchmail: POP3> CAPA
fetchmail: POP3< -ERR authorization first
fetchmail: authorization first
fetchmail: Repoll immediately on sasho@hostname.net@hostname.net
fetchmail: POP3< +OK <9999.1105728579@webhost.com>
fetchmail: POP3> USER sasho@hostname.net
fetchmail: POP3< +OK
fetchmail: POP3> PASS *
fetchmail: POP3< +OK
fetchmail: POP3> STAT
fetchmail: POP3< +OK 2 6417
fetchmail: POP3> LAST
fetchmail: POP3< +OK 0
2 messages for sasho@hostname.net at hostname.net (6417 octets).
fetchmail: POP3> LIST 1
fetchmail: POP3< +OK 1 3531
fetchmail: POP3> TOP 1 99999999
fetchmail: POP3< +OK
reading message sasho@hostname.net@hostname.net:1 of 2 (3531 octets)
fetchmail: SMTP connect to localhost failed
fetchmail: POP3> QUIT
fetchmail: POP3< This message is in MIME format.
fetchmail: SMTP transaction error while fetching from hostname.net
fetchmail: 6.2.5 querying hostname.net (protocol POP3) at Fri 14 Jan 2005 08:54:55 PM EET: poll completed
fetchmail: Query status=10 (SMTP)
fetchmail: normal termination, status 10
I've checked and status 10 means that it cannot connect to the smtp and cannot do the transaction .... what should I do to retrieve the mail (to my linux box) and the read it with outlook express