780
Comment:
|
1544
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#pragma page-filename DOC/versions/786605 | #pragma page-filename DOC/versions/786607 |
Line 3: | Line 3: |
The following have been tested using the following configuration | The following has been tested using the following configuration |
Line 16: | Line 16: |
{{{#!wiki caution | |
Line 17: | Line 18: |
}}} this shall redirect any email to root on the server to be redirected to the email admin on the mail server. === 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. We can change it to pass all the mails to mm-handler. {{{#!wiki caution at the end of the file look for Mlocal, ... and replace it with Mlocal, P=/etc/mail/mm-handler, F=rDFMhlqSu, S=EnvFromL, R=EnvToL/HdrToL, T=DNS/RFC822/X-Unix, U=mailman:mail, A=mm-handler $h -j $j -d $u }}} |
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
add the following in your /etc/mail/virtusertable
this shall redirect any email to root on the server to be redirected to the email admin on the mail server.
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. We can change it to pass all the mails to mm-handler.
at the end of the file look for
Mlocal, ...
and replace it with
Mlocal, P=/etc/mail/mm-handler, F=rDFMhlqSu, S=EnvFromL, R=EnvToL/HdrToL, T=DNS/RFC822/X-Unix, U=mailman:mail, A=mm-handler $h -j $j -d $u