I currently run e-smith ver 4.1.2. I have no problems with collecting multi drop mail from my ISP. Every time i try ver 5.0 fetchmail will not work.
I have a box set up today with ver 5.0, update 2 and update 4. i have not played with this machine in any way. It is a standard install.
The following are some tests i tried from the command line using two different mailservers (note i also tried a mates username and password at mail.wn.com.au and it failed as well - it worked on 4.1.2)
[root@esmith /etc]# fetchmail -v -v -p POP3 mail.wn.com.au -u username
Enter password for username@mail.wn.com.au:
fetchmail: 5.7.4 querying mail.wn.com.au (protocol POP3) at Sat 09 Mar 2002 02:50:49 PM WST
fetchmail: POP3< +OK MailSite POP3 Server 4.5.4.0 Ready <21606808.1015656856.370@wn.com.au>
fetchmail: POP3> CAPA
fetchmail: POP3< +OK Capability list follows
fetchmail: POP3< TOP
fetchmail: POP3< USER
fetchmail: POP3< UIDL
fetchmail: POP3< SASL SCRAM-MD5 NTLM LOGIN CRAM-MD5
fetchmail: POP3< .
fetchmail: POP3> AUTH CRAM-MD5
fetchmail: POP3< + PDQ2NjQuMTAyMDMwOTE0NTQxNkBiYW5kaWNvb3Qud24uY29tLmF1Pg==
fetchmail: decoded as <4664.1020309145416@bandicoot.wn.com.au>
fetchmail: POP3> Z29sdGVsIGQ3ZDdmM2E2YjgyYTMwNWRmNjVjMzMxMTJiNGMxOTcz
fetchmail: POP3< -ERR CRAM-MD5 authentication refused
fetchmail: CRAM-MD5 authentication refused
fetchmail: POP3> USER *
fetchmail: POP3< +OK username is welcome here
fetchmail: POP3> PASS *
fetchmail: POP3< -ERR username logon failed
fetchmail: username logon failed
fetchmail: Authorization failure on username@bandicoot.wn.com.au
fetchmail: POP3> QUIT
fetchmail: POP3< +OK bandicoot.wn.com.au POP3 server signing off (mailbox empty)
fetchmail: Query status=3 (AUTHFAIL)
fetchmail: Deleting fetchids file.
fetchmail: normal termination, status 3
fetchmail: Deleting fetchids file.
[root@esmith /etc]#
[root@esmith /etc]# fetchmail -v -v -p POP3 mail.bigpond.com -u username
Enter password for username@mail.bigpond.com:
fetchmail: 5.7.4 querying mail.bigpond.com (protocol POP3) at Sat 09 Mar 2002 02:46:49 PM WST
fetchmail: POP3< +OK POP3 server ready (identifier 48/1073188)
fetchmail: POP3> USER username
fetchmail: POP3< +OK please provide a password
fetchmail: POP3> PASS *
fetchmail: POP3< +OK mailbox ready
fetchmail: selecting or re-polling default folder
fetchmail: POP3> STAT
fetchmail: POP3< +OK 0 0
fetchmail: No mail for kalcomps at mail.bigpond.com
fetchmail: POP3> QUIT
fetchmail: POP3< +OK goodbye
fetchmail: not swapping UID lists, no UIDs seen this query
fetchmail: Query status=1 (NOMAIL)
fetchmail: Deleting fetchids file.
fetchmail: normal termination, status 1
fetchmail: Deleting fetchids file.
[root@esmith /etc]#
I have tried contacting the ISP to see what pop3 server they use but its the weekend and their not sure.
Any clues
Regards Duncan