I am configurig qmail for testing purpose now,
Below message quite long, but as i think this an interesting problem
-I am able to sendmail but while downloading mails it gives me error message,
-I don't have registered domain yet
-I am downloading mail to the mail server itself
# fetchmail -v
fetchmail: 6.2.0 querying mail.jack.com (protocol POP3) at Fri 14 Jan 2005 06:27:11 AM IST: poll started
fetchmail: POP3< +OK POP3 server ready (7.0.016) <B77EB66E969E6553F5A34DA3257F9A0168CDCD0A@mta9.wss.scd.yahoo.com>
fetchmail: POP3> CAPA
fetchmail: POP3< +OK Capability list follows
fetchmail: POP3< TOP
fetchmail: POP3< RESP-CODES
fetchmail: POP3< USER
fetchmail: POP3< SASL CRAM-MD5 DIGEST-MD5
fetchmail: POP3< PIPELINING
fetchmail: POP3< UIDL
fetchmail: POP3< IMPLEMENTATION CPMS-7.0.016
fetchmail: POP3< AUTH-RESP-CODE
fetchmail: POP3< .
fetchmail: POP3> AUTH CRAM-MD5
fetchmail: POP3< + PEVDNjRFQTVCMUEyQUQxMjQ5QTM3RkE0QTVFM0Y2MzZEMERCRjE2NzBAbXRhOS53c3Muc2NkLnlhaG9vLmNvbT4=
fetchmail: POP3> YWtzaGF0QGFrc2hhdC5jb20gOGMxMDI3Y2ZjYjI5YzM5ZjBhYzAzNzQ3NGNlMDg2Mzc=
fetchmail: POP3< -ERR [AUTH] invalid user or password
fetchmail: [AUTH] invalid user or password
fetchmail: POP3> USER
jack@jack.com
fetchmail: POP3< +OK Password required
fetchmail: POP3> PASS
fetchmail: POP3< -ERR [AUTH] invalid user or password
fetchmail: [AUTH] invalid user or password
fetchmail: Authorization failure on
jack@jack.com@mail.jack.com
fetchmail: POP3> QUIT
fetchmail: POP3< +OK POP3 server closing connection
fetchmail: 6.2.0 querying mail.jack.com (protocol POP3) at Fri 14 Jan 2005 06:27:24 AM IST: poll completed
fetchmail: Query status=3 (AUTHFAIL)
fetchmail: normal termination, status 3
------------------
# telnet localhost 110
Trying 127.0.0.1...
Connected to jack (127.0.0.1).
Escape character is '^]'.
+OK <2729.1105663825@mail.jack.com>
user
jack@jack.com
+OK
pass jack
+OK
-----------------------------
#vi .fetchmailrc
set postmaster "postmaster"
set bouncemail
set no spambounce
set properties " "
poll mail.jack.com with proto POP3
uidl
no dns, aka jack.com
user
jack@jack.com is * here
password jack
forcecr
smtphost localhost
smtpaddress jack.com
dropdelivered
==============
I think problem is somewhere with fetchmail file or something related to it, becz when do
#ifdown eth0 (eth0 is connected to internet, since i don't have domain registered yet and i am able to send mails put could not able to download)
# fetchmail -v
fetchmail: 6.2.0 querying mail. jack.com (protocol POP3) at Fri 14 Jan 2005 06:41:07 AM IST: poll started
fetchmail: fetchmail: getaddrinfo(mail. jack.com.pop3)
fetchmail: 6.2.0 querying mail. jack.com (protocol POP3) at Fri 14 Jan 2005 06:41:07 AM IST: poll completed
fetchmail: Query status=2 (SOCKET)
fetchmail: normal termination, status 2
When i doing fetchmail it is trying to connect to internet since i don't have registered domain yet, it is not able to download messages
Any help appreciated
-jack