[AMaViS-user] spam quarantine and existing X-Spam-* headers

2005-06-27 Thread Thomas Jarosch
Hello Mark,

when forwarding all spam mails to a single destination,
existing X-Spam-* headers don't get deleted.

Here's why: check_mail() calls do_spam() before the first
add_forwarding_header_edits_common() call is done.

Is this by design?

Cheers,
Thomas


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


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

2005-06-27 Thread Henrik Krohns
On Mon, Jun 27, 2005 at 04:00:36PM +0200, Mark Martinec wrote:

  After that I got it working, but ended up with this error:
 
  Jun 27 01:34:41 xyz amavis[18246]: [ID 702911 mail.warning] (18246-01)
  WARN save_info_final: Insecure dependency in parameter 1 of
  DBI::db=HASH(0x1612700)-prepare method call while running with -T switch
  at /usr/local/perl/lib/site_perl/5.8.6/sun4-solaris/DBD/Pg.pm line 281,
  GEN8 line 98.
 
 Hm, don't know. The parameter 1 in -prepare is a SQL clause, which
 comes from a hash %sql_clause via the %current_policy_bank (routine cr).
 In sub execute (line 9412) the prepare is called. The clause string
 shouldn't be tainted, and MySQL DBD/DBI is not complaining, so I'm not
 sure how/why the DBD/Pg.pm sees the argument as tainted.
 
 At log level 4 you could see a log entry like:
   sql: preparing and executing: $clause
 
 You may try experimenting with the following test log entry:
 
 --- amavisd~Sun Jun 26 01:44:02 2005
 +++ amavisd Mon Jun 27 15:58:00 2005
 @@ -9420,2 +9420,10 @@
  do_log(4,sql: preparing and executing: $clause);
 +
 +use Scalar::Util ();
 +do_log(0, HERE1: prepare $clause, .
 +  (Scalar::Util::tainted($clause) ? TAINTED : not tainted));
 +do_log(0, HERE2: prepare arg: $_, .
 +  (Scalar::Util::tainted($_) ? TAINTED : not tainted)
 +  ) for (@args);
 +
  $sth = $self-dbh-prepare($clause); $self-sth($clause,$sth);

Everything was not tainted.

I can get stuff working if I change to 'Taint = 0' in amavisd DBI-connect.
Is this safe to do?

Cheers,
Henrik


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] Pid error

2005-06-27 Thread Mark Martinec
Tom,

 I'm running Amavis-new-2.3.1 with Postfix(not chrooted) on redhat ES 3
 When I try to reload or stop amavis, I get- No PID file
 /var/amavis/amavisd.pid, can't reload the process

Because most likely amavisd is not running.

 /usr/local/sbin/amavisd[7870]: Net::Server: Setting gid to 999 999 Jun 27
 13:49:18 mta1.charmer.com /usr/local/sbin/amavisd[7870]: Net::Server:
 2005/06/27-13:49:18 Couldn't become gid 999: \n\n  at line 486 in file
 /usr/lib/perl5/site_perl/5.8.0/Net/Server.pm

See? It is not running. It can't change GID to 999 and aborts,
probably because you don't have any group with gid 999.
Fix that first.

  Mark


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


RE: [AMaViS-user] Pid error

2005-06-27 Thread Kern, Tom
If only it were that simple.
i do have a amavis group with gid of 999
from my /etc/group-  amavis:x:999:

The amavis user and group have full rights on the /var/amavis dir.
What else?

thanks


Mark Martinec wrote:
 Tom,
 
 I'm running Amavis-new-2.3.1 with Postfix(not chrooted) on redhat ES
 3 When I try to reload or stop amavis, I get- No PID file
 /var/amavis/amavisd.pid, can't reload the process
 
 Because most likely amavisd is not running.
 
 /usr/local/sbin/amavisd[7870]: Net::Server: Setting gid to 999 999
 Jun 27 13:49:18 mta1.charmer.com /usr/local/sbin/amavisd[7870]:
 Net::Server: 2005/06/27-13:49:18 Couldn't become gid 999: \n\n  at
 line 486 in file /usr/lib/perl5/site_perl/5.8.0/Net/Server.pm
 
 See? It is not running. It can't change GID to 999 and aborts,
 probably because you don't have any group with gid 999.
 Fix that first.
 
   Mark
 
 
 ---
 SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
 from IBM. Find simple to follow Roadmaps, straightforward articles,
 informative Webcasts and more! Get everything you need to get up to
 speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
 ___
 AMaViS-user mailing list
 AMaViS-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/amavis-user
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
 AMaViS-HowTos:http://www.amavis.org/howto/



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] problem with sample $log_templ

2005-06-27 Thread Gary V
Mark wrote:

 Gary,

 I'm working on 2.3.1-pre3 on a Debian system, but If I recall, this problem

I'm sorry, this should have read 2.3.2-pre3
 ^
 
 occurs for earlier versions (like 2.2.1) also.

 After every mail that is 'Passed', it logs one useless extra line.
 Only mail that is 'Passed'.

 I am using the (long) $log_templ as supplied in amavisd.conf-sample.
 I have not modified the sample.
 This problem does not appear when using the default (nothing configured
 in amavisd.conf), nor does it appear when the 20030616-p10
 compatible template is used.

 The $log_templ example in amavisd.conf-sample wasn't deleting
 a trailing newline. From amavisd-new-2.3.2-pre3 release notes:

I do not recall notifying you of this problem before.

 - updated $log_templ example in amavisd.conf-sample to match the default;
   pointed out by Gary V;

This refers to a different problem where I noted a possible solution:
http://marc.theaimsgroup.com/?l=amavis-userm=111599961820915w=2

 Hmm, that was you :)

 The example was fixed between 2.3.2-pre1 and 2.3.2-pre3,
 perhaps your amavisd.conf wasn't updated.

   Mark

I copied the template from
amavisd.conf-sample version 2.3.2-pre3 into my existing amavisd.conf,
uncommented it, and the problem described occurs. Try it.
I am testing with 2.3.2-pre3.

Gary V



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] spam quarantine and existing X-Spam-* headers

2005-06-27 Thread Mark Martinec
Thomas,

 when forwarding all spam mails to a single destination,
 existing X-Spam-* headers don't get deleted.

Hm, are sure? With a Postfix (dual-MTA) setup?
I'm not seeing it here.

 Here's why: check_mail() calls do_spam() before the first
 add_forwarding_header_edits_common() call is done.
 Is this by design?

By design, but this should not result in non-deleted header fields.

Calls to $hdr_edits-delete_header do not act immediately
and on assembled message. Such calls only register a need
to delete (or add or edit) a header on an existing mail
on the fly (in routine write_header), while the message
is being sent by SMTP to MTA. It does not matter at what time
the delete_header() is called (before or after headers are
instructed to be added or edited), as long as it happens
before the actual mail forwarding.

I just tried it here using two amavisd in a content-filtering chain,
and it seems to work fine.

If you can't find an obvious explanation, please mail me a l-5 log.

Perhaps you are examining quarantined mail, not a forwarded mail?

  Mark


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


RE: [AMaViS-user] Pid error

2005-06-27 Thread Kern, Tom
Gary V wrote:
 Tom wrote:
 
 Well, i changed the uid/gid to a diff # and still no go.
 what am i doing wrong?
 I had the identical setup except for an older verison of amavis on
 RHEL3 and it worked fine. Now its broken. It doesn't seem to
 complain about the uid. does that mean thats ok? 
 what does  'grep amavis /etc/passwd' say?
 
 Gary V

Here is the output-

 grep 'amavis' /etc/passwd
amavis:x:886:886:amavisd-new daemon:/var/amavis:/sbin/nologin


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] Pid error

2005-06-27 Thread Gary V
Tom wrote:

 Gary V wrote:
 Tom wrote:
 
 Well, i changed the uid/gid to a diff # and still no go.
 what am i doing wrong?
 I had the identical setup except for an older verison of amavis on
 RHEL3 and it worked fine. Now its broken. It doesn't seem to
 complain about the uid. does that mean thats ok? 
 what does  'grep amavis /etc/passwd' say?
 
 Gary V

 Here is the output-

  grep 'amavis' /etc/passwd
 amavis:x:886:886:amavisd-new daemon:/var/amavis:/sbin/nologin

Try giving shell access, change it to:
amavis:x:886:886:amavisd-new daemon:/var/amavis:/bin/sh
 ^^
or whatever path 'sh' is located

Gary V



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


RE: [AMaViS-user] Pid error

2005-06-27 Thread Kern, Tom
Gary V wrote:
 Tom wrote:
 
 Gary V wrote:
 Tom wrote:
 
 Well, i changed the uid/gid to a diff # and still no go.
 what am i doing wrong?
 I had the identical setup except for an older verison of amavis on
 RHEL3 and it worked fine. Now its broken. It doesn't seem to
 complain about the uid. does that mean thats ok?
 what does  'grep amavis /etc/passwd' say?
 
 Gary V
 
 Here is the output-
 
  grep 'amavis' /etc/passwd
 amavis:x:886:886:amavisd-new daemon:/var/amavis:/sbin/nologin
 
 Try giving shell access, change it to:
 amavis:x:886:886:amavisd-new daemon:/var/amavis:/bin/sh
  ^^
 or whatever path 'sh' is located
 
 Gary V

changed it-
grep 'amavis' /etc/passwd
amavis:x:886:886:amavisd-new daemon:/var/amavis:/bin/bash

still get the same error.

thanks


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] Pid error

2005-06-27 Thread Gary V
Clifton wrote:

   Perl 5.8.0 had some significant bugs fixed in later releases of
 5.8.0, and Mark has many times warned that amavisd can tickle some of
 them.

   -- Clifton

I think one of the strange things I found when I played with Fedora
Core 2 was that it 'installs' 5 different versions of Perl. But I
think it only has one set of Perl files, and they are not 5.8.0.

What does perl -v say?

Earlier Tom asked:
what am I doing wrong?
IMHO opinion, (and I realize this is a thoughtless, opinionated, cruel
thing to say, so don't beat me up (I can beat myself up just fine))
... You are using Fedora!

Gary V



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] Pid error

2005-06-27 Thread Gary V
Tom wrote:

 What distro of linux do you guys recommend?
 In a perfect world what's the ideal distro you would run?

 i just picked RH because thats what I know and it has support so it made my 
 managers happy to go with a known name but i'd like to know what you would 
 use if you could pick any distro you wanted?
 more importantly, i'd like help with this issue :)
 i'm not really in the mood to wrap my head around a new distro and reinstall 
 just yet but i'd still be curious as to which verison is the purest and 
 doesn't try to mucj about with apps and
 libaries.
 thanks

But Fedora is not exactly RedHat, I would guess the 'not free' Redhat
is stable. Maybe a Perl upgrade would do the trick. Sounds like you've
had this box running fine for a while? And it's only when you try to
upgrade amavisd-new that the problem surfaces?

Gary V



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] Pid error

2005-06-27 Thread Gary V
Gary wrote:

 Tom wrote:

 What distro of linux do you guys recommend?
 In a perfect world what's the ideal distro you would run?

 i just picked RH because thats what I know and it has support so it made my 
 managers happy to go with a known name but i'd like to know what you would 
 use if you could pick any distro you wanted?
 more importantly, i'd like help with this issue :)
 i'm not really in the mood to wrap my head around a new distro and reinstall 
 just yet but i'd still be curious as to which verison is the purest and 
 doesn't try to mucj about with apps and
 libaries.
 thanks

 But Fedora is not exactly RedHat, I would guess the 'not free' Redhat
 is stable. Maybe a Perl upgrade would do the trick. Sounds like you've
 had this box running fine for a while? And it's only when you try to
 upgrade amavisd-new that the problem surfaces?

FWIW: I have perl 5.8.0 running on an old RedHat 9.0 box, I installed
2.3.1 as a test, and it start up fine, this box was also built using the
Scott L. Henderson HOWTO.

Gary V



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] Pid error

2005-06-27 Thread Mark Martinec
Tom,

 amavis:x:886:886:amavisd-new daemon:/var/amavis:/sbin/nologin

I don't know what is going on on your host, but as a workaround
you can start amavisd with an option -u, giving it a username
to change uid to. This way the Net::Server will be completely
relieved of attempting to change uid or gid:

  # amavisd -u amavis

or alternatively (different mechanism, same effect):

  # su amavis -c amavisd
(or perhaps:  su - amavis -c amavisd )

  Mark


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] problem with sample $log_templ

2005-06-27 Thread Mark Martinec
Gary,

 Maybe the spaces should be removed in the sample:
 #$log_templ = '
 #[?%#D|#|Passed #
 #[? [?%#V|1] |INFECTED (%V)|#

I'll add the following comment before the example:

  # (remove the leading '#' and a space in the following lines to activate)


Mark


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] AmavisNewSQL

2005-06-27 Thread Mark Martinec
Stephen,

 I'm using a postfix/courier/amavis/spamassassin/squirrelmail/mysql with
 virtual domains in a db.  I have a vacation program from High5 so as mail
 comes in postfix does the look up to the aliases table which looks like
 this:
   satkins at skircr dot com - satkins at skircr dot com
 - vacation at localhost
 and the mailbox table holds:
   satkins at skircr dot com, maildir/

 The problem is when the message is forwarded to amavis it goes in with two
 addresses and when it quarantines the message to a bsmtp it has two lines
 of rcpt to.  This doesn't work well with amavisnewsql and I'm at a complete
 lose as to how to get it so it will either create bsmtp file for each
 recipient or at least get rid of the vacation address.

This is rather a Postfix question. My guess is that you are mapping
recipient address to two addresses by a virtual map, not by aliases map,
which is only applied at the last stage by a local delivery agent.

If this is true, you have a choice to let Postfix apply virtual map before
or after a content filter, or both before and after, which is a default.
See README.postfix and search for:
  TO DO 'VIRTUAL ALIAS' MAPPING AND OTHER CLEANUP PROCESSING
  BEFORE OR AFTER CONTENT FILTERING?

Mark



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] Old amavisd-new and Convert::UUlib problem

2005-06-27 Thread Mark Martinec
Phil,

 System: SuSE SLES 8 x86, Perl 5.8.3, amavisd-20020517 (I know...)
 I don't expect a lot of support for such an old version of Amavis,
 but we're in the process of migrating to a new version.  In the
 meantime, we're getting this failure in the maillog:

 amavis[536]: (00536-20) Decoding of part-2 (ASCII text) failed, leaving
 it unpacked: Convert::UUlib failed: File I/O Error:: No such file or
 directory, Not Enough Memory; result file status:
 /var/amavis/tmp/amavis-20050609T02-00536/parts/part-5 does not
 exist at /usr/local/sbin/amavisd line 4111.

 It shows up VERY offten.  There are 3 scanning servers, and the other
 two, running Perl 5.6.1, do NOT have this problem.

 Convert::UUlib version is 1.0 on all systems.  I upgraded the
 problem box to the latest 1.051, but no luck.

I'm peeking at this old message of yours in my mailbox every now and then,
but unfortunately I don't have a good answer. Perhaps seeing previous
full-detail log entries may shed some light into what is going on.
Attempting to manually decode the captured message may
reveal some previous or hidden problem in decoding.

RELEASE_NOTES of later versions of amavisd-new contain several
references to uulib problems. It could be you are hitting one of these.

 The Not Enough Memory is bogus, the box has 2% swap used, 4GB of RAM,
 and plenty of space on the amavisd tmpfs as well

Very likely this sub-error code is indeed bogus.

  Mark


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


[AMaViS-user] virtual domain bypass spam check

2005-06-27 Thread zen
hello amavis expert,

first of all I'm apologize if this question was outdated.
my problems is all mails for my virtual domain users bypass spam
scanning wether SA or DSPAM but amavisd run virus scanning on it.
i need a solution for this .
 amavisd-new-2.3.1 (20050509)
 Mail-SpamAssassin-3.0.4
 dspam-3.4.8
 on  FreeBSD 5.4STABLE

 TIA

 cheers
 zen



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


RE: [AMaViS-user] Pid error

2005-06-27 Thread Kern, Tom
2 questions-
1.how do i uninstall Net::Server?
 
2. Where can i get an earlier version?
CPAN is gonna want to give me the newest version.
 
Thanks for all your help.
 
I guess it would be too much to ask why the newer version seems to break 
things(or why RHEL breaks the new version)?
 
Thanks again

-Original Message-
From: Gary V [mailto:[EMAIL PROTECTED]
Sent: Monday, June 27, 2005 6:50 PM
To: Kern, Tom
Cc: amavis-user@lists.sourceforge.net
Subject: Re: [AMaViS-user] Pid error


Tom wrote:

 i'm running perl 5.8.0.
 what's there to upgrade to?
 
 I rebuilt the box.
 it was running before with amavis-new,postifx,spamassassin,clamav and i never 
 got an error.
 I had to rebuild the box and i updated all the software except RHEL3. the  
 things that i updated was postfix,spamassassin(which isn't running yet) and 
 amavis-new.
 the perl installation is what came with redhat. i never touched perl either 
 time.
 i downloaded a new Net::Server mod from cpan. maybe thats it.


That's it! My old RH9 box crashed the same way when I upgraded from
Net::Server from 0.83 to 0.88!

Gary V



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


[AMaViS-user] (no subject)

2005-06-27 Thread Ed Walker

Hi Mark-

Another request for a little more logging info:

We've got these indicators for use in per-recipient logging:
   %1 above tag level for this recipient:  Y or 0
   %2 above tag2 level for this recipient: Y or 0
   %k above kill level for this recipient: Y or 0

How about one that indicates that the score was over the  
spam_quarantine_cutoff_level, and thus wasn't quarantined?


Thanks-

Ed


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/