Reputation: 2809
I have a problem in my postfix. I'm setting my server mail by postfix + dovecot + spamassassin and clamav. When I send a multiple email I have the below warning in the log.
Dec 14 12:37:52 mydomain postfix/pipe[30312]: 72210100722: to=<[email protected]>, relay=dovecot, delay=0.35, delays=0.23/0/0/0.11, dsn=4.3.5, status=deferred (mail system configuration error)
Dec 14 12:37:52 mydomain postfix/pipe[30312]: warning: pipe flag `D' requires dovecot_destination_recipient_limit = 1
Upvotes: 3
Views: 3446
Reputation: 2809
apparently this solved adding
dovecot_destination_recipient_limit = 1
into /etc/postfix/main.cf
and
sudo service postfix restart
Now It works!
Upvotes: 5