Author Topic: email error - (mail system configuration error)  (Read 12102 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
email error - (mail system configuration error)
« on: April 17, 2015, 01:08:10 AM »
the server show this issue in mailq

Code: [Select]

[root@server ~]# mailq
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
9A3481E0D9F     8679 Thu Apr 16 17:08:15  mail@domain.net
                                             (mail system configuration error)
                                         mail2@domain.net
                                         mail3@domain.net



var log maillog

Code: [Select]
Apr 17 00:10:18 server postfix/pipe[11668]: warning: pipe flag `D' requires dovecot_destination_recipient_limit = 1

i cant find dovecot_destination_recipient_limit = 1 in main.cf or master.cf
« Last Edit: April 17, 2015, 04:12:50 AM by aeanez »

Offline
*
Re: email error - (mail system configuration error)
« Reply #1 on: April 17, 2015, 05:01:15 AM »
apparently this solved adding

Code: [Select]
dovecot_destination_recipient_limit = 1
into /etc/postfix/main.cf

take note for the next update. thanks

Offline
*
Re: email error - (mail system configuration error)
« Reply #2 on: April 23, 2015, 05:59:11 AM »
apparently this solved adding

Code: [Select]
dovecot_destination_recipient_limit = 1
into /etc/postfix/main.cf

take note for the next update. thanks

Thanks for the solution provided. It works.  :D