Re: [AMaViS-user] AmavisdNew + Razor + SA - Hanging Problem

2005-05-21 Thread Gary V
/postsuper.1.html Gary V --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click

Re: [AMaViS-user] amavisd-new spamassassin module

2005-05-22 Thread Gary V
these settings further down! @bypass_spam_checks_acl = qw( . );# No default dependency on spamassassin As you can see above, the Debian package lists @bypass_spam_checks_acl = qw( . ); twice. Comment out BOTH of them. Gary V

Re: [AMaViS-user] amavisd-new spamassassin module

2005-05-22 Thread Gary V
to DISABLE anti-spam code ... @bypass_spam_checks_acl = qw( . );# No default dependency on spamassassin The first one is the from the original amavisd.conf and the second one was added by the Debian package maintainers for some unknown reason. Obviously, you only need, at the most, one. Gary

Re: [AMaViS-user] whitelist trouble (newbie)

2005-06-01 Thread Gary V
]' = -100.0, to match the sender. Gary V --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit

Re: [AMaViS-user] spam_kill_level_maps + tags.

2005-06-02 Thread Gary V
could also do this: $sa_kill_level_deflt = { [EMAIL PROTECTED] = 1001.0, .domain1.com.au = 8.0, .domain2.com.au = 1001.0, . = 1001.0, }; Gary V --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer

Re: [AMaViS-user] amavisd-new-2.3.2-pre1 minor fixes

2005-06-08 Thread Gary V
suggest 2.2.1. My 0.02 Gary V --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know

Re: [AMaViS-user] Can't connect to UNIX socket /var/run/clamav/clamd

2005-06-08 Thread Gary V
/amavis/tmp /var/amavis/tmp/amavis-20050608T165159-00556/parts http://www200.pair.com/mecham/spam/clamav-amavisd-new.html Gary V --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride

Re: [AMaViS-user] amavisd-new-2.3.2-pre1 minor fixes

2005-06-12 Thread Gary V
=111512266010919w=2 I did not see anyone provide feedback on the patch provided. I will have to guess that it works. Gary V --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk

Re: [AMaViS-user] bayes no learned spam

2005-06-13 Thread Gary V
, not as root. for example: su vscan 'sa-learn --dump magic' Gary V --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score

Re: [AMaViS-user] 3 questions regarding SpamAssassin

2005-06-14 Thread Gary V
. 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

Re: [AMaViS-user] 3 questions regarding SpamAssassin

2005-06-14 Thread Gary V
lines that START with '#', plus all blank lines. 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

Re: [AMaViS-user] Different rules for multiple domains on one server

2005-06-14 Thread Gary V
; a copy of any message that scores over kill_level will go to the quarantine(s). A copy will also go to the recipient. If you don't want a copy to go to the recipient, set it to something other than D_PASS. Gary V --- SF.Net email is sponsored

Re: [AMaViS-user] Different rules for multiple domains on one server

2005-06-14 Thread Gary V
not belong. Should be: @spam_quarantine_to_maps = (# per-recip multiple quarantines new_RE( [qr'^(.*)@a\.com$'i = '[EMAIL PROTECTED]'], [qr'^(.*)@b\.com$'i = '[EMAIL PROTECTED]'], [qr'^(.*)@c\.com$'i = '[EMAIL PROTECTED]'] ), $spam_quarantine_to, # the usual default ); Gary V

Re: [AMaViS-user] local_domain_maps and read_hash

2005-06-15 Thread Gary V
or .domain.com 1 .domain2.com 1 .domain3.com 1 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

Re: [AMaViS-user] deleteing msgs at sa_dsn_cutoff_level?

2005-06-15 Thread Gary V
. 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

Re: [AMaViS-user] Q: spam lovers?

2005-06-15 Thread Gary V
? Even if we knew the answer, I'm sure you would test it anyway. Try it with the spam_lover (or bypassed recipient) as the To: recipient and then someone else as the To: recipient. best regards, Annette Gary V --- SF.Net email is sponsored

Re: [AMaViS-user] amavisd dies after SA Timeout

2005-06-16 Thread Gary V
is a sample of such a cron job: http://www200.pair.com/mecham/redhat/spam-maint.txt And a script: http://www200.pair.com/mecham/spam/bayes-maint.txt I have no idea if these will work on BDSs. Gary V --- SF.Net email is sponsored by: Discover Easy Linux

Re: [AMaViS-user] _lovers problem

2005-06-16 Thread Gary V
= ( [[EMAIL PROTECTED]], ); I tried this with multiple recipients and it appeared to work as expected. Don't forget to test it thoroughly. What version of amavisd-new are you using? Gary V --- SF.Net email is sponsored by: Discover Easy Linux

Re: [AMaViS-user] _lovers problem

2005-06-16 Thread Gary V
after you copied it. 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

Re: [AMaViS-user] _lovers problem

2005-06-17 Thread Gary V
correct me if I am not), even though users can add or remove entries from map files via such a script, amavisd-new only reads in the contents of the files when it starts up. This means you will have to reload amavisd-new if you want to see changes. Gary V

Re: [AMaViS-user] amavisd-new went away PIDs / BDB lockers

2005-06-21 Thread Gary V
an existing one on the Debian site also. I also created a synopsis of the problem: http://www200.pair.com/mecham/razor.html Gary V --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps

Re: [AMaViS-user] Problem getting clamav and amavisd to talk to each other

2005-06-21 Thread Gary V
are looking at the same clamd.sock file. I have chmod'd it to 777. Would appreciate any suggestions as to what to look at next to resolve the problem. Thanks, Ron See: http://www200.pair.com/mecham/spam/clamav-amavisd-new.html Gary V

Re: [AMaViS-user] Problem getting clamav and amavisd to talk to each other

2005-06-21 Thread Gary V
clamd start amavisd-new On occasion, I've had to reboot to get it working. Gary V --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts

Re: [AMaViS-user] documentation

2005-06-23 Thread Gary V
if this is still a good how to Thanks a lot You might be able to grab some pointers from http://www200.pair.com/mecham/spam/spamfilter20050606.html. If nothing else, the Postfix settings are more accurate than Scott's for a gateway sever that has no local mail. http://www.freespamfilter.org/ Gary V

Re: [AMaViS-user] [OT] Sending large files

2005-06-23 Thread Gary V
was kicked by someone's content filter and I received a DSN. I guess their admin agrees that this is not a blessing. From a security standpoint, this type of service does pose some risk, I'm sure at some point there will be forged yousendit emails sent to unsuspecting downloaders. Gary V

Re: [AMaViS-user] Attachments larger than 0,1MB are hold by Amavis

2005-06-24 Thread Gary V
starting itself up when the system reboots, and you would either have to manually start up Maia, or modify the existing amavisd-new startup script to start up Maia *instead* of amavisd-new. Gary V When I rename maia-amavisd.conf and restart amavis I get this indeed as you was supposing

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

2005-06-27 Thread Gary V
; 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

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

Re: [AMaViS-user] Pid error

2005-06-27 Thread Gary V
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

Re: [AMaViS-user] Pid error

2005-06-27 Thread Gary V
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

Re: [AMaViS-user] Pid error

2005-06-27 Thread Gary V
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

Re: [AMaViS-user] Pid error

2005-06-28 Thread Gary V
? At least it is if the author intends it to run with no problems on perl 5.8.0. you can wget my copy here: http://www.xmission.com/~jmcrc/Net-Server-0.87.tar.gz BTW, I simply installed 0.87 over the top of 0.88, there was no need to remove 0.88, at least not on my RH9 box. Gary V

Re: [AMaViS-user] how do you tell?

2005-06-28 Thread Gary V
is postfix. thanks a lot Looks like 0.87 dies too, but not at the same point. Install 0.83 over the top of it. Should be OK then. Gary V --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple

Re: [AMaViS-user] how do you tell?

2005-06-28 Thread Gary V
-R amavis:amavis /var/amavis chmod -R 750 /var/amavis amavisd stop rm /var/amavis/amavisd.lock rm /var/amavis/amavisd.pid rm /var/amavis/amavisd.sock amavisd start tail -f /var/log/maillog send an email through observe this worked for me, even after installing 0.87 Gary V

Re: [AMaViS-user] how do you tell?

2005-06-28 Thread Gary V
, it was working but still nothing in the maillog or spam stas. thanks Have you commented out the content_filter = smtp-amavis:[127.0.0.1]:10024 in postfix main.cf? Gary V --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies

Re: [AMaViS-user] how do you tell?

2005-06-28 Thread Gary V
can simply set up an email client's outgoing SMTP server to your RHEL3 box and send real mail through it. Gary V --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps

Re: [AMaViS-user] release candidate amavisd-new-2.3.2-rc1 is out

2005-06-28 Thread Gary V
with clamd, so far nothing unusual has happened. 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

Re: [AMaViS-user] Pid error

2005-06-28 Thread Gary V
.tar.bz2 tar xvf razor-agents-2.74.tar seems to work. 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

Re: [AMaViS-user] Amavis quarantine

2005-06-29 Thread Gary V
, that this will bypass scanning by amavisd-new for any mail that is generated locally. This is not appropriate in all situations. I use my server as relay only, so this is not an issue for me. Gary V --- SF.Net email is sponsored by: Discover Easy Linux

Re: [AMaViS-user] Amavis quarantine

2005-06-29 Thread Gary V
, and bypassing amavisd-new for locally generated mail is not an issue, this setting also prevents the pflogsumm report from ending up getting marked as spam, and possibly getting quarantined or dropped as a result. Gary V --- SF.Net email is sponsored

Re: [AMaViS-user] amavisd debug-sa

2005-06-30 Thread Gary V
time and writing it out helps me get it straight in my head. 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

Re: [AMaViS-user] Below taglevel but still beeing caught?!

2005-07-03 Thread Gary V
addressed to only one recipient, or more than one? What I am getting at is this: if you have your quarantine configured to send mail to a mailbox, maybe the mail was addressed to that mailbox. Gary V --- SF.Net email is sponsored by: Discover Easy

Re: [AMaViS-user] Below taglevel but still beeing caught?!

2005-07-04 Thread Gary V
if they ever got a copy? What version of amavisd-new are you using? Is this message recent enough to still be in one of your logs? I can't think of anything else. Gary V --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies

Re: [AMaViS-user] AmAViS substituting domainname of email addy with own hostname

2005-07-04 Thread Gary V
(or smtpd_recipient_restrictions). 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

Re: [AMaViS-user] Perms Problem

2005-07-04 Thread Gary V
and group are of course your amavis owner and group, perms are 0750. Thanks, M That error looks like a Postfix error, not an amavisd-new error. Maybe the partition holding the Postfix queues is full. Maybe your hard drive is failing. You can google that string for more info. Gary V

Re: [AMaViS-user] Perms Problem

2005-07-04 Thread Gary V
? Owner and group are of course your amavis owner and group, perms are 0750. Thanks, M That error looks like a Postfix error, not an amavisd-new error. Maybe the partition holding the Postfix queues is full. Maybe your hard drive is failing. You can google that string for more info. Gary V

Re: [AMaViS-user] Below taglevel but still beeing caught?!

2005-07-04 Thread Gary V
on the recipient's machine to see if they ever got a copy? What version of amavisd-new are you using? Is this message recent enough to still be in one of your logs? I can't think of anything else. Gary V One last thought, since you quarantine mail to a mailbox, I assume you use an email client that uses

Re: [AMaViS-user] AmAViS substituting domainname of email addy with own hostname

2005-07-04 Thread Gary V
smtpd_sender_restrictions (or smtpd_recipient_restrictions). Gary V Thanks for the tip. Seems that there is nothing you can't do with with postfix! SteveC On a related note. You might look into using reject_unknown_sender_domain also. I find that this is a very effective UCE control in Postfix. Postfix

Re: [AMaViS-user] AmAViS substituting domainname of email addy with own hostname

2005-07-05 Thread Gary V
Bart wrote: Hello, I already have reject_non_fqdn_sender in my main.cf.. Problem is, it seems to happen with regular mail too... Sales dept. gets mail from @dell.com for example, and the dell.com is substituted by the domain name of the antispam server.. Gary V wrote: That could

Re: [AMaViS-user] Problem with Net::Server and gid/uid

2005-07-07 Thread Gary V
to Net::Server 0.87. There is a link to my copy on this page: http://marc.theaimsgroup.com/?l=amavis-userm=111999829830183w=2 It seems you can simply install it over the top of 0.88. Read through the thread for more info. Gary V

Re: [AMaViS-user] user specific banned_filename_maps

2005-07-08 Thread Gary V
: @bypass_banned_checks_maps = ( [qw( [EMAIL PROTECTED] [EMAIL PROTECTED] )] ); @banned_files_lovers_maps= ( [qw( [EMAIL PROTECTED] [EMAIL PROTECTED] )] ); Make sure you run tests. This does not do precisely what you requested, but you might get by with it. Gary V

Re: [AMaViS-user] Up to date Debian package

2005-07-08 Thread Gary V
-new package would be appreciated. Thanks Links to build from scratch, or upgrade from 20030616-p10 to 2.3.2 http://www200.pair.com/mecham/spam/ Gary V --- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July

Re: [AMaViS-user] Only partially logging to syslog

2005-07-09 Thread Gary V
/log/maillog If you change syslog.conf, I'm sure you must reload syslogd /etc/rc.d/syslogd reload Gary V --- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore

Re: [AMaViS-user] Installation problem with yum

2005-07-11 Thread Gary V
contains: /usr/lib/perl5/5.8.5/i386-linux-thread-multi /usr/lib/perl5/5.8.5 .. what can I do ?? thanks. It says you are missing Archive/Tar so, the first thing you should do is install perl-Archive-Tar or Archive::Tar (from CPAN) Gary V

Re: [AMaViS-user] amavis - clamav problem

2005-07-12 Thread Gary V
errors. Gary V --- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD

Re: [AMaViS-user] Error Message.

2005-07-13 Thread Gary V
leave it at D_PASS. Gary V --- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event

Re: [AMaViS-user] Error Message. - update

2005-07-13 Thread Gary V
, and forward what appears to be legitimate mail, but I have less than 50 users. Gary V --- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual

Re: [AMaViS-user] Mail Bomb Followup.

2005-07-14 Thread Gary V
or not be intentional, but it seems at times that amavisd-new works better when used with Postfix. During spam and virus storms, I decrease the time deferred mail is allowed to spend in the queue. Gary V --- SF.Net email is sponsored by: Discover Easy Linux

Re: [AMaViS-user] Log Messages and amavis-nanny

2005-07-15 Thread Gary V
. is one second of idle time, and each = is one second of a message being processed. Gary V --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative

Re: [AMaViS-user] AWL score not being added correctly?

2005-07-15 Thread Gary V
=[ALL_TRUSTED=-2.82, DATE_IN_FUTURE_03_06=0.072, MISSING_SUBJECT=1.57] So this is a bug because the score is only correct for messages that are passed. BTW, the AWL you show is reported by SpamAssassin's auto-whitelist feature, and not amavisd-new's. So, you may have 1.537 + 5.000 = 6.537 Gary V

Re: [AMaViS-user] How to whitelist an email address

2005-07-15 Thread Gary V
/software/amavisd/README.lookups.txt Mail that contains stuff that normally would be banned, is addressed to this recipient *and* other recipients, may have mixed results, so please spend some time testing it out. Gary V --- SF.Net email

Re: [AMaViS-user] How to whitelist an email address

2005-07-16 Thread Gary V
/postfix/filter_bypass Now, ANYONE WHO CLAIMS TO BE [EMAIL PROTECTED] can bypass amavisd-new completely. Not a good idea. Bad idea. Gary V --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow

Re: [AMaViS-user] How to whitelist an email address

2005-07-16 Thread Gary V
, check_sender_access hash:/etc/postfix/filter_bypass Now, ANYONE WHO CLAIMS TO BE [EMAIL PROTECTED] can bypass amavisd-new completely. Not a good idea. Bad idea. Gary V They can happily send viruses to anyone in your domain, all day long! Hooray! The next question will be Can I only

Re: [AMaViS-user] How to whitelist an email address

2005-07-16 Thread Gary V
by amavisd-new, or only your inbound? Do you want bypass outbound mail scanning for a particular sender? It looks like we already decided that it is not your intent to bypass scanning for a particular recipient. Gary V --- SF.Net email is sponsored

Re: [AMaViS-user] How to whitelist an email address

2005-07-16 Thread Gary V
post your replies to the bottom of the message, people read from top to bottom. The answer goes after the question. Answer: Because people read from top to bottom. Question: Why is top posting bad? Gary V --- SF.Net email is sponsored

Re: [AMaViS-user] How to whitelist an email address

2005-07-17 Thread Gary V
, |reject_non_fqdn_recipient, |reject_unauth_destination, |check_sender_access hash:/etc/postfix/amavis-bypass Gary V --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps

Re: [AMaViS-user] How to whitelist an email address

2005-07-17 Thread Gary V
denied' error), the Yahoo/Hotmail/Gmail idea would be better. 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

Re: [AMaViS-user] How to whitelist an email address

2005-07-17 Thread Gary V
, nothing after permit_mynetworks in smtpd_recipient_restrictions is ever evaluated. So, in this case you would *have* to place this before permit_mynetworks, but this should not be a problem because the gateway server would handle the anti-relay control (provided it is set up correctly). Gary V

Re: [AMaViS-user] How to whitelist an email address

2005-07-17 Thread Gary V
Anton wrote: |-Original Message- |From: Gary V [mailto:[EMAIL PROTECTED] |Sent: Domingo, 17 de Julio de 2005 07:19 a.m. |To: Anton Krall |Cc: amavis-user@lists.sourceforge.net |Subject: Re: [AMaViS-user] How to whitelist an email address | |Anton wrote: | One problem here

Re: [AMaViS-user] permission error ?

2005-07-18 Thread Gary V
everything is as it should be. After I reboot, it starts working. http://www200.pair.com/mecham/spam/clamav-amavisd-new.html Gary V --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps

Re: [AMaViS-user] permission error ?

2005-07-18 Thread Gary V
mess-mate wrote: Gary V [EMAIL PROTECTED] wrote: | mess-mate wrote: | | Gary V [EMAIL PROTECTED] wrote: | | mess-mate wrote: | | | | Hi list, | | I'm completely new to amavis :( | | I've setted up amavis, changed the postfix main and master.cf and | | get this error on mail.conf

Re: [AMaViS-user] permission error ?

2005-07-18 Thread Gary V
mess-mate wrote: Gary V [EMAIL PROTECTED] wrote: | mess-mate wrote: | | Gary V [EMAIL PROTECTED] wrote: | | mess-mate wrote: | | | | Hi list, | | I'm completely new to amavis :( | | I've setted up amavis, changed the postfix main and master.cf and | | get this error on mail.conf

Re: [AMaViS-user] Amavis - DEBUG_ONESHOT

2005-07-19 Thread Gary V
@debug_sender_maps = ( [[EMAIL PROTECTED]] ); # If sender matches ACL, turn debugging fully up, just for this one message [EMAIL PROTECTED] = ( [[EMAIL PROTECTED]] ); Gary V --- SF.Net email is sponsored by: Discover Easy Linux Migration

Re: [AMaViS-user] Amavis - DEBUG_ONESHOT

2005-07-19 Thread Gary V
restart amavisd-new, and then receive a message from [EMAIL PROTECTED] Don't be surprised when amavisd-new does what you tell it to. Gary V --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow

Re: [AMaViS-user] permission error ?

2005-07-19 Thread Gary V
, or had a copy lying around from a previous install. Volatile works fine. http://lurker.clamav.net/message/20050607.142847.6241a2e9.en.html Gary V --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple

Re: [AMaViS-user] amavis + maia mailguard

2005-07-19 Thread Gary V
/amavisd.conf but Debian uses /etc/amavis/amavisd.conf and so on, and so on. Once you install Maia, you will have to place the amavisd-new package on hold, so it will not replace Maia with amavisd-new when you upgrade packages: echo amavisd-new hold | dpkg --set-selections Gary V

Re: [AMaViS-user] Per-Recipient banned_files???

2005-07-19 Thread Gary V
to that effect. http://marc.theaimsgroup.com/?l=amavis-userm=111995411713191w=2 Gary V --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts

Re: [AMaViS-user] @bypass_spam_checks_acl doesn't work

2005-07-20 Thread Gary V
added in amavisd.conf the line @bypass_spam_checks_acl = qw ( mydomain.it ) Try: @bypass_spam_checks_acl = qw ( .mydomain.it ) ^ but the spam check is still performed. what i'm missing ? thank you Mik Gary V

Re: [AMaViS-user] notify recipient

2005-07-20 Thread Gary V
.pair.com/mecham/spam/amavisd-settings.html 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

Re: [AMaViS-user] notify recipient

2005-07-20 Thread Gary V
Gary wrote: The Subject line is rewritten for spam that scores at or above $sa_kill_level_deflt *and* is passed to a recipient. Correction, sorry, this should have read: The Subject line is rewritten for spam that scores at or above $sa_tag2_level_deflt *and* is passed to a recipient. Gary

Re: [AMaViS-user] amavis just needs to tag spam...

2005-07-20 Thread Gary V
it successfully. 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

Re: [AMaViS-user] Will our machine handle it?

2005-07-20 Thread Gary V
on the list with busy servers that will share their ideas, I am not one of those, but I do have something you can read that may be of interest. http://hup.hu/old/archiv/martinec.pdf Gary V --- SF.Net email is sponsored by: Discover Easy Linux

Re: [AMaViS-user] amavis just needs to tag spam...

2005-07-20 Thread Gary V
efficient to simply bypass banned and bad_header checks for all recipients: @bypass_banned_checks_maps = (1); @bypass_header_checks_maps = (1); This would suit your purpose better for these two types of files. Gary V --- SF.Net email is sponsored

Re: [AMaViS-user] amavis just needs to tag spam...

2005-07-20 Thread Gary V
the Subject line modified: # I imagine your procmail scripts act on X-Spam* headers: $sa_spam_modifies_subj = 0; Gary V --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps

Re: [AMaViS-user] Will our machine handle it?

2005-07-21 Thread Gary V
). But this is for those with some change in their pockets. If you are trying to save some cash by getting it all on one machine, there is nothing wrong with that approach. This would be called optimizing your wallet. Gary V --- SF.Net email

Re: [AMaViS-user] Will our machine handle it?

2005-07-21 Thread Gary V
to the other server (based on recipient domain), assuming mail is addressed to a number of recipient domains. Some load balancing, a little redundancy, nice, everything is breathing easy. Gary V --- SF.Net email is sponsored by: Discover Easy

Re: [AMaViS-user] Can't start Amavis after update

2005-07-21 Thread Gary V
kernel 2.4.21-27.0.4.ELsmp, but when I load this kernel, I get the same error. Any kind of assistance would be helpful... Regards, Cariad If you need to get your server running, you can set: $enable_db = 0; This will buy you some time until the cause of the problem can be properly determined. Gary

Re: [AMaViS-user] Can't start Amavis after update

2005-07-21 Thread Gary V
Cariad wrote: If you need to get your server running, you can set: $enable_db = 0; This will buy you some time until the cause of the problem can be properly determined. Gary V Thank you Gary. However, it seems like I already have solved the problem. The problem lied

Re: [AMaViS-user] FINAL DECISION: Will our machine handle it?

2005-07-22 Thread Gary V
I cast my vote: yeah Gary V Matt wrote: Hi all, OK, I think I've made a final decision on what I'd like to do. I think I'm going to setup two of the 1U boxes we have (the 3.06 ghz machines with IDE drives). I'm going to call one relay1 and one relay2. I'm going to setup MX records

Re: [AMaViS-user] Bizarre behavior between Exim-AMaViS-SpamAssassin

2005-07-22 Thread Gary V
: $sa_tag_level_deflt = -.9; 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

Re: [AMaViS-user] FINAL DECISION: Will our machine handle it

2005-07-22 Thread Gary V
Pete wrote: On Fri, 2005-07-22 at 16:58, Gary V wrote: Pete wrote: Personally I'd set 1/2 the domains to have one of the 1Us as primary and the other 1U as secondary and the other 1/2 domains the other way round, and have the main server only accept mail from the 2 1Us. Rgds Pete

Re: [AMaViS-user] FINAL DECISION: Will our machine handle it

2005-07-22 Thread Gary V
Gary wrote: Pete wrote: On Fri, 2005-07-22 at 16:58, Gary V wrote: Pete wrote: Personally I'd set 1/2 the domains to have one of the 1Us as primary and the other 1U as secondary and the other 1/2 domains the other way round, and have the main server only accept mail from the 2 1Us

Re: [AMaViS-user] FINAL DECISION: Will our machine handle it

2005-07-22 Thread Gary V
as secondary. That way its full redundancy if one goes down. The main mail server will ONLY accept incoming messages from the two 1U's Hope that clarifies. It does, Thanks. And like Clifton said, Excellent plan; this is pretty much optimal. Regards, Matt Gary V

Re: [AMaViS-user] FINAL DECISION: Will our machine handle it

2005-07-22 Thread Gary V
the remaining server (relay1) set as secondary. That way its full redundancy if one goes down. The main mail server will ONLY accept incoming messages from the two 1U's Hope that clarifies. It does, Thanks. And like Clifton said, Excellent plan; this is pretty much optimal. Regards, Matt Gary V

Re: [AMaViS-user] Constant error trying to use amavisd-new

2005-07-22 Thread Gary V
on this local TCP port @inet_acl = qw(127.0.0.1 [::1]); # allow SMTP access only from localhost IP # (default is qw(127.0.0.1 [::1]) ) Gary V --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies

Re: [AMaViS-user] can amavis only scan incoming 4025

2005-07-25 Thread Gary V
in on port 4025' do you mean 'came into your MTA' on port 4025? If so, then I believe it is your MTA that needs to be configured, not necessarily amavisd-new. Might be both, depending on the problem. Gary V --- SF.Net email is sponsored by: Discover

Re: [AMaViS-user] spam threshold avoid by amavis

2005-07-25 Thread Gary V
$sa_dsn_cutoff_level higher than $sa_kill_level_deflt or there will be no difference between D_DISCARD and D_BOUNCE. Do you want spam that scores over 12.0 to be quarantined, or silently discarded? Gary V --- SF.Net email is sponsored by: Discover

Re: [AMaViS-user] spam threshold avoid by amavis

2005-07-25 Thread Gary V
that scores over 12.0 to be quarantined, or silently discarded? 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

Re: [AMaViS-user] clamd.ctl disappears

2005-07-26 Thread Gary V
/run/clamav/ 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

Re: [AMaViS-user] Good minimum and maximum level for users

2005-07-26 Thread Gary V
an impressive job of doing what is necessary to get the job done right and it looks like you are creating something quite useful for your users. I am curious if the the performance (load) of the boxes is still a concern. Gary V --- SF.Net email

  1   2   3   4   5   6   7   8   9   10   >