[Mailman-Users] mailman-exim 'returned 2' error

Rob Lingelbach rob at film.calarts.edu
Wed Oct 3 20:26:29 CEST 2001


getting the following on a test post.  

On Wed, Oct 03, 2001 at 11:00:37AM -0700, Mail Delivery System wrote:
> This message was created automatically by mail delivery software (Exim).
> 
> A message that you sent could not be delivered to one or more of its
> recipients. This is a permanent error. The following address(es) failed:
> 
>   mailmantest at emsh.calarts.edu
>     Child process of list_transport2 transport returned 2 from command:
>     /serve/web105/mailman/mail/wrapper

mailman is version 2.0.6
exim is version 3.33
python is 1.5.2
OS is Linux 6.2

mailman was configured:

./configure --prefix=/serve/web105/mailman --with-groupname=exim
--with-cgi-gid=nobody --with-username=exim

here's /serve/web105/mailman/mail/wrapper:

-rwxr-sr-x    1 root     exim        31447 Oct  3 10:59 /serve/web105/mailman/mail/wrapper*

exim:

-rwsr-xr-x    1 root     mail       508344 Aug 28 12:43 /usr/local/bin/exim*
which runs as user 'exim'.

and here are a few exim configure excerpts:

MAILMAN2_HOME=/serve/web105/mailman
MAILMAN2_WRAP=MAILMAN2_HOME/mail/wrapper
MAILMAN_UID=exim
MAILMAN_GID=exim

list_transport2:
           driver = pipe
           command = MAILMAN2_WRAP post ${lc:$local_part}
           user = MAILMAN_UID
           group = MAILMAN_GID

list_request_transport2:
           driver = pipe
           command = MAILMAN2_WRAP mailcmd ${lc:$local_part}
           user = MAILMAN_UID
           group = MAILMAN_GID

list_admin_transport2:
           driver = pipe
           command = MAILMAN2_WRAP mailowner ${lc:$local_part}
           user = MAILMAN_UID
           group = MAILMAN_GID



-- 
Rob Lingelbach                           rob at film.calarts.edu
System Administrator                   http://www.alegria.com  
Computer Animation Lab                        rob at alegria.com
California Institute of the Arts       http://tig.alegria.com            




More information about the Mailman-Users mailing list