Re: multiple outgoing interfaces?

2008-10-22 Thread Rainer Frey (Inxmail GmbH)
On Monday 20 October 2008 13:51:45 Wietse Venema wrote: > > There are two loop detection mechanisms. You override one with [] > > around the next-hop domain. This mechanism is based on MX lookups. > > You override the second one with myhostname, or a non-standard TCP > > server port. This mechanis

Re: Best anti-spam

2008-10-22 Thread mouss
Jim Balo a écrit : > Hi, > > I am currently using Postfix w/ Amavis-new, Pyzor, DCC and Clam. > I have trained the Bayesian Classifier with over 2,000 ham and 2,000 > spam, but I am still getting quite a bit of spam. > > I am about to install a new mail server and I wonder if there is > somet

Re: Best anti-spam

2008-10-22 Thread Tomasz Chmielewski
mouss schrieb: Jim Balo a écrit : Hi, I am currently using Postfix w/ Amavis-new, Pyzor, DCC and Clam. I have trained the Bayesian Classifier with over 2,000 ham and 2,000 spam, but I am still getting quite a bit of spam. I am about to install a new mail server and I wonder if there is so

Re: Confirmation of TLS/SASL operation?

2008-10-22 Thread Reinaldo de Carvalho
> > I see the same in my logs - default setup + submission port. > > Oct 21 22:00:53 glacier postfix/smtpd[2914]: Anonymous TLS connection > established from zion.mikecappella.com[10.0.0.10]: TLSv1 with cipher > DHE-RSA-AES256-SHA (256/256 bits) > > >> >> When I added support for anonymous TLS ciph

Re: Best anti-spam

2008-10-22 Thread Richard Foley
On Wednesday 22 October 2008 01:27:51 Terry Carmen wrote: > > Although it's frowned on by some, I've had much better success using a > combination of RBLs and RDNS pattern matching to reject spam. Since a > huge proportion of spam comes from zombie networks that are identified > by DHCP address

Re: SMTP Local Delivery Delay per each Message Queue

2008-10-22 Thread Wietse Venema
[EMAIL PROTECTED]: > For example, if an user send a mail to 70 ncrpt (number of recipient) > at a time, Postfix will handle it as two seperate message and queued > at qmgr by default. The first queue is ncrpt = 50 and the second is > ncrpt = 20. It is because by default, default_destination_reci

Re: Best anti-spam

2008-10-22 Thread Jorey Bump
Richard Foley wrote, at 10/22/2008 07:56 AM: > On Wednesday 22 October 2008 01:27:51 Terry Carmen wrote: >> >> check_client_access=regexp:/etc/postfix/spam_ip_regex >> >> spam_ip_regex file: >> >> /[ax]dsl.*\..*\..*/i 450 AUTO_XDSL Email Rejected. You appear to be >> connecting from a Dynamic

Re: Best anti-spam

2008-10-22 Thread Henrik K
On Tue, Oct 21, 2008 at 11:34:28PM +, Duane Hill 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 appear to

Mark mail messages for testing rules

2008-10-22 Thread Roman Medina-Heigl Hernandez
Hello, I'd like to test different Postfix configs and approaches for spam fighting but I need to have a way to evaluate the effect of different rules and configs, without affecting normal service. I find "warn_if_reject" option very useful, so I could make some kind of stats based on warnings bein

Re: Best anti-spam

2008-10-22 Thread Justin Piszcz
On Wed, 22 Oct 2008, Jorey Bump wrote: Richard Foley wrote, at 10/22/2008 07:56 AM: On Wednesday 22 October 2008 01:27:51 Terry Carmen wrote: check_client_access=regexp:/etc/postfix/spam_ip_regex spam_ip_regex file: /[ax]dsl.*\..*\..*/i 450 AUTO_XDSL Email Rejected. You appear to be c

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: Best anti-spam

2008-10-22 Thread Brian Evans - Postfix List
Jim Balo wrote: >> From: Jim Garrison <[EMAIL PROTECTED]> >> I can highly recommend gray-listing. It's all I use on >> two Postfix servers, and SPAM is reduced by 98%. A few >> get through, but it's quite tolerable, and I >> haven't seen >> a false-positive in at least two years. >> > > Hi,

Re: Confirmation of TLS/SASL operation?

2008-10-22 Thread Noel Jones
MrC wrote: Victor Duchovni wrote: It is interesting to see an MUA negotiate an anonymous session. Clearly T-Bird did not care to ask for or verify the server certificate. Did it require special configuration to enable this, or is this default T-Bird behaviour? I see the same in my logs - defau

Re: Best anti-spam

2008-10-22 Thread Henrik K
On Wed, Oct 22, 2008 at 03:24:07PM +0200, Diego Liziero wrote: > 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 addre

Re: Best anti-spam

2008-10-22 Thread Matthias Haegele
Diego Liziero schrieb: > 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_C

Re: Best anti-spam

2008-10-22 Thread Stroller
On 22 Oct 2008, at 12:56, Richard Foley wrote: ... spam_ip_regex file: /[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 appear to be connecting from a Dynamic IP addr

Re: mail throttling

2008-10-22 Thread Wietse Venema
Andreas Schuldei: > * Wietse Venema ([EMAIL PROTECTED]) [081022 02:37]: > > Andreas Schuldei: > > > The goal is that the server starts sending mail every 10th > > > second, then after 50 mails increase to 2 mails every 10 seconds, > > > until it sends 10 mails every then seconds, ramping up > > > s

RBL

2008-10-22 Thread Joey
Hello All, Does anyone have a good reference of how to create my own RBL so I can load IP's into it and check against it from postfix? Thanks!

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) >> >> I think it can be useful for example to whitelist

Re: Confirmation of TLS/SASL operation?

2008-10-22 Thread Reinaldo de Carvalho
> > Same thing here - *only* Anonymous TLS from Tbird, Eudora, and Windows > Mobile devices. > > This is somewhat confusing to me since all those clients will complain when > the server certificate isn't valid, which is one reason we coughed up the > $15 for a real certificate. > > > -- > Noel

Re: qmgr rests when lots of mail is coming in

2008-10-22 Thread Ofer Inbar
Victor Duchovni <[EMAIL PROTECTED]> wrote: > > However, I'm puzzled - it defaults to 18000s but the watchdog timer > > seems to kill qmgr during these incidents after about a half hour, > > which is 1800 seconds. > > Wrong timer. The watchdog timeout is hard-coded to 1000s. Ahhh. I was going on

Re: RBL

2008-10-22 Thread Jose-Marcio Martins da Cruz
Joey wrote: Hello All, Does anyone have a good reference of how to create my own RBL so I can load IP’s into it and check against it from postfix? This is a simple script which converts a text file with a list of IP addresses into a bind zone http://j-chkmail.ensmp.fr/tools/mk_dns

Re: RBL

2008-10-22 Thread Kenneth Marshall
There is/was a piece of software written by the author of the DSPAM program called RABL with a server and a client piece. I think that it would do what you need. Ken On Wed, Oct 22, 2008 at 10:12:41AM -0400, Joey wrote: > Hello All, > > > Does anyone have a good reference of how to create my ow

Re: Best anti-spam

2008-10-22 Thread Tomasz Chmielewski
Matthias Haegele 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) I think it can be useful for example to whitelist them before greylisting. I think this is rather a bad idea. I would prefer to trea

RE: Finally blocking some spam

2008-10-22 Thread Joey
Hello, I just wanted to update everyone since it was a bit heated in respect to the methods I was using. Our maillog file shows that we have rejected 3,365,962 month to date. This is above and beyond my original firewall rules, and then my new over the top added country based CIDR rules. This i

Re: RBL

2008-10-22 Thread Duane Hill
On Wed, 22 Oct 2008, Jose-Marcio Martins da Cruz wrote: Joey wrote: Hello All, Does anyone have a good reference of how to create my own RBL so I can load IP?s into it and check against it from postfix? This is a simple script which converts a text file with a list of IP addresses into a

Re: qmgr rests when lots of mail is coming in

2008-10-22 Thread Wietse Venema
Ofer Inbar: > Victor Duchovni <[EMAIL PROTECTED]> wrote: > > > However, I'm puzzled - it defaults to 18000s but the watchdog timer > > > seems to kill qmgr during these incidents after about a half hour, > > > which is 1800 seconds. > > > > Wrong timer. The watchdog timeout is hard-coded to 1000s.

Re: Best anti-spam

2008-10-22 Thread mouss
Brian Evans - Postfix List a écrit : > Jim Balo wrote: >>> From: Jim Garrison <[EMAIL PROTECTED]> >>> I can highly recommend gray-listing. It's all I use on >>> two Postfix servers, and SPAM is reduced by 98%. A few >>> get through, but it's quite tolerable, and I >>> haven't seen >>> a false-pos

Re: Best anti-spam

2008-10-22 Thread mouss
Stroller a écrit : > > On 22 Oct 2008, at 12:56, Richard Foley wrote: >>> ... >>> spam_ip_regex file: >>> >>> /[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 appear t

Re: Mark mail messages for testing rules

2008-10-22 Thread mouss
Roman Medina-Heigl Hernandez a écrit : > Hello, > > I'd like to test different Postfix configs and approaches for spam fighting > but I need to have a way to evaluate the effect of different rules and > configs, without affecting normal service. I find "warn_if_reject" option > very useful, so I c

Re: RBL

2008-10-22 Thread mouss
Joey a écrit : > Hello All, > > > Does anyone have a good reference of how to create my own RBL so I can > load IP’s into it and check against it from postfix? > use Michael Tokarev's (Michael is a member of this list) rbldnsd: http://www.corpit.ru/mjt/rbldnsd.html http://www.njabl.org/rsync.h

Re: Best anti-spam

2008-10-22 Thread Henrik K
On Wed, Oct 22, 2008 at 03:47:53PM +0200, Matthias Haegele wrote: > > I think this is rather a bad idea. I would prefer to treat them on their > behaviour > (use helo checks, check for reverse dns ..., you should find several > examples in this thread, from mouss ...) . > What would prevent a spam

postmaster.rfc-ignorant.org, Blacklists verwendbar?

2008-10-22 Thread Matthias Haegele
Hi Ihr! Welche Blacklists kann man denn gerade empfehlen oder welche sollte ich lieber nicht auf MTA-Level anwenden? momentan hab ich folgendes im Einsatz: reject_rbl_client zen.spamhaus.org, reject_rhsbl_sender dsn.rfc-ignorant.org reject_rhsbl_sender postmaster.rfc-igno

Re: Best anti-spam

2008-10-22 Thread mouss
Henrik K a écrit : > On Wed, Oct 22, 2008 at 03:47:53PM +0200, Matthias Haegele wrote: >> I think this is rather a bad idea. I would prefer to treat them on their >> behaviour >> (use helo checks, check for reverse dns ..., you should find several >> examples in this thread, from mouss ...) . >> Wh

Re: postmaster.rfc-ignorant.org, Blacklists verwendbar?

2008-10-22 Thread mouss
Matthias Haegele a écrit : > Hi Ihr! > ja vol :) wrong list? maybe meant the german postfix list? > Welche Blacklists kann man denn gerade empfehlen oder welche sollte ich > lieber nicht auf MTA-Level anwenden? > > momentan hab ich folgendes im Einsatz: > > reject_rbl_client zen.spamha

Re: postmaster.rfc-ignorant.org, usable Blacklists ?

2008-10-22 Thread Matthias Haegele
Matthias Haegele schrieb: > Hi Ihr! > > Welche Blacklists kann man denn gerade empfehlen oder welche sollte ich > lieber nicht auf MTA-Level anwenden? > > momentan hab ich folgendes im Einsatz: Shame on me. Sorry. I took the wrong list. So i should translate it at least: What would you recommend

Re: Confirmation of TLS/SASL operation?

2008-10-22 Thread Noel Jones
Reinaldo de Carvalho wrote: Same thing here - *only* Anonymous TLS from Tbird, Eudora, and Windows Mobile devices. This is somewhat confusing to me since all those clients will complain when the server certificate isn't valid, which is one reason we coughed up the $15 for a real certificate.

Re: Finally blocking some spam

2008-10-22 Thread Randy
mouss wrote: Joey a écrit : -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zbigniew Szalbot Sent: Monday, October 13, 2008 12:06 PM To: Postfix users Subject: Re: Finally blocking some spam I am still using spamhaus at the RBL

Altermime and postfix - permission denied, Command died with status 1

2008-10-22 Thread Jevos, Peter
Hi all I installed altermime to the working postfix + amavisd mail system Unfortunatelly altermime is not working properly. cat /etc/postfix/disclaimer #!/bin/sh # System dependent settings ALTERMIME=/usr/local/bin/altermime ALTERMIME_DIR=/var/spool/altermime SENDMAIL=/usr/sbin/sendmail # Exit

Re: postmaster.rfc-ignorant.org, Blacklists verwendbar?

2008-10-22 Thread Ralf Hildebrandt
* Matthias Haegele <[EMAIL PROTECTED]>: > Hi Ihr! > > Welche Blacklists kann man denn gerade empfehlen oder welche sollte ich > lieber nicht auf MTA-Level anwenden? > > momentan hab ich folgendes im Einsatz: > > reject_rbl_client zen.spamhaus.org, > reject_rhsbl_sender dsn.rfc-igno

Re: Best anti-spam

2008-10-22 Thread Roman Medina-Heigl Hernandez
Hello, I don't know the details of what you're trying to do, but it seems aligned with the concept I'd like to implement, so perhaps we could colaborate and help each other. My main premise is to reduce the number of false negatives, sacrifying (it necessary) the number of false positives (i.e. I

Re: Best anti-spam

2008-10-22 Thread Leonardo Rodrigues Magalhães
Roman Medina-Heigl Hernandez escreveu: - I wouldn't set up a global greylist filter, because all my receiving mail is going to be delayed (I guess my users don't like this ;-)) after years deploying mail servers with greylisting enabled, i think you should definitely, at least, try to

Re: Best anti-spam

2008-10-22 Thread Terry Carmen
Henrik K wrote: On Tue, Oct 21, 2008 at 11:34:28PM +, Duane Hill 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.

Re: Confirmation of TLS/SASL operation?

2008-10-22 Thread Victor Duchovni
On Wed, Oct 22, 2008 at 10:23:33AM -0500, Noel Jones wrote: > Yes, the clients have the CA cert and do properly validate the > server certificate. > > That raises the question why the server logs the TLS > connection as Anonymous. Maybe because postfix doesn't ask > for a client certificate (

Re: Best anti-spam

2008-10-22 Thread Steve Crawford
Jim Balo wrote: Depends on the source/nature of your spam. It's good for reducing the load on SpamAssassin et. al. and it blocks lots of virus-sent spam. Greylisting alone lets some through at work but I just rebuilt my *very* old (circa late-90s) server at home and added grey

Re: Best anti-spam

2008-10-22 Thread Henrik K
On Wed, Oct 22, 2008 at 12:16:13PM -0400, Terry Carmen wrote: > Henrik K wrote: >> On Tue, Oct 21, 2008 at 11:34:28PM +, Duane Hill wrote: >> >>> On Tue, 21 Oct 2008, Terry Carmen wrote: >>> >>> /[ax]dsl.*\..*\..*/i 450 AUTO_XDSL Email Rejected. You appear to be connectin

Re: Confirmation of TLS/SASL operation?

2008-10-22 Thread Reinaldo de Carvalho
>> >> CA certificate (root certificate) is installed on MUAs? If not MUA >> can't validade server certificate. >> >>-- >>Reinaldo de Carvalho > > Yes, the clients have the CA cert and do properly validate the server > certificate. > > That raises the question why the server logs the TLS connection

Re: Altermime and postfix - permission denied, Command died with status 1

2008-10-22 Thread Wietse Venema
When reasonable file permissions don't work, consider fixing killing Selinux, Apparmor, and so on. Wietse

Re: Best anti-spam

2008-10-22 Thread Larry Stone
On Wed, 22 Oct 2008, mouss wrote: /[ax]dsl.*\..*\..*/i 450 AUTO_XDSL Email Rejected. You appear to be connecting from a Dynamic IP address. What I am working on now is this: - if name (PTR or helo) looks dynamic, then do: One problem is DSL does not mean dynamic. Many DSL providers pro

Re: Best anti-spam

2008-10-22 Thread Reinaldo de Carvalho
> > Sorry but developing stupid regexpes anywhere is not appropriate, especially > when it can be done right. But hey, you are free to block /.*/ if you want, > who am I to judge. It certainly blocks spam! > > Regexp to reject "generic hostname" like dialup, dsl, cable, is not stupid. -- Reinald

Re: postmaster.rfc-ignorant.org, Blacklists verwendbar?

2008-10-22 Thread mouss
mouss a écrit : > Matthias Haegele a écrit : >> Hi Ihr! >> > > ja vol :) > > wrong list? maybe meant the german postfix list? > > >> Welche Blacklists kann man denn gerade empfehlen oder welche sollte ich >> lieber nicht auf MTA-Level anwenden? >> >> momentan hab ich folgendes im Einsatz: >> >>

Re: Best anti-spam

2008-10-22 Thread Henrik K
On Wed, Oct 22, 2008 at 02:05:02PM -0300, Reinaldo de Carvalho wrote: > > > > Sorry but developing stupid regexpes anywhere is not appropriate, especially > > when it can be done right. But hey, you are free to block /.*/ if you want, > > who am I to judge. It certainly blocks spam! > > > > > > Re

in_flow_delay (not?) behaving as documented

2008-10-22 Thread Ofer Inbar
On some fallback relay servers that receive legitimate incoming mail (relayed from the first-pass MTAs) much faster than they can process it at times, I tried slowing things down using in_flow_delay. I set in_flow_delay = 10s, and decreased maxproc for smtpd in master.conf. Changing maxproc did r

Re: Best anti-spam

2008-10-22 Thread mouss
Henrik K a écrit : > On Wed, Oct 22, 2008 at 02:05:02PM -0300, Reinaldo de Carvalho wrote: >>> Sorry but developing stupid regexpes anywhere is not appropriate, especially >>> when it can be done right. But hey, you are free to block /.*/ if you want, >>> who am I to judge. It certainly blocks spam

Re: in_flow_delay (not?) behaving as documented

2008-10-22 Thread Victor Duchovni
On Wed, Oct 22, 2008 at 01:58:24PM -0400, Ofer Inbar wrote: > On some fallback relay servers that receive legitimate incoming mail > (relayed from the first-pass MTAs) much faster than they can process > it at times, I tried slowing things down using in_flow_delay. > > I set in_flow_delay = 10s,

Re: in_flow_delay (not?) behaving as documented

2008-10-22 Thread Wietse Venema
Ofer Inbar: > On some fallback relay servers that receive legitimate incoming mail > (relayed from the first-pass MTAs) much faster than they can process > it at times, I tried slowing things down using in_flow_delay. > > I set in_flow_delay = 10s, and decreased maxproc for smtpd in master.conf. >

Re: Best anti-spam

2008-10-22 Thread mouss
Larry Stone a écrit : > On Wed, 22 Oct 2008, mouss wrote: > > /[ax]dsl.*\..*\..*/i 450 AUTO_XDSL Email Rejected. You appear > to be > connecting from a Dynamic IP address. > >> What I am working on now is this: >> >> - if name (PTR or helo) looks dynamic, then do: > > One problem

RE: Best anti-spam

2008-10-22 Thread Dan Horne
> - I wouldn't set up a global greylist filter, because all my receiving mail > is going to be delayed (I guess my users don't like this ;-)) ... > - I wouldn't set up a global REJECT based on RBL... > - *BUT* I would combine any of the former. For instance: "pass all mail > appearing to come from

Re: in_flow_delay (not?) behaving as documented

2008-10-22 Thread Ofer Inbar
Ahh, this is very very helpful, thank you. The problem on the fallback relays is indeed that they're disk I/O bound, so "incoming" grows too quickly and qmgr can't get messages into active fast enough. If I understand you correctly, in_flow_delay will limit the *growth rate* of the incoming queue

Re: in_flow_delay (not?) behaving as documented

2008-10-22 Thread Ofer Inbar
Wietse Venema <[EMAIL PROTECTED]> wrote: > > see clearly in the logs that each one of them is still taking several > > incoming messages per second at peak times, and cleanup is placing > > them all in the incoming queue, and the incoming queue gets very big. > > in_flow_delay is apparently not tri

Re: Best anti-spam

2008-10-22 Thread Henrik K
On Wed, Oct 22, 2008 at 02:28:11PM -0400, Dan Horne wrote: > > - I wouldn't set up a global greylist filter, because all my receiving > mail > > is going to be delayed (I guess my users don't like this ;-)) > ... > > - I wouldn't set up a global REJECT based on RBL... > > - *BUT* I would combine an

Re: Best anti-spam

2008-10-22 Thread Robert Felber
On Wed, Oct 22, 2008 at 03:45:45PM +0200, mouss wrote: > Brian Evans - Postfix List a écrit : > > > > I use and recommend policyd-weight looking at it as "if it isn't broke, > > don't fix it." > > note however that some people use policyd-weight with "bad > configuration". some (or is it all?) de

Re: in_flow_delay (not?) behaving as documented

2008-10-22 Thread Wietse Venema
Ofer Inbar: > Wietse Venema <[EMAIL PROTECTED]> wrote: > > > see clearly in the logs that each one of them is still taking several > > > incoming messages per second at peak times, and cleanup is placing > > > them all in the incoming queue, and the incoming queue gets very big. > > > in_flow_delay

Re: Finally blocking some spam

2008-10-22 Thread mouss
Randy a écrit : > mouss wrote: >> Joey a écrit : >> [snip] >>> You feel like we are doing you a disservice unintentionally because >>> we may >>> be blocking your IP, but in reality the other people in Poland who are >>> exploiting the internet are to blame. :( reread the last sentence. >> >> If

Re: in_flow_delay (not?) behaving as documented

2008-10-22 Thread Victor Duchovni
On Wed, Oct 22, 2008 at 02:42:09PM -0400, Ofer Inbar wrote: > What I expected to see, however, is that when in_flow_delay were > trigerred, each smtpd process would not be taking in multiple messages > per second. Seeing that they were taking in multiple messages per > second (per process ID) whe

Re: Best anti-spam

2008-10-22 Thread mouss
Robert Felber a écrit : > On Wed, Oct 22, 2008 at 03:45:45PM +0200, mouss wrote: >> Brian Evans - Postfix List a écrit : >>> I use and recommend policyd-weight looking at it as "if it isn't broke, >>> don't fix it." >> note however that some people use policyd-weight with "bad >> configuration". so

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

Content Filter - Advanced

2008-10-22 Thread Duane Hill
I've been able to get a simple content filter running using the example from (http://www.postfix.org/FILTER_README.html). However, am having problems getting it to run configured as shown under the advanced content filter section. I'm not seeing something right. The error shown in the logs is:

Re: lost connection after CONNECT from localhost[127.0.0.1]

2008-10-22 Thread Wietse Venema
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

RE: Best anti-spam

2008-10-22 Thread MacShane, Tracy
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Stroller > Sent: Thursday, 23 October 2008 12:53 AM > To: Postfix > Subject: Re: Best anti-spam > > > On 22 Oct 2008, at 12:56, Richard Foley wrote: > >> ... > >> spam_ip_regex file: > >> > >> /[ax]d

Re: SMTP Local Delivery Delay (Output rate control in the queue manager)

2008-10-22 Thread JackyC
Hi Wietse, That' great in Postfix 2.5, but if I am still using Postfix 2.3, how can I deal with it? Since I may not plan to upgrade to Postfix 2.5 soon. Thank you very much! Yours Sincerely, Jacky, Hoi Kei Chan, Technical and User Support Section, Information and Communication Technology Office

Re: Best anti-spam

2008-10-22 Thread Stroller
On 23 Oct 2008, at 00:49, MacShane, Tracy wrote: On 22 Oct 2008, at 12:56, Richard Foley wrote: ... spam_ip_regex file: /[ax]dsl.*\..*\..*/i 450 AUTO_XDSL Email Rejected. You appear to be This looks fairly useful. Does anyone else have any experience with this approach, who might be

Re: Indirect relay on direct error

2008-10-22 Thread Neil
On 20 Oct 2008, at 10:24, Wietse Venema wrote: Michele: Hi list, I have a system that receive mails from internal network and deliver them directly on Internet. Sometimes mx server for some domains, refuse mails for users. It's there the possibility, by postfix, to relay that mails to a sa

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 even bound to localhost. >> >> No packet were pa