Durga Prasad Malyala:
> Hello all,
> I am seeing consistent delays in writing to disk (my System redhat 7.2
>  using GFS2 file system cluster)
> 
> May  4 10:03:34 mail1 postfix/lmtp[11662]: E4EB75048C19:
> to=<x...@xyz.com>, relay=mail.xyz.com[private/dovecot-lmtp], delay=50,
> delays=0.02/0/0/50, dsn=2.0.0, status=sent (250 2.0.0 <x...@xyz.com>
> IIt4Ejji61o3LgAAuUaIWw Saved)

The 0.02/0/0/50 means that Postfix spends 50s waiting for DOVECOT
to accept the mail.

Look in your DOVECOT logs for warnings or errors.

The format of the "delays=a/b/c/d" logging is as follows:

    a = time from message arrival to last active queue entry
    b = time from last active queue entry to connection setup
    c = time in connection setup, including DNS, EHLO and STARTTLS
    d = time in message transmission 

http://www.postfix.org/postconf.5.html#delay_logging_resolution_limit

        Wietse

Reply via email to