[AMaViS-user] spam_kill_level_maps + tags.

2005-05-25 Thread Teddy Riley
Hey all, Can someone help with my understanding how this works? I got the below config and wanted some domains to just drop the spam as specified in spam_kill_level_maps but config some domains to allow tagging so the user has the ability to do what they want with it. What is happening is that

[AMaViS-user] amavisd memory leak? eating all available virtual memory.

2005-05-25 Thread Aaron Sheard
I am currently running amavisd-new 2.3.1 with postfix and spamassassin / clamav i am having a problem where amavisd child processes eat more and more ram until the linux box runs out of virtual memory. i have tried disabling the antivirus scanning portion, changing number of child procs, max_r

Re: [AMaViS-user] Banned Files Help?

2005-05-25 Thread Sean Hafeez
Thanks. Did it. Work & fixed the issue. -Sean On May 25, 2005, at 12:26 PM, Mark Martinec wrote: Sean, there were some subtle changes in the order of evaluations of banning rules to make it more useful, so it is likely that the qr'.\.prx$'i rule is unable to override some other rule with ver

Re: [AMaViS-user] Banned Files Help?

2005-05-25 Thread Sean Hafeez
Interesting question. It is maybe 4 months old. I would hate to have to upgrade is this is a full setup of SA, Postfix, Razzor, etc. on OpenBSD. It would be a pain. How does one tell BTW. I looked at the file and did not see a version number. When it starts up I get: May 25 11:43:43 cerbe

[AMaViS-user] Banned Primavera Files..

2005-05-25 Thread Sean Hafeez
I am having an issue with a banned files. I have googled and read the thru the archive but I have not been able to find an answer... Undeliverable:BANNED (P=p004,L=1,M=multipart/mixed | P=p003,L=1/2,M=application/octet-stream,T=exe,T=exe-ms,N=SJC2.PRX) So the file is not an .exe, but I gues

[AMaViS-user] milter setup not working

2005-05-25 Thread Niels Piersma
Hi, I can't get amavisd-new 2.3.1 milter setup to work. I did a clean install of FreeBSD 5.4, I did a complete CVSup of sources and ports. I installed amavisd-new from the ports collection and added the enable commands to /etc/rc.conf. Rebooted the machine to test if these processes are runni

[AMaViS-user] mime_decode-1 FAILED: Error reading: Resource temporarily unavailable

2005-05-25 Thread Chris Pile
amavisd-new-2.3.1 Postfix 2.2 Patchlevel 3 FreeBSD 4.11 perl-5.8.6 Since upgrading from amavisd-new-2.2.1, I started receiving the following error: -- TROUBLE in check_mail: mime_decode-1 FAILED: Error reading: Resource temporarily unavailable at (eval 39) line 153, line 1. -- After lookin

[AMaViS-user] RE: PATCH: Detect old SAVI-Perl, problems with 2.3.1

2005-05-25 Thread akpostfix
> Hello, > > Below is a small patch against 2.3.1 that adds one sanity > check w.r.t. version of SAVI-Perl. > > Using SAVI-Perl older than 0.20 causes amavisd-new not to > start but instead eat all memory on load_data in > sophos_savi_init(). SAVI-Perl 0.20 is the first version that > introd

Re: [AMaViS-user] Idea: Greylisting

2005-05-25 Thread Jeff Gojkovich
>So I don't think it will be even possible to do greylisting in >amavisd-new. >Sander. This is not true. You can do it with sendmail milter and you can also do it via Postfix pre-queueing mechansim. (the pre-queue tends not to scale for very large sites.) Postfix 2.1 supports greylisting in th

RE: [AMaViS-user] Local quarantine with SQL Index

2005-05-25 Thread Michael Scheidell
Not to mention that saved on local disk with gzip is smaller than blobs in sql tables! --- SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate online with coworkers and clients while avoiding the high cost of travel and c

Re: [AMaViS-user] Banned Files Help?

2005-05-25 Thread Mark Martinec
Sean, >> there were some subtle changes in the order of evaluations >> of banning rules to make it more useful, so it is likely >> that the qr'.\.prx$'i rule is unable to override some other rule >> with version before 2.3.1. > Interesting question. It is maybe 4 months old. > > How does one tell

Re: [AMaViS-user] Problems with communication between amavisd-new and DrWeb

2005-05-25 Thread Mark Martinec
Sander, > > Looks like another case of Perl on Linux problem of reading > > when the last line does not terminate by a newline. See: > > http://marc.theaimsgroup.com/?l=amavis-user&m=111458535106056 > > > > > Removing amavisd-new line 12145 > > > defined $ln || $!==0 or die "Error reading: $!

Re: [AMaViS-user] Local quarantine with SQL Index

2005-05-25 Thread Hamie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Martinec wrote: > Hamie, > >> I've been looking at the latest SQL integration with amavisd-new >> and just wondering if anyone else besides myself is interested in >> having a combination of the current quarantine options, with the >> files saved

Re: [AMaViS-user] Attachement white- blacklist on a per-user basis

2005-05-25 Thread Mark Martinec
Marc, > > > %banned_rules = ( > > > 'NO-MS-EXEC'=> new_RE( qr'^\.(exe-ms)$' ), ... > How can I use these whitelist entries for recipients and senders? > The banned filenames in banned_filename_re get blocked for recipients and > senders. But the banned_filename_maps whitelist only works if the

Re: [AMaViS-user] Banned Files Help?

2005-05-25 Thread Mark Martinec
Sean, > [ qr'.\.prx$'i => 0 ], # allow any file name ending in .prx or .PRX > > Thanks but I tried something like this before I posted to the list > with no joy. I did just setup up things like you did and it still > does not work. > > banned name: P=p002,L=1,M=multipart/mixed | > P=p001,L=1/1,M=

Re: [AMaViS-user] Banned Files Help?

2005-05-25 Thread Sean Hafeez
Right. The issues is that I do not want to disable the banned file checker however I must let this file type thru *.prx Primavera files. You may explicitly allow files names ending in .prx, and place such rule before the existing rule that is blocking MS executables. Assuming you are using

Re: [AMaViS-user] want to specify whole domain in whitelist_sender map

2005-05-25 Thread Mark Martinec
Eddy, > In /etc/amavisd.conf, I know that I can specify individual > address in whitelist_sender map > How can I specify a whole domain instead ? Just specify domain name, optionally prefixed by a dot to imply its subdomains if desired. See README.lookups > I tried the following without success

Re: [AMaViS-user] Bypass amavis scanning based on sender address/domain

2005-05-25 Thread Eddy Beliveau
Hi! Pasi & Mark, Last week, I also ask for a similar related question: "[AMaViS-user] want to specify whole domain in whitelist_sender map" but did not yet receive any reply :-( Mark, in your reply to Pasi's question, you said: whitelisting the sender or his domain does disable spam checking

Re: [AMaViS-user] Bypass amavis scanning based on sender address/domain

2005-05-25 Thread Mark Martinec
Pasi, > I'm using amavisd-new with postfix. I need to bypass amavis based on sender > address/domain.. What's the best way to do this? Possible with the help of Postfix configuration. > If I understand correctly, amavisd-new does not support this? Partly right, whitelisting the sender or his do

Re: [AMaViS-user] _lovers problems, spam still blocked

2005-05-25 Thread Mark Martinec
Voytek, > I'm still having problems with my crap_lovers... > how can I test/debug this ? Turn up log level to 4 or 5 if necessary. > I have like: > /etc/amavisd.conf > $virus_quarantine_to = 'infected@'; # fwd to MTA for delivery > @virus_lovers_maps = (read_hash("/var/amavis/virus_lovers")); >

Re: [AMaViS-user] how to prevent emails aren't real

2005-05-25 Thread Mark Martinec
Sophia, > I Installed amavisd-new-2.3.1 + sendmail-8.13.4-dual + clamav + > spamassassin > It is a few days someone of my users recieved 700-800 e-mails from 1 > email. It means he recieved one correct e-mail from a correct sender > address but he recieved 700-800 emails similar this email to his

Re: [AMaViS-user] Banned Files Help?

2005-05-25 Thread Mark Martinec
Sean, > I am having an issue with a banned files. I have googled and read the > thru the archive but I have not been able to find an answer... > > Undeliverable:BANNED (P=p004,L=1,M=multipart/mixed | > P=p003,L=1/2,M=application/octet-stream,T=exe,T=exe-ms,N=SJC2.PRX) > So the file is not an .exe

Re: [AMaViS-user] amavisd-2.3 version error

2005-05-25 Thread Mark Martinec
Sunil, > i was tring to user amavis-2.3 latest version. > which stores the log at sql database. > > here am getting the error > amavis[23967]: (23967-01) WARN save_info_preliminary: > Could not find the table "addr" in the schema "mail_log" > amavis[23967]: (23967-01) ERROR sql_storage: too

[AMaViS-user] how to prevent emails aren't real

2005-05-25 Thread Sophia Alikhani
Hi I Installed amavisd-new-2.3.1 + sendmail-8.13.4-dual + clamav + spamassassin It is a few days someone of my users recieved 700-800 e-mails from 1 email. It means he recieved one correct e-mail from a correct sender address but he recieved 700-800 emails similar this email to his inbox. whe