RE: [Exim] Exim & Mailman

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Burgett, Wade
Datum:  
To: exim-users
Betreff: RE: [Exim] Exim & Mailman
This was all I needed to do for mailman

# If any of your aliases expand to pipes or files, you will need to set
# up a user and a group for these deliveries to run under. You can do
# this by uncommenting the "user" option below (changing the user name
# as appropriate) and adding a "group" option if necessary.

system_aliases:
driver = aliasfile
# >> Option added by convert4r3
file_transport = address_file
# >> Option added by convert4r3
pipe_transport = address_pipe
file = /etc/$domain
search_type = lsearch
user = list


-----Original Message-----


From: Vadim Vygonets [mailto:vadik@cs.huji.ac.il]
Sent: Sunday, December 19, 1999 1:50 AM
To: exim-users@???
Subject: Re: [Exim] Exim & Mailman


Quoth System Operator on Fri, Dec 17, 1999:
> I went to the FAQ link about mailman using exim and its a broken link,
> does anyone have a new link they can pop me or ... I want to drop exim in
> for sendmail on our network. Now the FAQ says as long as the aliases file
> does not have pipes or act like a shell.. but Mailman has pipes in there..
> how hard is the conversion?


It's not. You should set "user" and "group" in the
system_aliases director (because every process (including pipes
ran from the alias file) should run under some UID and GID).

Vadik.

-- 
If you think C++ is not overly complicated, just what is a protected
abstract virtual base pure virtual private destructor, and when
was the last time you needed one?
        -- Tom Cargill, C++ Journal, Fall 1990.



--
## List details at http://www.exim.org/mailman/listinfo/exim-users Exim
details at http://www.exim.org/ ##