Re: Deferred mail and transports and retries

2013-07-26 Thread Abhijeet Rastogi
Hi Wietse, This helps. Half reading is always bad. This clears everything about my doubt. One other thing still remains. I've multiple smtp services defined like this. (in master.cf, to use different IPs, selected randomly) ob-smtp1 unix- - n - - smtp -o

Re: Deferred mail and transports and retries

2013-07-26 Thread Wietse Venema
Abhijeet Rastogi: Hi Wietse, This helps. Half reading is always bad. This clears everything about my doubt. One other thing still remains. I've multiple smtp services defined like this. (in master.cf, to use different IPs, selected randomly) ob-smtp1 unix- - n -

Re: Deferred mail and transports and retries

2013-07-26 Thread Abhijeet Rastogi
You can specify an alternate MTA (with smtp_fallback_relay) for delayed mail. There is no feature to specify an alternate delivery agent for delayed mail. Hmm, I was aware of that thing. I've not used this feature but it's definitely worth trying. The example looks like an attempt to

Re: Deferred mail and transports and retries

2013-07-25 Thread Michael P. Demelbauer
On Thu, Jul 25, 2013 at 12:16:15PM +0530, Abhijeet Rastogi wrote: Hi all, 1. If a mail is temporarily deferred from a remote MTA, postfix should back-off instantly for some time but I observed this today. Jul 24 06:40:16 server.name postfix-smtp4/smtp[6204]: DEC8B4F0185: host

Re: Deferred mail and transports and retries

2013-07-25 Thread Abhijeet Rastogi
Hi Micheal, Thanks for your reply. Actually, the issue was I was just writing the mail and it got Sent by mistake. (But, then reading the mail I thought that the message was conveyed.) The issue is, why does postfix retry the second time instantly (within 1 sec)? Shouldn't postfix wait till the

Re: Deferred mail and transports and retries

2013-07-25 Thread Wietse Venema
Abhijeet Rastogi: The issue is, why does postfix retry the second time instantly (within 1 sec)? Shouldn't postfix wait till the next deferred queue scan happens? No, this is not required. If you disagree, please point out in the SMTP standard, RTFM RFC 5321, where Postfix is in error.

Re: Deferred mail and transports and retries

2013-07-25 Thread Abhijeet Rastogi
Hi Wietse, Thanks for you reply. I may be wrong but I just know what I read in http://tools.ietf.org/html/rfc5321#section-4.5.4 The sender MUST delay retrying a particular destination after one attempt has failed. In general, the retry interval SHOULD be at least 30 minutes; however,

Re: Deferred mail and transports and retries

2013-07-25 Thread Wietse Venema
Abhijeet Rastogi: Hi Wietse, Thanks for you reply. I may be wrong but I just know what I read in http://tools.ietf.org/html/rfc5321#section-4.5.4 The sender MUST delay retrying a particular destination after one attempt has failed. In general, the retry interval SHOULD be at

Re: Deferred mail and transports and retries

2013-07-25 Thread Peer Heinlein
Am 25.07.2013 09:52, schrieb Abhijeet Rastogi: The issue is, why does postfix retry the second time instantly (within 1 sec)? Shouldn't postfix wait till the next deferred queue scan happens? Because that's best Postfix can do. Because Postfix SHOULD do that: *) Because if on MX is down, the

Re: Deferred mail

2013-01-20 Thread Muzaffer
On 18 January 2013 21:14, Muzaffer to...@ozses.net wrote: On 17 January 2013 08:55, Timo Röhling timo.roehl...@gmx.de wrote: Am 17.01.2013 06:20, schrieb Muzaffer: Jan 17 06:14:20 ommuse postfix/smtp[25504]: BC05AF629A: to=sertacona...@gmail.com mailto:sertacona...@gmail.com,

Re: Deferred mail

2013-01-18 Thread Muzaffer
On 17 January 2013 08:55, Timo Röhling timo.roehl...@gmx.de wrote: Am 17.01.2013 06:20, schrieb Muzaffer: Jan 17 06:14:20 ommuse postfix/smtp[25504]: BC05AF629A: to=sertacona...@gmail.com mailto:sertacona...@gmail.com, relay=none, delay=116212, delays=116107/0.02/105/0, dsn=4.4.1,

Re: Deferred mail

2013-01-17 Thread Wietse Venema
Muzaffer: Hi, I fear I might have misconfigured. Here's my logs: Jan 17 06:14:20 ommuse postfix/smtp[25504]: BC05AF629A: to= x...@gmail.com, relay=none, delay=116212, delays=116107/0.02/105/0, dsn=4.4.1, status=deferred (connect to

Re: deferred mail

2010-07-15 Thread Victor Duchovni
On Thu, Jul 15, 2010 at 02:42:17PM -0700, motty.cruz wrote: Hello, I'm using two instances of postfix and lately I've been getting a lot of deferred email, any suggestions how to stop accepting email that can't be delivered. I do have local recipients table, server should not accept email

Re: deferred mail -retry

2009-06-09 Thread Ralf Hildebrandt
* K bharathan kbhara...@gmail.com: hi all what's the default deferred mail retry time in postfix? retry time for what? -- Ralf Hildebrandt Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.computerbeschimpfung.de Standard Cyrus SASL behaviour. SASL

Re: deferred mail -retry

2009-06-09 Thread K bharathan
retrying time for attempting deliver the message On Tue, Jun 9, 2009 at 1:16 PM, Ralf Hildebrandt ralf.hildebra...@charite.de wrote: * K bharathan kbhara...@gmail.com: hi all what's the default deferred mail retry time in postfix? retry time for what? -- Ralf Hildebrandt Postfix -

Re: deferred mail -retry

2009-06-09 Thread K bharathan
thanks On Tue, Jun 9, 2009 at 2:24 PM, Ralf Hildebrandt ralf.hildebra...@charite.de wrote: * K bharathan kbhara...@gmail.com: retrying time for attempting deliver the message I assume you're thinking of non-local delivery queue_run_delay = 300s maximal_backoff_time = 4000s