Re: lost connection after CONNECT from localhost[127.0.0.1]

2008-10-22 Thread Diego Liziero
Wietse Venema: > Diego Liziero: >> Mmm.. If I recall correctly I had a similar issue that has been solved >> by increasing the default_process_limit. >> >> Postfix logged the same "lost connection after CONNECT from >> localhost", but postfix was not ev

Re: lost connection after CONNECT from localhost[127.0.0.1]

2008-10-22 Thread Diego Liziero
On Thu, Oct 9, 2008 at 5:36 PM, Alvaro Marín <[EMAIL PROTECTED]> wrote: > Hi again, > > I've upgraded to Debian Lenny's package: > > # postconf mail_version > mail_version = 2.5.5 > > and the problem has dissapear :S Mmm.. If I recall correctly I had a similar issue that has been solved by increas

Re: Best anti-spam

2008-10-22 Thread Diego Liziero
On Wed, Oct 22, 2008 at 3:47 PM, Matthias Haegele <[EMAIL PROTECTED]> wrote: > Diego Liziero schrieb: >> >> BTW, has anyone a regexp ready to accept all names that might be real >> smtp-out servers? >> >> (such as mail|smtp|mx|email and so on) >&g

Re: Best anti-spam

2008-10-22 Thread Diego Liziero
On Wed, Oct 22, 2008 at 2:31 PM, Henrik K <[EMAIL PROTECTED]> wrote: > On Tue, 21 Oct 2008, Terry Carmen wrote: > >> /[ax]dsl.*\..*\..*/i 450 AUTO_XDSL Email Rejected. You appear to be >> connecting from a Dynamic IP address. /client.*\..*\..*/i 450 >> AUTO_CLIENT Email Rejected. You appe

Re: [solved] Disabling global content_filter with an empty filter specified with an access table

2008-10-12 Thread Diego Liziero
On Sun, Oct 12, 2008 at 6:28 PM, Wietse Venema <[EMAIL PROTECTED]> wrote: > > As documented, comments are used at the start of a line. On Sun, Oct 12, 2008 at 6:29 PM, mouss <[EMAIL PROTECTED]> wrote: > [..] > the syntax of lines is explained at the beginning of the postconf man > page. this page

Re: [solved] Disabling global content_filter with an empty filter specified with an access table

2008-10-12 Thread Diego Liziero
On Fri, Oct 10, 2008 at 9:59 PM, mouss <[EMAIL PROTECTED]> wrote: > Diego Liziero a écrit : >> On Fri, Oct 10, 2008 at 9:27 PM, Brian Evans - Postfix List >> <[EMAIL PROTECTED]> wrote: >>> >>> In-line comments are not supported in main.cf or master.cf

Re: [solved] Disabling global content_filter with an empty filter specified with an access table

2008-10-10 Thread Diego Liziero
On Fri, Oct 10, 2008 at 9:27 PM, Brian Evans - Postfix List <[EMAIL PROTECTED]> wrote: > Diego Liziero wrote: >> # content filter loop back smtpd >> localhost:10026 inet n - n - 20 smtpd >> -o smtpd_authorized_xforward_hosts=127.0.0.0/8 >> -o

Re:[solved] Disabling global content_filter with an empty filter specified with an access table

2008-10-10 Thread Diego Liziero
Both methods worked fine. I would like to thank all of you for pointing me to the right direction. I'm repeating here what I did with your suggestions just in case it might be useful to someone else. Feel free to correct me if I'm stating something wrong. Here is the background info. To use a p

Re: Disabling global content_filter with an empty filter specified with an access table

2008-10-08 Thread Diego Liziero
On Wed, Oct 8, 2008 at 6:51 PM, Victor Duchovni <[EMAIL PROTECTED]> wrote: > On Wed, Oct 08, 2008 at 06:47:37PM +0200, Diego Liziero wrote: > >> > On Wed, Oct 8, 2008 at 5:22 PM, mouss <[EMAIL PROTECTED]> wrote: >> > >> > <> FILTER relay:[127.0.0

Re: Disabling global content_filter with an empty filter specified with an access table

2008-10-08 Thread Diego Liziero
> On Wed, Oct 8, 2008 at 5:22 PM, mouss <[EMAIL PROTECTED]> wrote: >[..] > but if you have disabled address rewrite before the filter (this is a common > setup. otherwise your virtual aliases would expand twice and you'll get > duplicate mail), you'd better set the filter to the after-the-filter sm

Re: Disabling global content_filter with an empty filter specified with an access table

2008-10-08 Thread Diego Liziero
On Wed, Oct 8, 2008 at 5:22 PM, mouss <[EMAIL PROTECTED]> wrote: > Diego Liziero wrote: >> >> Anyone thinks that something like "FILTER :" or "FILTER none" can be >> useful? >> > > if you want to disable the filter: > > <>

Disabling global content_filter with an empty filter specified with an access table

2008-10-08 Thread Diego Liziero
is disabling global filtering and enabling it in a pcre table for everything except that particular case). Is there any other cleaner way to obtain the correct result? Regards, Diego Liziero.