Rocco Scappatura: > For example consider the log relative to the relay entries (to the cntent > filer and to postfix without conten filter): > > 1) Jan 30 10:02:17 av5 postfix/smtp[10603]: C0AFB226F23: > to=<recei...@domain.tld>, relay=127.0.0.1[127.0.0.1]:10026, delay=8.9, > delays=1.3/0/0/7.7, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as > 95CEE226F30)
Postfix measures 7.7 seconds from start of delivery to end of delivery. Either the content filter has a very slow SMTP implementation, or the content filter spends a lot of time to inspect the message. You can easily verify which it is, by looking with top or some other performance measurement tool. Wietse