On Wed, Mar 16, 2011 at 03:19:47PM -0300, M?rcio Luciano Donada wrote: > >> Thank you for your cooperation. I can not understand is why my domain is > >> with this problem of slow delivery and many e-mail in the queue: > >> > >> T 5 10 20 40 80 160 320 640 1280 1280+ > >> TOTAL 545 284 135 126 0 0 0 0 0 0 0 > >> xxx.com.br 343 187 87 69 0 0 0 0 0 0 0 > > I removed an example of an e-mail: > > Mar 16 15:11:31 mx postfix/smtp[30668]: 8C8DA84830F: > to=<suzi-a...@xxx.com.br>, relay=127.0.0.1[127.0.0.1]:10024, > conn_use=102, delay=263, delays=16/244/0/3.7, dsn=2.0.0, status=sent > (250 2.0.0 Ok, id=23470-02-102, from MTA([127.0.0.1]:10025): 250 2.0.0 > Ok: queued as AF7B984848A) > > but can not figure out where the problem is that my domain can not > deliver e-mails quickly to the same domain.
Your content filter is slow, it takes 3.7 seconds to scan a message, perhaps it is doing DNS lookups it should not be doing, or expending excessive CPU, ... You need to debug the content filter on port 10024. It appears to be amavisd-new from the log format. -- Viktor.