Re: Increasing Active Queue Requeue Rates

2016-02-16 Thread Travis Dolan
at 1:18 PM Viktor Dukhovni wrote: > On Tue, Feb 16, 2016 at 07:58:45PM +, Travis Dolan wrote: > > > content_filter = smtp-amavis:[127.0.0.1]:10024 > > There's your problem. Your content filter is too slow, it is > probably doing remote DNS lookups. > > The m

Re: Increasing Active Queue Requeue Rates

2016-02-16 Thread Travis Dolan
= permit_mynetworks,reject 127.0.0.1:10025/inet/smtpd_restriction_classes = 127.0.0.1:10025/inet/smtpd_sender_restrictions = 127.0.0.1:10025/inet/smtpd_soft_error_limit = 1001 Thanks in advance. On Tue, Feb 16, 2016 at 12:25 PM Wietse Venema wrote: > Travis Dolan: > > Requested co

Re: Increasing Active Queue Requeue Rates

2016-02-16 Thread Travis Dolan
16, 2016, at 2:13 PM, Travis Dolan > wrote: > > > > I am working from the following data > > > > qshape deferred = TOTAL 10 > > qshape -s deferred = TOTAL 9 > > > > qshape active = TOTAL 2819 > > qshape -s active = TOTAL 1469 > > > >

Re: Increasing Active Queue Requeue Rates

2016-02-16 Thread Travis Dolan
. You mentioned clocks, that could be a potential issue. The sending server in this case is UTC, and the receiving server is PST. How would this manifest itself? Thanks in advance. On Tue, Feb 16, 2016 at 10:56 AM Wietse Venema wrote: > Travis Dolan: > > That is the issue, the receivi

Re: Increasing Active Queue Requeue Rates

2016-02-16 Thread Travis Dolan
ustom smtp transport open, and messages fly off my server. The bottle neck does not seem to be on the receiver, it seems to be the active queue on the sending host. On Tue, Feb 16, 2016 at 10:44 AM Travis Dolan wrote: > Unfortunately there are many MTAs/MUAs that send to my host, which then > sen

Re: Increasing Active Queue Requeue Rates

2016-02-16 Thread Travis Dolan
smtp transport destination. There must be a way to requeue messages in my active queue faster. Thanks in advance. On Tue, Feb 16, 2016 at 10:14 AM Wietse Venema wrote: > Wietse Venema: > > Travis Dolan: > > > The destination server has no issue with the amount of mes

Increasing Active Queue Requeue Rates

2016-02-16 Thread Travis Dolan
I have 1000's of messages in my active queue destined for a single host. This is noticeably slowing down the delivery of messages to other destinations/users. I have created a custom smtp transport for the host responsible for all the messages in my queue. I have then tweaked the following for the