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

Ключ

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

...

  1. Убедитесь, что вы используете Postfix версии 2.4.6 или выше.
  2. Настройте Mailarchiva для получения трафика по протоколу Milter
  3. Настройка Postfix
    1. Info
      Earlier versions of Postfix contain a buggy milter client, causing zeroed body messages to be archived. Currently, Postfix v2.3.4 and earlier is
      known not to work well with the Архива milter capability due to a bug in Postfix. In this case, you may need to take the BCC SMTP approach (see Zimbra integration).

 

...

    1. Добавьте данные строки в файл конфигурации main.cf Postfix: 

      Code Block
      languagebash
      titlemain.cf

...

    1. milter_default_action = tempfail

...

    1. 
      smtpd_milters = inet:127.0.0.1:8092



(if Архива is running on a remote server, replace 127.0.0.1 with the ip address of the server where Архива is running)

...