All --
This is a little strange, but I running cygwin on my WindowsME and
trying to retreive
mail from my POP account using Fetchmail. When I use the .fetchmailrc
below I get
a incorrect permission messages (under cygiwn/ME it's basicaly 755).
When
I try to use the script below, I get the error messages attacted below.
Any suggestion?
David Jackson
-------------- Script ----------------------
#!/usr/bin/bash
fetchmail -p pop3 --username=my_user_name mail.dnvr.qwest.net
------ Error message from script -----------------------
1 message for cjamblues at pop.dnvr.uswest.net (3018 octets).
reading message 1 of 1 (3018 octets) .fetchmail: SMTP connect to
localhost failed
fetchmail: SMTP transaction error while fetching from
mail.dnvr.qwest.net
fetchmail: Query status=10 (SMTP)
------- .fetchmailrc -----------------------------------
poll mail.dnvr.qwest.net protocol pop3 username "my_user_name" password
"my_password"