[Mailman-Users] Maildir Problem - Part 1

2005-09-11 Thread Greg Burnett / Ascend Network
I am trying to set up my mailman get my messages from my maildir using
qrunner 
and the USE_MAILDIR option. I have getmail that successfully imports my
mail 
from my pop account to the maildir but that is where it stops. Here are
is 
the configuration:
 
 
My mm_cfg.py--
 
###
#Here's where we get the distributed defaults.#
 
from Defaults import *
 
##
# Put YOUR site-specific configuration below, in mm_cfg.py . #
# See Defaults.py for explanations of the values.#
#
# Qrunner defaults
#
 
# Which queues should the qrunner master watchdog spawn?  This is a list
of # 2-tuples containing the name of the qrunner class (which must live
in a # module of the same name within the Mailman.Queue package), and
the number of # parallel processes to fork for each qrunner.  If more
than one process is # used, each will take an equal subdivision of the
hash space.
 
# BAW: Eventually we may support weighted hash spaces.
# BAW: Although not enforced, the # of slices must be a power of 2
 
QRUNNERS = [
('ArchRunner', 1), # messages for the archiver
('BounceRunner',   1), # for processing the qfile/bounces directory
('CommandRunner',  1), # commands and bounces from the outside world
('IncomingRunner', 1), # posts from the outside world
('NewsRunner', 1), # outgoing messages to the nntpd
('OutgoingRunner', 1), # outgoing messages to the smtpd
('VirginRunner',   1), # internally crafted (virgin birth) messages
('RetryRunner',1), # retry temporarily failed deliveries
]
# Set this to Yes to use the `Maildir' delivery option.  If you change
this # you will need to re-run bin/genaliases for MTAs that don't use
list # auto-detection. # # WARNING: If you want to use Maildir delivery,
you /must/ start Mailman's # qrunner as root, or you will get permission
problems. # # NOTE: Maildir delivery is experimental for Mailman 2.1.
USE_MAILDIR = Yes # NOTE: If you set USE_MAILDIR = Yes, add the
following line to your mm_cfg.py QRUNNERS.append (('MaildirRunner', 1))
# runner sleep for before checking the queue directory again for new
files? # This can be a fraction of a second, or zero to check
immediately # (essentially busy-loop as fast as possible).
QRUNNER_SLEEP_TIME = seconds(1)
 
# When a message that is unparsable (by the email package) is received,
what # should we do with it?  The most common cause of unparsable
messages is # broken MIME encapsulation, and the most common cause of
that is viruses like # Nimda.  Set this variable to No to discard such
messages, or to Yes to store # them in qfiles/bad subdirectory.
QRUNNER_SAVE_BAD_MESSAGES = Yes
 
# This flag causes Mailman to fsync() its data files after writing and #
flushing its contents.  While this ensures the data is written to disk,
# avoiding data loss, it may be a performance killer.  Note that this
flag # affects both message pickles and MailList config.pck files.
SYNC_AFTER_WRITE = No
#-
# The name of the list Mailman uses to send password reminders # and
similar. Don't change if you want mailman-owner to be # a valid local
part. MAILMAN_SITE_LIST = 'mailman'
 
 
#-
# If you change these, you have to configure your http server
# accordingly (Alias and ScriptAlias directives in most httpds)
DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman
http://%25s/cgi-bin/mailman ' PRIVATE_ARCHIVE_URL =
'/cgi-bin/mailman/private' IMAGE_LOGOS = '/images/'
 
#-
# Default domain for email addresses of newly created MLs
DEFAULT_EMAIL_HOST = 'ascendnetwork.com'
#-
# Default host for web interface of newly created MLs
DEFAULT_URL_HOST   = '68.202.202.172'
#-
# Required when setting any of its arguments.
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
 
#-
# The default language for this server.
DEFAULT_SERVER_LANGUAGE = 'en'
 
#-
# Iirc this was used in pre 2.1, leave it for now
USE_ENVELOPE_SENDER= 0  # Still used?
 
#-
# Unset send_reminders on newly created lists DEFAULT_SEND_REMINDERS = 0
 
#-
# Uncomment this if you configured your MTA such that it
# automatically recognizes newly created lists.
# (see /usr/share/doc/mailman/README.{EXIM,...})
# MTA=None   # Misnomer, suppresses alias output on newlist
 
#-
# Uncomment if you use Postfix virtual domains, but be sure to # read

[Mailman-Users] Maildir Problem - Part 2

2005-09-11 Thread Greg Burnett / Ascend Network
My .getmail --
 
[retriever]
 
type = SimplePOP3Retriever
 
server = pop.ascendnetwork.com
 
username = [EMAIL PROTECTED]
 
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 
[EMAIL PROTECTED]
2005-09-10 12:23:22 Initializing 
SimplePOP3Retriever:[EMAIL PROTECTED]@pop.ascendnetwork.com:110:
2005-09-10 12:23:23 msg 1/1 (611 bytes) msgid 2005090915414601590025a982
from 
[EMAIL PROTECTED] delivered to Maildir /home/mmmail/ 2005-09-10
14:34:32 Initializing 
SimplePOP3Retriever:[EMAIL PROTECTED]@pop.ascendnetwork.com:110:
2005-09-10 14:34:33 msg 1/2 (611 bytes) msgid 2005090915414601590025a982
from 
[EMAIL PROTECTED] delivered to Maildir /home/mmmail/ 2005-09-10
14:34:33 msg 2/2 (613 bytes) msgid 20050910112920046500261e03 from 
[EMAIL PROTECTED] delivered to Maildir /home/mmmail/ 2005-09-10
15:09:18 Initializing 
SimplePOP3Retriever:[EMAIL PROTECTED]@pop.ascendnetwork.com:110:
2005-09-10 15:09:19 msg 1/2 (611 bytes) msgid 2005090915414601590025a982
from 
[EMAIL PROTECTED] delivered to Maildir /home/mmmail/ 2005-09-10
15:09:20 msg 2/2 (613 bytes) msgid 20050910112920046500261e03 from 
[EMAIL PROTECTED] delivered to Maildir /home/mmmail/ 2005-09-10
17:38:36 Initializing 
SimplePOP3Retriever:[EMAIL PROTECTED]@pop.ascendnetwork.com:110:
2005-09-10 17:38:36 msg 1/4 (611 bytes) msgid 2005090915414601590025a982
from 
[EMAIL PROTECTED] delivered to Maildir /home/mmmail/ 2005-09-10
17:38:36 msg 2/4 (613 bytes) msgid 20050910112920046500261e03 from 
[EMAIL PROTECTED] delivered to Maildir /home/mmmail/ 2005-09-10
17:38:37 msg 3/4 (640 bytes) msgid 2005091014295804570026306d from 
[EMAIL PROTECTED] delivered to Maildir /home/mmmail/ 2005-09-10
17:38:37 msg 4/4 (640 bytes) msgid 200509101434240299002630cc from 
[EMAIL PROTECTED] 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. 
 
 
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Newbie Question - Setting up email

2005-09-09 Thread Greg Burnett / Ascend Network
I just installed Mailman on my X86 PC - Debian Linux OS  - Apache works
but I cant figure out how to set up the actual mail settings. I have
sendmail. I have my own domain and mail server but it is located on a
commercial account outside my machine.  My email address would be
[EMAIL PROTECTED]  and along with my domain is at dnsbuy.com.  Do I
need to set up a mail account on my local machine and if so, how do I do
this? If I can use my outside email address as the post to address, how
do I set it up in mailman and in sendmail? Thanks for the help.
 
Greg Burnett
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp