[Mailman-Users] List adress problems

Harald Meland Harald.Meland at usit.uio.no
Thu Nov 19 19:41:55 CET 1998


[Dirk Allard]

> Hi,
> 
> sending a mail to my newly created mailing list I get the following
> error message from my mailer-demon:
> 
> |------------------------- Failed addresses follow: ---------------------|
>  "|/home/mailman/mail/wrapper mailcmd empiria-rpg" ... failed: transport
> pipe:
> +child returned status EX_1 (1)
> |------------------------- Message text follows: ------------------------|
> 
> Anybody knows what this means?

I means that the pipe exited with a non-zero status, in this case 1.

I suspect that your MTA isn't running the wrapper under the correct
user -- here is my Exim setup, note the "user = mailman" in the
transport:

######################################################################
#                      TRANPORTS CONFIGURATION                       #
######################################################################

mailman_list_pipe:
  driver = pipe
  allow_commands = /local/Mailman/mail/wrapper
  user = mailman
  return_output

######################################################################
#                      DIRECTORS CONFIGURATION                       #
######################################################################

local_lists:
  driver = aliasfile
  search_type = lsearch
  file = /local/Mailman/data/MTA_aliases
  pipe_transport = mailman_list_pipe

-- 
Harald




More information about the Mailman-Users mailing list