Re: Cascade smtp delivery failure when one smtp fails

2016-03-29 Thread Viktor Dukhovni
On Tue, Mar 29, 2016 at 04:38:16PM +, Pedro David Marco wrote: > Viktor, Wietse... at no point i tried to annoy of bother anybody but > obviously i did so i ask for apologizes... > > Thanks again for your help and time! i *** hell up, Wietse.. That was the lesser of the two alternatives.

Re: Cascade smtp delivery failure when one smtp fails

2016-03-29 Thread Pedro David Marco
: Cascade smtp delivery failure when one smtp fails To: "Postfix users" Date: Tuesday, March 29, 2016, 10:04 AM > On Mar 29, 2016, at 3:20 AM, Pedro David Marco wrote: > > it seems not a local performance issue (not virtual and very powerful)  but a remote pro

Re: Cascade smtp delivery failure when one smtp fails

2016-03-29 Thread Wietse Venema
Pedro David Marco: > Thanks Wietse... > > it seems not a local performance issue (not virtual and very > powerful) but a remote problem... Watchdog timeouts are ALWAYS A LOCAL PERFORMANCE ISSUE. See also Viktor's posting. Present concrete information or *** the hell up. Wietse

Re: Cascade smtp delivery failure when one smtp fails

2016-03-29 Thread Viktor Dukhovni
> On Mar 29, 2016, at 3:20 AM, Pedro David Marco wrote: > > it seems not a local performance issue (not virtual and very powerful) but a > remote problem... > > when destination takes too long to send the final OK back, watchdog timeout > happens.. and then > all other smtp deliveries go do

Re: Cascade smtp delivery failure when one smtp fails

2016-03-29 Thread Pedro David Marco
kills all smtp at a time? Thanks! David. On Mon, 3/28/16, Wietse Venema wrote: Subject: Re: Cascade smtp delivery failure when one smtp fails To: "Postfix users" Date: Monday, March 28, 2016, 5:21 PM Pedro David Marco: > NOW

Re: Cascade smtp delivery failure when one smtp fails

2016-03-29 Thread Pedro David Marco
Mon, 3/28/16, Viktor Dukhovni wrote: Subject: Re: Cascade smtp delivery failure when one smtp fails To: "Postfix users" Date: Monday, March 28, 2016, 4:33 PM > On Mar 28, 2016, at 10:15 AM, Pedro David Marco wrote: > > It seems to me that when qmgr wants to delive

Re: Cascade smtp delivery failure when one smtp fails

2016-03-28 Thread Wietse Venema
Pedro David Marco: > NOW, if one smtp process delivery takes long, long long... until > it dies for the watchdog timeout, That's 18000s, or 5 hours (setting: daemon_timeout in main.cf). If you still have not fixed the watchdog problem, you should not be asking performance-related questions. Find

Re: Cascade smtp delivery failure when one smtp fails

2016-03-28 Thread Noel Jones
On 3/28/2016 9:15 AM, Pedro David Marco wrote: > Hello everybody! > > it seems to me that when qmgr wants to deliver an email via smtp, qmgr > "assigns" it to a smtp process. As long as there are no > concurrency needs, the same smtp process is used repeatedly even for > diferent domain dest

Re: Cascade smtp delivery failure when one smtp fails

2016-03-28 Thread Viktor Dukhovni
> On Mar 28, 2016, at 10:15 AM, Pedro David Marco > wrote: > > It seems to me that when qmgr wants to deliver an email via smtp, qmgr > "assigns" it to a smtp process. As long as there are no concurrency > needs, the same smtp process is used repeatedly even for diferent > domain destinatio

Cascade smtp delivery failure when one smtp fails

2016-03-28 Thread Pedro David Marco
Hello everybody! it seems to me that when qmgr wants to deliver an email via smtp, qmgr "assigns" it to a smtp process. As long as there are no concurrency needs, the same smtp process is used repeatedly even for diferent domain destinations. Ok so far! NOW, if one smtp process delivery tak