Main configuration settings
<http://www.exim.org/howto/mailman21.html#index>
First, you need to add some macros to the top of your Exim config file. These just make the routers and transport below a bit cleaner. Obviously, you'll need to edit these based on how you configured and installed Mailman.
# Home dir for your Mailman installation -- aka Mailman's prefix
# directory.
# By default this is set to "/usr/local/mailman"
# On a Red Hat/Fedora system using the RPM use "/var/mailman"
# On Debian using the deb package use "/var/lib/mailman"
# This is normally the same as ~mailman
MM_HOME=/var/mailman
#
# User and group for Mailman, should match your --with-mail-gid
# switch to Mailman's configure script.
# Value is normally "mailman"
MM_UID=mailman
MM_GID=mailman
#
# Domains that your lists are in - colon separated list
# you may wish to add these into local_domains as well
domainlist mm_domains=list.example.com
#
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
#
# These values are derived from the ones above and should not need
# editing unless you have munged your mailman installation
#
# The path of the Mailman mail wrapper script
MM_WRAP=MM_HOME/mail/mailman
#
# The path of the list config file (used as a required file when
# verifying list addresses)
MM_LISTCHK=MM_HOME/lists/${lc::$local_part}/config.pck
The directories under /etc/exim4/conf.d/ are
fish:/etc/exim4/conf.d# ll
total 9
-rw-r--r-- 1 root root 185 Jun 5 11:31 15_exim4-config_exiscan
drwxr-xr-x 2 root root 288 Jun 5 11:30 acl
drwxr-xr-x 2 root root 128 May 31 23:04 auth
drwxr-xr-x 2 root root 224 Jun 2 12:12 main
drwxr-xr-x 2 root root 120 May 31 23:04 retry
drwxr-xr-x 2 root root 136 May 31 23:04 rewrite
drwxr-xr-x 2 root root 536 May 31 23:04 router
drwxr-xr-x 2 root root 528 May 31 23:04 transport
and the files in the main directory are
total 20
-rw-r--r-- 1 root root 2741 Jan 14 07:42 01_exim4-config_listmacrosdefs
-rw-r--r-- 1 root root 4229 Feb 27 08:34 02_exim4-config_options
-rw-r--r-- 1 root root 1986 Mar 24 08:14 03_exim4-config_tlsoptions
-rw-r--r-- 1 root root 309 Apr 24 04:31 15_sa-exim_plugin_path
--
Bob Lydiate
[EMAIL PROTECTED]
Please visit my site at http://www.livingsky.net
----------------- Feel free to donate translations "God bless you" "Dios te le bendigo" "Nyasaye Ogwedhi" "Que Dieu vous benisses"
------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
