Sendmail

 

MailArchiva Configuration


  1. Click Configuration->Listeners.
  2. Select Milter Listener in the drop down and then click the New Listener button.
  3. Check "Listen for incoming Sendmail/Postfix requests"
  4. Leave the Sendmail Milter port as 8092
  5. 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:

  1. 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

  1. Compile the sendmail.mc file

    sudo m4 /etc/mail/sendmail.mc >/etc/mail/sendmail.cf
  2. Restart send mail

    sudo /etc/init.d/sendmail restart

© 2005 - 2024 ProProfs

Found this information useful? Visit mailarchiva.com to learn more about MailArchiva.

-