...
- Убедитесь, что вы используете Postfix версии 2.4.6 или выше.
- Настройте Mailarchiva для получения трафика по протоколу Milter
- Настройка Postfix
Info Earlier versions of Postfix contain a buggy milter client, causing zeroed body messages to be archived. Currently, Postfix v2.3.4 and earlier isknown 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).
...
Добавьте данные строки в файл конфигурации main.cf Postfix:
Code Block language bash title main.cf
...
milter_default_action = tempfail
...
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)
...