Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Formatting was changed.

Архива 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 Архива'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 Архива 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 Архива resides on another server, replace 127.0.0.1 above with the IP address of the Архива 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