Re: prioritization in qmgr scheduler

2017-08-25 Thread Deniss
On 2017.08.23. 15:28, Wietse Venema wrote: > Deniss: >> Hello, >> >> I looking for a way to speed up delivery for specified sender's domain >> when incoming queue is overloaded. > > When the road to the airport is clogged, everyone has to wait. > Yes, using a different queue is like building a di

Re: prioritization in qmgr scheduler

2017-08-25 Thread Wietse Venema
Deniss: > I looking for a way to speed up delivery for specified sender's domain > when incoming queue is overloaded. Wietse > When the road to the airport is clogged, everyone has to wait. > [using] a different queue is like building a different road. > Then, one road will hopefully not be conges

Re: prioritization in qmgr scheduler

2017-08-25 Thread Wietse Venema
Wietse Venema: > Deniss: > > I looking for a way to speed up delivery for specified sender's domain > > when incoming queue is overloaded. > > Wietse > > When the road to the airport is clogged, everyone has to wait. > > [using] a different queue is like building a different road. > > Then, one ro

Re: prioritization in qmgr scheduler

2017-08-25 Thread Viktor Dukhovni
> On Aug 25, 2017, at 5:24 AM, Deniss wrote: > > I have postfix as frontend to absorb incoming messages as fast as possible. > Then I have slow smtp backend. > Postfix limits delivery to backend with > smtp_destination_concurrency_limit = 2 > This works pretty fine allowing to not oveload backen

Skip dot inside body

2017-08-25 Thread Luis Miguel Flores dos Santos
Hi, when I try send a message with a mail client and inside in the body a put a "." the postfix send message incomplete, exemple: data message: "see this example is . my name is Miguel" When thunderbird send this message to postfix(587), the recipient receive only the first phrase. Wha

Re: Skip dot inside body

2017-08-25 Thread Luis Miguel Flores dos Santos
I found where is the problem I user a altermime, and the last thing is send messa using sendmail, and it crash the messa: #!/bin/bash # Localize these. INSPECT_DIR=/var/spool/altermime SENDMAIL=/usr/sbin/sendmail # Exit codes from EX_TEMPFAIL=75 EX_UNAVAILABLE=69 # Clean up when done or when abo

Re: Skip dot inside body

2017-08-25 Thread Luis Miguel Flores dos Santos
Thanks, I found the solution setting parameter -i in sendmail. De: owner-postfix-us...@postfix.org em nome de Luis Miguel Flores dos Santos Enviado: sexta-feira, 25 de agosto de 2017 11:40:36 Para: postfix-users@postfix.org Assunto: Re: Skip dot inside body I

Re: prioritization in qmgr scheduler

2017-08-25 Thread Deniss
On 2017.08.25. 14:45, Wietse Venema wrote: > If you must use a single queue, then you will have to increase the > active queue size so that it can absorb the full content of a peak. > This will increase the memory usage by the queue manager. > > The default is: > qmgr_message_active_limit = 20

Re: prioritization in qmgr scheduler

2017-08-25 Thread Viktor Dukhovni
On Fri, Aug 25, 2017 at 05:55:56PM +0300, Deniss wrote: > Thanx, this looks useful > Should config looks like following ? > > smtpfast unix - - n - - smtp > -o default_destination_concurrency_limit = 20 No. Rather: master.cf: smtpfast unix -

Re: Skip dot inside body

2017-08-25 Thread Wietse Venema
Luis Miguel Flores dos Santos: [ Charset ISO-8859-1 converted... ] > Hi, when I try send a message with a mail client and inside in the body a put > a "." the postfix send message incomplete, exemple: > > > data message: > > > "see this example is > > . > > my name is Miguel" That is a bug