public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] OT - Need help setting up mailman to work with exim
@ 2007-05-11 17:02 Michael Sullivan
  2007-05-12  0:58 ` Randy Barlow
  2007-05-12 12:21 ` Dirk GROSSE OSTERHUES
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Sullivan @ 2007-05-11 17:02 UTC (permalink / raw
  To: gentoo-user

What do I need to do to set up mailman to work with
exim?  I have a test list called phantom that I tried
to send a test message to from
michael@espersunited.com:  

exim_main.log:2007-05-11 11:47:37
H=adsl-70-234-122-248.dsl.tul2ok.sbcglobal.net
(baby.espersunited.com) [70.234.122.248] sender verify
fail for <phantom-bounces@bullet.espersunited.com>:
Unrouteable address

I don't know where it's getting
bullet.espersunited.com from; bullet's not even hooked
up anymore.  Can anyone help me?  If I can't get this
working, I'll have to go back to sendmail, which I
know it works with...


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] OT - Need help setting up mailman to work with exim
  2007-05-11 17:02 [gentoo-user] OT - Need help setting up mailman to work with exim Michael Sullivan
@ 2007-05-12  0:58 ` Randy Barlow
  2007-05-12 12:21 ` Dirk GROSSE OSTERHUES
  1 sibling, 0 replies; 4+ messages in thread
From: Randy Barlow @ 2007-05-12  0:58 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Michael Sullivan wrote:
> If I can't get this
> working, I'll have to go back to sendmail, which I
> know it works with...

I use Postfix and it plays nice with Mailman.  I'd highly recommend it!

R

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGRRFN7So1xaF/eR8RAuUAAKCDfi/C1oA/GxUh9QdsFAj5kE7y2ACgyQ2r
/GtdD1eN36p0LppoRX7YmNk=
=Tep7
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] OT - Need help setting up mailman to work with exim
  2007-05-11 17:02 [gentoo-user] OT - Need help setting up mailman to work with exim Michael Sullivan
  2007-05-12  0:58 ` Randy Barlow
@ 2007-05-12 12:21 ` Dirk GROSSE OSTERHUES
  2007-05-12 12:42   ` [gentoo-user] OT - Need help setting up mailman to work with exim [SOLVED] Michael Sullivan
  1 sibling, 1 reply; 4+ messages in thread
From: Dirk GROSSE OSTERHUES @ 2007-05-12 12:21 UTC (permalink / raw
  To: gentoo-user; +Cc: msulli1355

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
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] OT - Need help setting up mailman to work with exim [SOLVED]
  2007-05-12 12:21 ` Dirk GROSSE OSTERHUES
@ 2007-05-12 12:42   ` Michael Sullivan
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sullivan @ 2007-05-12 12:42 UTC (permalink / raw
  To: gentoo-user

On Sat, 2007-05-12 at 14:21 +0200, Dirk GROSSE OSTERHUES wrote:
> 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

I thought that I would simply have to change the FQDM in one place in
mailman's configuration to change it for all lists universally, but I
guess I was wrong.  It works now.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-05-12 12:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-11 17:02 [gentoo-user] OT - Need help setting up mailman to work with exim Michael Sullivan
2007-05-12  0:58 ` Randy Barlow
2007-05-12 12:21 ` Dirk GROSSE OSTERHUES
2007-05-12 12:42   ` [gentoo-user] OT - Need help setting up mailman to work with exim [SOLVED] Michael Sullivan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox