Re: Tuning queue life time against some retry errors.

2013-01-03 Thread Rafael Azevedo
I think what David was trying to say is a way to give up the sending process based on some errors. I pretty much need the same thing. What I ask is: is there anyway to run a postsuper command-like telling the SMTP to give up of all deferred queue without just deleting the messages from server,

Re: Tuning queue life time against some retry errors.

2013-01-03 Thread Wietse Venema
Rafael Azevedo: What I ask is: is there anyway to run a postsuper command-like telling the SMTP to give up of all deferred queue without just deleting the messages from server, but sending it all back to the sender. # postconf maximal_queue_lifetime=3 # postfix reload # postfix flush

Re: Tuning queue life time against some retry errors.

2011-03-20 Thread Charles Marcus
On 2011-03-19 3:57 PM, Reindl Harald wrote: Am 19.03.2011 19:32, schrieb Ralf Hildebrandt: What I'm doing is this (just a few examples): alo.com error:5.1.2 You probably meant aol.com, not alo.com this is a cool solution I agree... Here's a site for generating a list of typos for any

Re: Tuning queue life time against some retry errors.

2011-03-20 Thread Reindl Harald
Am 20.03.2011 16:49, schrieb Charles Marcus: On 2011-03-19 3:57 PM, Reindl Harald wrote: Am 19.03.2011 19:32, schrieb Ralf Hildebrandt: What I'm doing is this (just a few examples): alo.com error:5.1.2 You probably meant aol.com, not alo.com this is a cool solution I agree...

Re: Tuning queue life time against some retry errors.

2011-03-20 Thread Reindl Harald
Am 20.03.2011 16:49, schrieb Charles Marcus: On 2011-03-19 3:57 PM, Reindl Harald wrote: Am 19.03.2011 19:32, schrieb Ralf Hildebrandt: What I'm doing is this (just a few examples): alo.com error:5.1.2 You probably meant aol.com, not alo.com this is a cool solution I agree...

Re: Tuning queue life time against some retry errors.

2011-03-20 Thread Ralf Hildebrandt
* Charles Marcus cmar...@media-brokers.com: Here's a site for generating a list of typos for any given domain to quickly build some lists: http://www.selfseo.com/domain_typo_generator.php That's cool, but I still have to check if the domain is in fact valid :) -- Ralf Hildebrandt

Re: Tuning queue life time against some retry errors.

2011-03-20 Thread Charles Marcus
On 2011-03-20 2:53 PM, Ralf Hildebrandt wrote: * Charles Marcus cmar...@media-brokers.com: Here's a site for generating a list of typos for any given domain to quickly build some lists: http://www.selfseo.com/domain_typo_generator.php That's cool, but I still have to check if the domain

Re: Tuning queue life time against some retry errors.

2011-03-20 Thread Charles Marcus
On 2011-03-20 3:12 PM, Charles Marcus wrote: On 2011-03-20 2:53 PM, Ralf Hildebrandt wrote: * Charles Marcus cmar...@media-brokers.com: Here's a site for generating a list of typos for any given domain to quickly build some lists: http://www.selfseo.com/domain_typo_generator.php That's

Re: Tuning queue life time against some retry errors.

2011-03-20 Thread Raven
On Sat, 2011-03-19 at 20:57 +0100, Reindl Harald wrote: Am 19.03.2011 19:32, schrieb Ralf Hildebrandt: * David Touzeau da...@touzeau.eu: Thanks for this procedure but this is not a bug/error request but an howto request. What I'm doing is this (just a few examples): alo.com

Re: Tuning queue life time against some retry errors.

2011-03-20 Thread Reindl Harald
Am 20.03.2011 21:02, schrieb Raven: On Sat, 2011-03-19 at 20:57 +0100, Reindl Harald wrote: Am 19.03.2011 19:32, schrieb Ralf Hildebrandt: * David Touzeau da...@touzeau.eu: Thanks for this procedure but this is not a bug/error request but an howto request. What I'm doing is this (just a

Re: Tuning queue life time against some retry errors.

2011-03-20 Thread Raven
On Sun, 2011-03-20 at 21:24 +0100, Reindl Harald wrote: Am 20.03.2011 21:02, schrieb Raven: On Sat, 2011-03-19 at 20:57 +0100, Reindl Harald wrote: Am 19.03.2011 19:32, schrieb Ralf Hildebrandt: * David Touzeau da...@touzeau.eu: Thanks for this procedure but this is not a bug/error

Re: Tuning queue life time against some retry errors.

2011-03-19 Thread David Touzeau
Le samedi 19 mars 2011 à 09:11 -0400, Wietse Venema a écrit : reject_unlisted_sender Dear weitse. i have read (and understand) ,that reject_unlisted_sender can only available when senders are known and internals. But when users send outbound mails to internet we cannot list internet domains.

Re: Tuning queue life time against some retry errors.

2011-03-19 Thread Wietse Venema
David Touzeau: Le samedi 19 mars 2011 ? 09:11 -0400, Wietse Venema a ?crit : reject_unlisted_sender Dear weitse. i have read (and understand) ,that reject_unlisted_sender can only available when senders are known and internals. But when users send outbound mails to internet we cannot

Re: Tuning queue life time against some retry errors.

2011-03-19 Thread David Touzeau
Le samedi 19 mars 2011 à 08:46 -0500, Larry Stone a écrit : On 3/19/11 8:29 AM, David Touzeau at da...@touzeau.eu wrote: The problem is not really inbound mails but growing the queue by outbound mails. What is the best strategy to filter these user's mistakes ? Perhaps you should

Re: Tuning queue life time against some retry errors.

2011-03-19 Thread David Touzeau
Le samedi 19 mars 2011 à 09:56 -0400, Wietse Venema a écrit : David Touzeau: Le samedi 19 mars 2011 ? 09:11 -0400, Wietse Venema a ?crit : reject_unlisted_sender Dear weitse. i have read (and understand) ,that reject_unlisted_sender can only available when senders are known and

Re: Tuning queue life time against some retry errors.

2011-03-19 Thread Larry Stone
On 3/19/11 9:22 AM, David Touzeau at da...@touzeau.eu wrote: Le samedi 19 mars 2011 à 08:46 -0500, Larry Stone a écrit : On 3/19/11 8:29 AM, David Touzeau at da...@touzeau.eu wrote: The problem is not really inbound mails but growing the queue by outbound mails. What is the best strategy

Re: Tuning queue life time against some retry errors.

2011-03-19 Thread Wietse Venema
David Touzeau: You wrote: But i did not want to postfix growing the bounce queue for 5 days for this kind of errors. Postfix will not keep bounce messages in the queue for five days when the bounced message had a valid sender address. Therefore, if you don't want a queue full of

Re: Tuning queue life time against some retry errors.

2011-03-19 Thread David Touzeau
Le samedi 19 mars 2011 à 10:35 -0400, Sahil Tandon a écrit : On Sat, 2011-03-19 at 13:00:29 +0100, David Touzeau wrote: Sometimes the bounce queue is filled caused by users that did not type the correct domains addresses. A common problem. Connect to hotmiel.com[69.6.2.98]:25:

Re: Tuning queue life time against some retry errors.

2011-03-19 Thread David Touzeau
Le samedi 19 mars 2011 à 11:05 -0400, Wietse Venema a écrit : David Touzeau: I expected a feature that reduce the queue life time per SMTP error code but it seems that this kind of feature does not exists on postfix Do you mean, feature to detect that hotmiel.com is a typo? Do you

Re: Tuning queue life time against some retry errors.

2011-03-19 Thread Noel Jones
On 3/19/2011 10:14 AM, David Touzeau wrote: Le samedi 19 mars 2011 à 11:05 -0400, Wietse Venema a écrit : David Touzeau: I expected a feature that reduce the queue life time per SMTP error code but it seems that this kind of feature does not exists on postfix Do you mean, feature to detect

Re: Tuning queue life time against some retry errors.

2011-03-19 Thread Sahil Tandon
On Sat, 2011-03-19 at 16:14:43 +0100, David Touzeau wrote: Le samedi 19 mars 2011 à 11:05 -0400, Wietse Venema a écrit : David Touzeau: I expected a feature that reduce the queue life time per SMTP error code but it seems that this kind of feature does not exists on postfix Do you

Re: Tuning queue life time against some retry errors.

2011-03-19 Thread Reindl Harald
Am 19.03.2011 16:14, schrieb David Touzeau: Le samedi 19 mars 2011 à 11:05 -0400, Wietse Venema a écrit : David Touzeau: I expected a feature that reduce the queue life time per SMTP error code but it seems that this kind of feature does not exists on postfix Do you mean, feature to

Re: Tuning queue life time against some retry errors.

2011-03-19 Thread David Touzeau
Le samedi 19 mars 2011 à 10:20 -0500, Noel Jones a écrit : On 3/19/2011 10:14 AM, David Touzeau wrote: Le samedi 19 mars 2011 à 11:05 -0400, Wietse Venema a écrit : David Touzeau: I expected a feature that reduce the queue life time per SMTP error code but it seems that this kind of

Re: Tuning queue life time against some retry errors.

2011-03-19 Thread Ralf Hildebrandt
* David Touzeau da...@touzeau.eu: Thanks for this procedure but this is not a bug/error request but an howto request. What I'm doing is this (just a few examples): alo.com error:5.1.2 You probably meant aol.com, not alo.com aoll.com

Re: Tuning queue life time against some retry errors.

2011-03-19 Thread Reindl Harald
Am 19.03.2011 19:32, schrieb Ralf Hildebrandt: * David Touzeau da...@touzeau.eu: Thanks for this procedure but this is not a bug/error request but an howto request. What I'm doing is this (just a few examples): alo.com error:5.1.2 You probably meant aol.com,