Help → Mac: Not downloading email
I installed and configured POPFile on Mac OS X 10.4. Everything appears to be running fine, except it's not downloading any email from my server.
Here's the log entries from the last attempt:
****************************
2008/8/1 20:49:26 496: bayes: 747: Attempting to connect to dbi:SQLite:dbname=./popfile.db (1)
2008/8/1 20:49:26 496: bayes: 821: Using SQLite library version 3.4.2
2008/8/1 20:49:27 496: pop3: 303: +OK POP3 POPFile (v1.1.0) server ready[0d][0a]
2008/8/1 20:49:27 496: pop3: 522: Attempting to connect to POP server at mail.you-and-improved.com:110
2008/8/1 20:49:27 496: pop3: 531: Connected to mail.you-and-improved.com:110 timeout 60
2008/8/1 20:49:27 496: pop3: 577: Connection returned: +OK Hello there.[0d][0a]
2008/8/1 20:49:27 496: pop3: 303: USER XXXXXX
2008/8/1 20:49:27 496: pop3: 303: +OK Password required.[0d][0a]
2008/8/1 20:49:27 496: pop3: 303: PASS XXXXXX
2008/8/1 20:49:27 496: pop3: 303: +OK logged in.[0d][0a]
2008/8/1 20:49:27 496: pop3: 303: STAT[0d][0a]
2008/8/1 20:49:27 496: pop3: 303: +OK 5 217665[0d][0a]
2008/8/1 20:49:27 496: pop3: 303: UIDL[0d][0a]
2008/8/1 20:49:27 496: pop3: 303: +OK[0d][0a]
2008/8/1 20:49:27 496: pop3: 303: LIST[0d][0a]
2008/8/1 20:49:27 496: pop3: 303: +OK POP3 clients that break here, they violate STD53.[0d][0a]
2008/8/1 20:49:27 496: pop3: 303: TOP 3 0[0d][0a]
2008/8/1 20:49:27 496: pop3: 303: +OK headers follow.[0d][0a]
2008/8/1 20:49:27 496: pop3: 303: RETR 3[0d][0a]
2008/8/1 20:49:27 496: pop3: 303: +OK 25215 octets follow.[0d][0a]
2008/8/1 20:49:28 207: mq: 258: Done with 496 (0 to go)
****************************
Any clues?
-
Message #312
Hi
I installed and configured POPFile on Mac OS X 10.4. Everything appears to be running fine, except it's not downloading any email from my server.
Did you installed POPFile manually?
Or are you using the Mac OS X version of POPFile v1.1.0 RC1?
First, stop POPFile and run it in Terminal.app to see the console messages.
(You can use 'stop-popfile.app' and 'start-popfile-with-console.app' utility
scripts included in the installer package if you are using RC1.)
And then, change the logger level to 2 and take a log again.
For more information about changing the logger level, please see:
http://getpopfile.org/docs/TroubleShooting:PrepareLog
Naoki
amatubu08/02/08 05:01:27 -
-
Message #313
Or are you using the Mac OS X version of POPFile v1.1.0 RC1?
I've found that the RC1 does not work correctly on Mac OS X 10.4.11.
Here's the POPFile log:
2008/8/2 12:37:53 576: pop3: 522: Attempting to connect to POP server at mail.mac.com:110
2008/8/2 12:37:53 576: pop3: 531: Connected to mail.mac.com:110 timeout 60
2008/8/2 12:37:54 576: pop3: 577: Connection returned: +OK Messaging Multiplexor (Sun Java(tm) System Messaging Server 6.3-6.03 (built Jun 5 2008))[0d][0a]
2008/8/2 12:37:54 576: pop3: 295: auth plaintext
2008/8/2 12:37:54 576: pop3: 303: USER XXXXXX
2008/8/2 12:37:54 576: pop3: 658: Read slurp data +OK password required for user XXXXXX
2008/8/2 12:37:54 576: pop3: 303: +OK password required for user XXXXXX
2008/8/2 12:37:57 576: pop3: 209: Command: --PASS XXXXXX--
2008/8/2 12:37:57 576: pop3: 303: PASS XXXXXX
2008/8/2 12:37:58 576: pop3: 658: Read slurp data +OK Maildrop ready[0d][0a]
2008/8/2 12:37:58 576: pop3: 303: +OK Maildrop ready[0d][0a]
2008/8/2 12:37:59 576: pop3: 209: Command: --STAT--
2008/8/2 12:37:59 576: pop3: 303: STAT[0d][0a]
2008/8/2 12:37:59 576: pop3: 658: Read slurp data +OK 1869 20840834[0d][0a]
2008/8/2 12:37:59 576: pop3: 303: +OK 1869 20840834[0d][0a]
2008/8/2 12:38:02 576: pop3: 209: Command: --RETR 1859--
2008/8/2 12:38:02 576: pop3: 303: RETR 1859[0d][0a]
2008/8/2 12:38:03 576: pop3: 658: Read slurp data +OK 4476 octets[0d][0a]Return-path: <minimalist@getpopfile.org>[0d][0a]Received: from smtpin134-bge351000 ([10.150.68.134])[0d][0a] by ms221.mac.com (Sun Java(tm) System Messagin
2008/8/2 12:38:03 576: pop3: 303: +OK 4476 octets[0d][0a]
2008/8/2 12:38:03 576: history: 296: reserve_slot selected random number 576706919
A bus error occurred when POPFile tried to receive e-mails.
I'll look into this problem.
Naoki
amatubu08/02/08 06:08:44 -
-
Message #314
I'll look into this problem.
It seems that DBD::SQLite built on Leopard is not fully compatible with Tiger/Panther.
I've managed to build a new installer compatible with Tiger/Panther:
http://idisk.mac.com/amatubu/Public/POPFile/POPFile-1.1.0RC2-test1-macosx.dmg.gz
Can you give it a try?
Naoki
amatubu08/03/08 05:03:06 -
-
Message #320
Thanks, Naoki! That install works perfectly!
petereit08/08/08 00:32:23 -
-
Message #322
Thank you for the report. That's a good news!
The next RC (RC2) will be compatible with Tiger/Panther.
Naoki
amatubu08/10/08 15:49:29 -
-
Message #335
The next RC (RC2) will be compatible with Tiger/Panther.
We've just released POPFile 1.1.0 RC2.
http://getpopfile.org/discussion/3/97
Naoki
amatubu08/16/08 02:13:56
-
-
-
-
-