[AMaViS-user] RE: Content_filter exceptions

2006-01-19 Thread SRH-Lists
Mark, Steve, I am having a problem where my content filter (amavisd-new) is failing to deal with large messages, even though it knows to bypass all filtering on messages over 1M and pass it up to the second postfix smtpd. We need to be able to receive these large messages (I know,

[AMaViS-user] sql_select_white_black_list question...

2006-01-19 Thread Joseph W. Breu
I am trying to execute the following query: set @rid=?; (select wb FROM cfu_email.amavis_wblist,cfu_email.amavis_mailaddr WHERE ([EMAIL PROTECTED]) AND (sid=cfu_email.amavis_mailaddr.id) AND (cfu_email.amavis_mailaddr.email IN (%k)) ORDER BY cfu_email.amavis_mailaddr.priority DESC) UNION

[AMaViS-user] how to enforce message size restrictions for a single address?

2006-01-19 Thread Gregory Mokhin
Is it possible to enforce message size restrictions per recipient in amavisd-new and to bounce oversized messages? Regards, Gregory --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop!

Re: [AMaViS-user] amavis-stats 0.1.20 problem - Is this the right place to ask?

2006-01-19 Thread Dale Walsh
On Jan 19, 2006, at 03:54 , Stephen Carter wrote: Stephen Carter Retrac Networking Limited www: http://www.retnet.co.uk Ph: +44 (0)7870 218 693 Fax: +44 (0)870 7060 056 CNA, CNE, CNS, CCNA, MCP Dale Walsh [EMAIL PROTECTED] 01/18/06 9:30 PM On Jan 18, 2006, at 14:38 , Stephen Carter wrote:

Re: [AMaViS-user] amavis-stats 0.1.20 problem - Is this the right place to ask?

2006-01-19 Thread Matthias Keller
Dale Walsh wrote: On Jan 19, 2006, at 03:54 , Stephen Carter wrote: One problem that remains which I'm still trying to track down though is that banned files are counted twice per e-mail. As a guess I think the amavis-stats code counts the number of 'BLOCKED Banned' instances it finds, as

Re: [AMaViS-user] amavis-stats 0.1.20 problem - Is this the right place to ask?

2006-01-19 Thread Dale Walsh
On Jan 19, 2006, at 15:45 , Matthias Keller wrote: Dale Walsh wrote: On Jan 19, 2006, at 03:54 , Stephen Carter wrote: One problem that remains which I'm still trying to track down though is that banned files are counted twice per e-mail. As a guess I think the amavis-stats code counts

[AMaViS-user] Re: how to enforce message size restrictions for a single address?

2006-01-19 Thread Gregory Mokhin
Gary V wrote: Gregory wrote: Is it possible to enforce message size restrictions per recipient in amavisd-new and to bounce oversized messages? Regards, Gregory for version 2.2.0 or newer: http://marc.theaimsgroup.com/?l=amavis-userm=112800847403357w=2 Gary V Thanks Gary.

Re: [AMaViS-user] RE: Content_filter exceptions

2006-01-19 Thread Mark Martinec
Steve, How large is your 'large'? Well, 40MB in this case. And I am using the amavis-new variant from Maia, so I didn't want to bug you guys ;) It depends whether it is a general amavisd-new problem or is specific to Maia. Is this based on amavisd-new-2.2 ? But, since you asked...This is

Re: [AMaViS-user] Re: how to enforce message size restrictions for a single address?

2006-01-19 Thread Gary V
Gregory wrote: Gary V wrote: Gregory wrote: Is it possible to enforce message size restrictions per recipient in amavisd-new and to bounce oversized messages? Regards, Gregory for version 2.2.0 or newer: http://marc.theaimsgroup.com/?l=amavis-userm=112800847403357w=2 Gary V

Re: [AMaViS-user] Re: how to enforce message size restrictions for a single address?

2006-01-19 Thread Mark Martinec
Gregory, - is there any way to restrict it to less than 64 k? You would need to modify the code and remove the 64 k clamp. Doing so would make amavisd-new non-RFC2821 -compliant.: RFC2821: 4.5.3.1 Size limits and minimums ... message content The maximum total length of a message

Re: [AMaViS-user] sql_select_white_black_list question...

2006-01-19 Thread Joseph W. Breu
Never mind. I was able to craft a sql query that solved my needs. is there any reason that ? only gets expanded once ? On Thu, 19 Jan 2006, Joseph W. Breu wrote: I am trying to execute the following query: set @rid=?; (select wb FROM cfu_email.amavis_wblist,cfu_email.amavis_mailaddr

[AMaViS-user] Re: how to enforce message size restrictions for a single address?

2006-01-19 Thread Gregory Mokhin
Mark Martinec wrote: You would need to modify the code and remove the 64 k clamp. Doing so would make amavisd-new non-RFC2821 -compliant.: I see. It seems in amavisd-new implementation of @message_size_limit_maps only the final recipient after the substitution of aliases is taken into

[AMaViS-user] sudden postfix/amavisd-new behaviour

2006-01-19 Thread Peter
Forgot to add: # telnet 127.0.0.1 10024 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. 220 [127.0.0.1] ESMTP amavisd-new service ready # telnet 127.0.0.1 10025 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. 220 mta1.domain.com ESMTP

[AMaViS-user] Re: How to CC a copy of spam notification to local admin?

2006-01-19 Thread Rich Wales
Thanks to [EMAIL PROTECTED] for directing my attention to the $spam_admin configuration setting. Here's what I'm doing now: (1) I set $spam_admin to a suitable local admin address. (2) I set $sa_tag2_level_deflt, $sa_kill_level_deflt, and $sa_dsn_cutoff_level to 5. My understanding is