Sendmail
MailArchiva Configuration
- Click Configuration->Listeners.
- Select Milter Listener in the drop down and then click the New Listener button.
- Check "Listen for incoming Sendmail/Postfix requests"
- Leave the Sendmail Milter port as 8092
- Click Save
To test whether MailArchiva's milter server is actually listening on port 8092, drop to the command prompt and telnet to port 8092.
Send Mail Configuration
The steps for integrating Sendmail with MailArchiva are as follows:
-
Add the following to Sendmail’s sendmail.mc file:
INPUT_MAIL_FILTER(`mailarchiva', `S=inet:8092@127.0.0.1')dnl
If MailArchiva resides on another server, replace 127.0.0.1 above with the IP address of the MailArchiva server
-
Compile the sendmail.mc file
sudo m4 /etc/mail/sendmail.mc >/etc/mail/sendmail.cf -
Restart send mail
sudo /etc/init.d/sendmail restart
© 2005 - 2024 ProProfs
Found this information useful? Visit mailarchiva.com to learn more about MailArchiva.