Jeroen Geilman:
> As for your original question, the combined processing time of all your 
> smtpd_* checks will still be reflected in the delay-"a" value (pre-queue).
> Whatever time postfix itself adds for processing will be either static 
> or insignificant (unless you have lots of expensive maps) .

The bulk of the time in smtpd_mumble_restrictions happens between
these two logfile records:

smtpd[pid]: connect from name[addr] (reverse/forward name lookup completed)

smtpd[pid]: queueid: client=name[addr] (first recipient accepted)

The delay-'a' value measures the time since the incoming queue file
was created, i.e. when the first recipient was accepted.

This is why most rejects are logged with NOQUEUE as the queue ID.

        Wietse

Reply via email to