Re: [gentoo-user] OT - Need help setting up mailman to work with exim

2007-05-12 Thread Dirk GROSSE OSTERHUES
Hej,


On 11/5/07 19:02, Michael Sullivan wrote:
 What do I need to do to set up mailman to work with exim?
 [...]

as you didn't post the relevant parts of your exim.conf I guess that you
didn't read the notes in the compile process of mailman. There you'd
have had the possibility to copy  paste the mailman-concerning entries
for the exim.conf, which I post as quotation below:

   # 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=/usr/local/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=your.domains.here : seperated.by.a.colon
   #
   # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   #
   # 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 integration works flawless and you don't have to fiddle around with
/etc/mail/aliases as you're supposed to with postfix and sendmail. Just
give exim the domains mailman is concerned with (very easy to set up
virtual domains with that) and it will figure out if the address is
concerned with a list or not.


Regards,

Dirk
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - A serious problem with my exim configuration

2007-05-11 Thread Dirk GROSSE OSTERHUES
On 11/5/07 15:35, Michael Sullivan wrote:
 [...]
 domainlist local_domains = @ espersunited.com :

Try it with a : after the @ ;)

 baby.espersunited.com : localhost
 domainlist relay_to_domains =
 hostlist   relay_from_hosts = 127.0.0.1 :
 70.234.122.248 : 70.234.122.250 : 70.234.122.251
 
 qualify_domain = baby.espersunited.com :
 localhost.localdomain
 
 How do I get it to accept mail for espersunited.com?
 

-- 
[EMAIL PROTECTED] mailing list