On 2015-04-22 12:47, Edgaras Lukoševičius wrote:
Also, I see that postfix is piping messages to only a small number of
pipes while my cpu and disk is almost idling..
There’s only 5-7 dovecot/deliver pipes. How can I increase this?

Hi Edgaras,

You could for example use LMTP delivery to dovecot, that will probably multiply your throughput.
see: http://wiki2.dovecot.org/LMTP

hth
- c

virtual_transport = dovecot

default_destination_concurrency_limit = 100
initial_destination_concurrency = 25
local_destination_concurrency_limit = 20

dovecot_destination_recipient_limit = 1

dovecot   unix -          n       n       -       -       pipe
  flags=DRhu user=vmail:vmail argv=/usr/libexec/dovecot/deliver -f
${sender} -d ${recipient}



On 22 Apr 2015, at 13:09, Edgaras Lukoševičius
<edgaras.lukosevic...@gmail.com> wrote:

All servers are running on CentOS 7.1
And I’m getting these errors while stress testing my environment.
Mail queue can get up to 1000 for each server at the time of testing.

I’’m not getting this warning on incoming server, just on backend, that actually flush messages to disks. Maybe this is related?

On 22 Apr 2015, at 13:00, Edgaras Lukoševičius <edgaras.lukosevic...@gmail.com> wrote:

Hello,

I’m getting a lot of these messages. Anyone have an idea what is wrong? Should I tune some settings or what?

mail-backend-1 postfix/cleanup[24838]: warning: unix_trigger_event: read timeout for service public/qmgr mail-backend-2 postfix/cleanup[14219]: warning: unix_trigger_event: read timeout for service public/qmgr

http://paste2.org/KeBNI2AE


Reply via email to