Re: [EXIM] majordomo?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Georg v.Zezschwitz
Fecha:  
A: Bruce Bowler
Cc: exim-users
Asunto: Re: [EXIM] majordomo?
On Thu, Feb 26, 1998 at 09:34:08AM -0500, Bruce Bowler wrote:
> I'm trying to set up a test list and when I follow the instructions, I get
> an error in the exim log that looks like...
>
> >1998-02-26 09:22:20 0y84CZ-0001Ki-00 Neither the system_aliases director nor
> >the address_pipe transport set a uid for local delivery of
> >|/usr/local/etc/majordomo/wrapper majordomo
>


What about the following setup?

mdom_aliases:
domains = "mydomain.com",
driver = aliasfile;
file = /usr/local/lib/majordomo/aliases,
search_type = lsearch,
user = mdom,
group = mdom

This way you keep your majordomo aliases in a seperate file.
If any program has to be executed (e.g. by the wrapper-call in
the alias file) it will be executed as user "mdom" with group
id "mdom".

The later seems to be your problem.


Greetings,


Georg

--
*** Exim information can be found at http://www.exim.org/ ***