View previous topic :: View next topic |
Author |
Message |
jaalex n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_bender.gif)
Joined: 22 Oct 2003 Posts: 39
|
Posted: Thu Jan 08, 2004 3:00 pm Post subject: Fetchmil Hangs on Retreving Messages (SOLVED) |
|
|
Hello,
In the past I have had fetchmail working with no problems. I did an update world the other night and now fetchmail seems to fail to get my mail. Here is the output
Code: |
fetchmail: 6.2.5 querying cedar-rapids.net (protocol POP3) at Thu Jan 8 08:55:16 2004: poll started
fetchmail: POP3< +OK X1 MailServer, Com-Link, Inc.
fetchmail: POP3> CAPA
fetchmail: POP3< +OK Capability list follows
fetchmail: POP3< TOP
fetchmail: POP3< USER
fetchmail: POP3< SASL LOGIN PLAIN
fetchmail: POP3< RESP-CODES
fetchmail: POP3< LOGIN-DELAY 120
fetchmail: POP3< PIPELINING
fetchmail: POP3< EXPIRE 30 USER
fetchmail: POP3< UIDL
fetchmail: POP3< IMPLEMENTATION Ipswitch_IMail_6.0
fetchmail: POP3< .
fetchmail: POP3> USER jaalex
fetchmail: POP3< +OK send your password
fetchmail: POP3> PASS *
fetchmail: POP3< +OK maildrop locked and ready
fetchmail: POP3> STAT
fetchmail: POP3< +OK 4 21824
fetchmail: POP3> LAST
fetchmail: POP3< +OK 0
4 messages for jaalex at rapids.net (21824 octets).
fetchmail: POP3> LIST 1
fetchmail: POP3< +OK 1 2759
fetchmail: POP3> TOP 1 99999999
fetchmail: POP3< +OK 2759 octets
reading message jaalex@rapids.net:1 of 4 (2759 octets)
|
It just sits at reading messages until I kill the process. Anyone seen this problem before.
Thanks
Jason _________________ No Matter Where You Go, There You Are
Last edited by jaalex on Thu Jan 08, 2004 4:34 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
87C751 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 08 Jan 2004 Posts: 7 Location: Cincinnati, OH
|
Posted: Thu Jan 08, 2004 3:25 pm Post subject: I had a similar problem |
|
|
In my case, fetchmail (also a new update) would get as far as reading how many messages there were and die with a socket error. Looking at the logs on the server side, it indicated seeing an EOF in the stream. I pulled down the sources ('emerge -pf fetchmail' to find the source tarball), did a ./configure;make; and the result is working for me. But I notice that this new build isn't using (or even trying) SSL, which makes me wonder if it isn't partly an SSL issue. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jaalex n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_bender.gif)
Joined: 22 Oct 2003 Posts: 39
|
Posted: Thu Jan 08, 2004 4:35 pm Post subject: Postfix |
|
|
Well this turned out to be casued by my postfix config. I added a local-domain-names files and told postfix to accept mail for those domains. I guess that messed something up becasue when I uncommented it things worked fine. _________________ No Matter Where You Go, There You Are |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
BiggJ Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/16030427223ffc5100327b7.jpg)
Joined: 07 Nov 2003 Posts: 384 Location: /usr/share/ \ zoneinfo/America/Los_Angeles
|
Posted: Fri Oct 08, 2004 7:22 pm Post subject: Re: Postfix |
|
|
jaalex wrote: | Well this turned out to be casued by my postfix config. I added a local-domain-names files and told postfix to accept mail for those domains. I guess that messed something up becasue when I uncommented it things worked fine. |
Can you give more details on exactly what you did to do this?
--Josh |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|