[Mailman-Users] wrapper help

Chad at Balius.com Chad at Balius.com
Sat Jun 30 00:14:58 CEST 2001


mailman-2.0.5.tar.gz
Python 1.5.2 (#1, Feb  1 2000, 16:32:16)
mta - right now Sendmail, will be iPlanet Messaging Server
os - Linux

I ran configure with  --with-mail-gid and set correctly, after not doing 
that the first time.  :)

The problem I'm having is that mail addressed to list-request at domain.com is 
going to the list owner, not mailman itself.  The list is setup for confirm 
only.

I put the confirmation reply message in /tmp/test and then

/home/mailman/mail/wrapper mailcmd humor < /tmp/test

it worked, mailman got the message and sent back a welcome to the list 
message to the address that was requesting subscription.  When that message 
arrives via the entry in the aliases file, it does not seem to 
work.  Nothing is being logged to syslog or mailman's error file.   The 
mail log file shows everything working.


# mm_cfg.py

DEFAULT_HOST_NAME   = 'lists.domain.com'
DEFAULT_URL         = 'http://domain.com/mailman/'
ARCHIVER_OBSCURES_EMAILADDRS = 1
SMTP_MAX_RCPTS = 5
USE_ENVELOPE_SENDER = 1
SMART_ADDRESS_MATCH = 0
DEFAULT_PRIVATE_ROSTER = 1
DEFAULT_OBSCURE_ADDRESSES = 0

/etc/aliases

humor:                   "|/home/mailman/mail/wrapper post humor"
humor-admin:             "|/home/mailman/mail/wrapper mailowner humor"
humor-request:           "|/home/mailman/mail/wrapper mailcmd humor"
humor-owner:             humor-admin


Any ideas?


Thanks,
Chad 





More information about the Mailman-Users mailing list