![](https://secure.gravatar.com/avatar/fce12c981f9d0c8da6dccc72472ddbb0.jpg?s=120&d=mm&r=g)
My .getmail ------>
[retriever]
type = SimplePOP3Retriever
server = pop.ascendnetwork.com
username = mailman@ascendnetwork.com
password = jonathan
[destination] type = Maildir user = mmuser path = /home/mmmail/
[options]
verbose = 2
received = false
message_log = ~/.getmail/log
My getmail log -------->
2005-09-10 12:18:24 msg 1/1 (611 bytes) msgid 2005090915414601590025a982 from <greg@ascendnetwork.com> 2005-09-10 12:23:22 Initializing SimplePOP3Retriever:mailman@ascendnetwork.com@pop.ascendnetwork.com:110: 2005-09-10 12:23:23 msg 1/1 (611 bytes) msgid 2005090915414601590025a982 from <greg@ascendnetwork.com> delivered to Maildir /home/mmmail/ 2005-09-10 14:34:32 Initializing SimplePOP3Retriever:mailman@ascendnetwork.com@pop.ascendnetwork.com:110: 2005-09-10 14:34:33 msg 1/2 (611 bytes) msgid 2005090915414601590025a982 from <greg@ascendnetwork.com> delivered to Maildir /home/mmmail/ 2005-09-10 14:34:33 msg 2/2 (613 bytes) msgid 20050910112920046500261e03 from <greg@ascendnetwork.com> delivered to Maildir /home/mmmail/ 2005-09-10 15:09:18 Initializing SimplePOP3Retriever:mailman@ascendnetwork.com@pop.ascendnetwork.com:110: 2005-09-10 15:09:19 msg 1/2 (611 bytes) msgid 2005090915414601590025a982 from <greg@ascendnetwork.com> delivered to Maildir /home/mmmail/ 2005-09-10 15:09:20 msg 2/2 (613 bytes) msgid 20050910112920046500261e03 from <greg@ascendnetwork.com> delivered to Maildir /home/mmmail/ 2005-09-10 17:38:36 Initializing SimplePOP3Retriever:mailman@ascendnetwork.com@pop.ascendnetwork.com:110: 2005-09-10 17:38:36 msg 1/4 (611 bytes) msgid 2005090915414601590025a982 from <greg@ascendnetwork.com> delivered to Maildir /home/mmmail/ 2005-09-10 17:38:36 msg 2/4 (613 bytes) msgid 20050910112920046500261e03 from <greg@ascendnetwork.com> delivered to Maildir /home/mmmail/ 2005-09-10 17:38:37 msg 3/4 (640 bytes) msgid 2005091014295804570026306d from <greg@ascendnetwork.com> delivered to Maildir /home/mmmail/ 2005-09-10 17:38:37 msg 4/4 (640 bytes) msgid 200509101434240299002630cc from <greg@ascendnetwork.com> delivered to Maildir /home/mmmail/
My Mailman Errors Log ------>
Sep 10 15:44:27 2005 mailmanctl(1432): No child with pid: 1417 Sep 10 15:44:27 2005 mailmanctl(1432): [Errno 3] No such process Sep 10 15:44:27 2005 mailmanctl(1432): Stale pid file removed. Sep 10 15:50:04 2005 mailmanctl(1495): No child with pid: 1463 Sep 10 15:50:04 2005 mailmanctl(1495): [Errno 3] No such process Sep 10 15:50:04 2005 mailmanctl(1495): Stale pid file removed.
My qrunner log ------>
Sep 10 17:37:12 2005 (1112) ArchRunner qrunner started. Sep 10 17:37:12 2005 (1113) BounceRunner qrunner started. Sep 10 17:37:12 2005 (1114) CommandRunner qrunner started. Sep 10 17:37:12 2005 (1115) IncomingRunner qrunner started. Sep 10 17:37:13 2005 (1119) VirginRunner qrunner started. Sep 10 17:37:13 2005 (1116) NewsRunner qrunner started. Sep 10 17:37:13 2005 (1118) OutgoingRunner qrunner started. Sep 10 17:37:13 2005 (1124) RetryRunner qrunner started. Sep 10 17:37:13 2005 (1125) MaildirRunner qrunner started.
The only SMTP entries were the subscribe welcome messages but none of the messages I sent to the list wer processed. They still sit in the Maildir
queue.
Can someone tell me what I am doing wrong? Any suggestions on how to get it up and running? Thanks.
![](https://secure.gravatar.com/avatar/746f7519ba02fb0d815e59f305c53fa2.jpg?s=120&d=mm&r=g)
Greg Burnett / Ascend Network wrote:
[destination] type = Maildir user = mmuser path = /home/mmmail/
It looks from the code that MaildirRunner expects the mail to be delivered to the directory mm_cfg.MAILDIR_DIR/new. the default for MAILDIR_DIR is $var_prefix/qfiles. It seems you have to either change the destination path above to path_to/qfiles/new or change it to /home/mmmail/new and add "MAILDIR_DIR = /home/mmmail" in mm_cfg.py (unless perhaps getmail assumes the 'new' subdirectory).
-- Mark Sapiro <msapiro@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Greg Burnett / Ascend Network
-
Mark Sapiro