Sendmail Integration
The
MailArchiva server1.6 and above incorporates a sendmail milter server and thus is able to integrate with sendmail and postfix directly.
(1) Add the following to Sendmail’s sendmail.mc file:
INPUT_MAIL_FILTER(`mailarchiva', `S=inet:8092@127.0.0.1')dnl
(2) Compile the sendmail.mc file
sudo m4 /etc/mail/sendmail.mc >/etc/mail/sendmail.cf
(3) Restart send mail
sudo /etc/init.d/sendmail restart
Topic revision: r4 - 2007-12-05 - 08:13:29 -
TWikiGuest