I would check the permissions of you mailman install.
It looks like the setuid bit might be misssing.
IOError: [Errno 13] Permission denied: '/home/mailman/lists/test/config.db'
554 "|/home/mailman/mail/wrapper mailcmd test "... unknown mailer error 1

Make sure you run the commands to properly set up the mailman dir:
% cd $prefix (mailman home dir)
% chgrp mailman .
% chmod a+rx,g+ws .

Steve
[EMAIL PROTECTED] Owner/Admin
deathcon.com - pirk.com 
webops.com - disclaimer.com 

On Mon, 12 Mar 2001, Dick wrote:

> Hi, the below is the result after I reply the confirm email to mailman.
> this is a testing subscription, and it fails~
> could you give me hints about it ?
> thanx.
> 
> sincerely.
> 
> Forwarded by Dick <[EMAIL PROTECTED]>
> ----------------------- Original Message -----------------------
>  From:    Mail Delivery Subsystem <[EMAIL PROTECTED]>
>  To:      <[EMAIL PROTECTED]>
>  Date:    Sun, 11 Mar 2001 22:36:26 +0800
>  Subject: Returned mail: unknown mailer error 1
> ----
> 
> The original message was received at Sun, 11 Mar 2001 22:36:25 +0800
> from ms.csie.ntu.edu.tw [140.112.30.25]
> 
>    ----- The following addresses had permanent fatal errors -----
> "|/home/mailman/mail/wrapper mailcmd test "
>     (expanded from: <[EMAIL PROTECTED]>)
> 
>    ----- Transcript of session follows -----
> Traceback (innermost last):
>   File "/home/mailman/scripts/mailcmd", line 69, in ?
>     main()
>   File "/home/mailman/scripts/mailcmd", line 47, in main
>     mlist = MailList.MailList(listname, lock=0)
>   File "/home/mailman/Mailman/MailList.py", line 79, in __init__
>     self.Load()
>   File "/home/mailman/Mailman/MailList.py", line 891, in Load
>     dict, e = self.__load(dbfile)
>   File "/home/mailman/Mailman/MailList.py", line 868, in __load
>     fp = open(dbfile)
> IOError: [Errno 13] Permission denied: '/home/mailman/lists/test/config.db'
> 554 "|/home/mailman/mail/wrapper mailcmd test "... unknown mailer error 1
> 
> --------------------- Original Message Ends --------------------
> 
> -- 
> Dick <[EMAIL PROTECTED]>
> 


------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to