Differences between revisions 5 and 11 (spanning 6 versions)
Revision 5 as of 2007-07-08 09:48:58
Size: 1709
Editor: atif@myveryown
Comment:
Revision 11 as of 2008-01-08 02:54:24
Size: 58
Editor: tlembke
Comment: Page renamed to DOC/Integrating Mailman with Sendmail - Method 1
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DOC/versions/786608
== Assumption ==
The following has been tested using the following configuration

 * Mailman 2.1.9
 * Sendmail 8.13.1
 * CentOS release 4.5 (Final)
 * Attached mm-handler (most noticeable change is writing logs to syslog)
 * You are going to be using the server only for mailing lists and not for delivery to local addresses
== Method ==
For the purpose of this document the server domain shall be called mailman.foo.com and it is a 'A' name entry in the DNS. 

===  virtusertable ===
&nbsp;add the following in your /etc/mail/virtusertable<<BR>>
{{{#!wiki caution
root@mailman.foo.bar&nbsp;&nbsp;&nbsp; admin@foo.bar&nbsp;
}}}

this shall redirect any email to root on the server to be redirected to the email admin on the mail server.
<<BR>>
=== &nbsp;local.m4 ===
local mailer is used by sendmail to deliver mails; however since we are not using the server to host any emails we don't need it.&nbsp; We can change it to pass all the mails to mm-handler.<<BR>>
{{{#!wiki caution
at the end of the file look for

Mlocal,&nbsp;&nbsp;&nbsp; ...

and replace it with

Mlocal,&nbsp;&nbsp;&nbsp; P=/etc/mail/mm-handler, F=rDFMhlqSu, S=EnvFromL, R=EnvToL/HdrToL,
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; T=DNS/RFC822/X-Unix, U=mailman:mail,
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; A=mm-handler $h -j $j -d $u
}}}


{{{#!wiki warning
Make sure that there is a tab after Mlocal, and not spaces.&nbsp; Otherwise it might not work
}}}

=== &nbsp;mm-handler ===
<<BR>>\\
----

 * [[DOC/Integrating Mailman with Sendmail - Method 2|Integrating Mailman with Sendmail - Method 2]]
#REDIRECT DOC/Integrating Mailman with Sendmail - Method 1

MailmanWiki: DOC/Integrating Mailman with Sendmail (last edited 2008-01-08 02:54:24 by tlembke)