View previous topic :: View next topic |
Author |
Message |
aaronminute n00b
Joined: 02 Sep 2002 Posts: 50 Location: Bakersfield, California
|
Posted: Fri Sep 13, 2002 3:43 am Post subject: Email problem |
|
|
Hey, I am having the weirdest problem with my email. Kmail works fine with a similar configuration but fetchmail does not like anything. Fetchmail works fine with everything except when it tries to download the email. My email server is completely POP3. Heres the config then the output:
----Fetchmail Config----
set postmaster "aaron"
set bouncemail
set no spambounce
set properties ""
poll earthlink.net with proto POP3
user 'aaronmeyer' there with password 'xxxxxxxx' is 'aaron' here
--------
----Fetchmail's Output----
fetchmail: 5.9.11 querying earthlink.net (protocol POP3) at Thu Sep 12 20:33:40 2002: poll started
fetchmail: POP3< +OK NGPopper vEL_4_16 at earthlink.net ready <22864.1031887931@scaup>
fetchmail: POP3> CAPA
fetchmail: POP3< +OK
fetchmail: POP3< user
fetchmail: POP3< pass
fetchmail: POP3< top
fetchmail: POP3< uidl
fetchmail: POP3< .
fetchmail: POP3> USER aaronmeyer
fetchmail: POP3< +OK
fetchmail: POP3> PASS *
fetchmail: POP3< +OK aaronmeyer has 1 messages (843 octets).
fetchmail: POP3> STAT
fetchmail: POP3< +OK 1 843
fetchmail: POP3> LAST
fetchmail: POP3< +OK 0
1 message for aaronmeyer at earthlink.net (843 octets).
fetchmail: POP3> LIST
fetchmail: POP3< +OK
fetchmail: POP3< 1 843
fetchmail: POP3< .
fetchmail: POP3> TOP 1 99999999
fetchmail: POP3< +OK
reading message aaronmeyer@earthlink.net:1 of 1 (843 octets)
fetchmail: SMTP connect to localhost failed
fetchmail: POP3> QUIT
fetchmail: POP3< test
fetchmail: SMTP transaction error while fetching from earthlink.net
fetchmail: 5.9.11 querying earthlink.net (protocol POP3) at Thu Sep 12 20:33:45 2002: poll completed
fetchmail: Query status=10 (SMTP)
fetchmail: normal termination, status 10
--------
Thanks for anything. I have a feeling this is easier than I think. _________________ Aaron Meyer | "The search for truth is more
RLU# 283393 | precious than its possession"
RLC# 165786 | --Albert Einstein
Visit my website at http://aaron.hopto.org |
|
Back to top |
|
|
grakker Tux's lil' helper
Joined: 17 Apr 2002 Posts: 100
|
Posted: Fri Sep 13, 2002 4:10 am Post subject: |
|
|
Try changing
Code: | user 'aaronmeyer' there with password 'xxxxxxxx' is 'aaron' here |
to
Code: | user 'aaronmeyer' there with password 'xxxxxxxx' is 'aaron' here options fetchall |
|
|
Back to top |
|
|
aaronminute n00b
Joined: 02 Sep 2002 Posts: 50 Location: Bakersfield, California
|
Posted: Fri Sep 13, 2002 12:49 pm Post subject: Same... |
|
|
I changed the settings, but nothing changed. Exact same problem. _________________ Aaron Meyer | "The search for truth is more
RLU# 283393 | precious than its possession"
RLC# 165786 | --Albert Einstein
Visit my website at http://aaron.hopto.org |
|
Back to top |
|
|
Naan Yaar Bodhisattva
Joined: 27 Jun 2002 Posts: 1549
|
Posted: Fri Sep 13, 2002 1:00 pm Post subject: |
|
|
This:
Code: |
fetchmail: SMTP connect to localhost failed
|
seems to be the offending line. You need to run an SMTP server like postfix or specify an MDA for fetchmail to work. This thread may help. There are many others that will show up with a search with something like "fetchmail" and "postfix", e.g. |
|
Back to top |
|
|
|