Yes I did rebuild, reload and just in case restart. Before I had the original spam_hits=12 and other banned attachments but it was the same.
On Thu, Jan 20, 2011 at 10:16 PM, Cecil Yother, Jr. <[email protected]> wrote: > did you rebuild your cdb? > > > On 01/20/2011 04:12 PM, Bruno De Leone wrote: > > I disabled spamdyke and messages are arriving as before. I'll enable it > again when I can make the configurations for it right. > > What worries me is that mails are not being scanned by spamassassin or > clamav. I'm looking to the first test emails I sent when I finished > installing both servers and I can't find any header indicating the emails > were scanned. > > # cat /var/qmail/control/simcontrol > :clam=yes,spam=yes,spam_hits=2000,attach=.zzz > > # cat /etc/mail/spamassassin/local.cf > ok_locales all > skip_rbl_checks 1 > > required_score 5 > report_safe 0 > rewrite_header Subject ***SPAM*** > > use_pyzor 1 > > use_auto_whitelist 1 > > use_bayes 1 > use_bayes_rules 1 > bayes_auto_learn 1 > > > Here is an email I sent from an account at adinet.com.uy to one of my > toasters: > > Return-Path: <[email protected]> > Delivered-To: [email protected] > Received: (qmail 11069 invoked by uid 89); 24 Dec 2010 17:32:18 -0000 > Received: from unknown (HELO smtp-s04.adinet.com.uy) (200.40.30.64) > by mx.something.com with SMTP; 24 Dec 2010 17:32:18 -0000 > Received-SPF: pass (mx.something.com: SPF record at adinet.com.uydesignates > 200.40.30.64 as permitted sender) > Received: from fe-ps05 (192.168.2.209) by smtp-s04.adinet.com.uy(8.5.124.03) > (authenticated as > [email protected]) > id 4C7C4DE906BF2B95 for [email protected]; Fri, 24 Dec 2010 > 15:32:13 -0200 > Received: from [190.135.66.162] by correo.adinet.com.uy via http; Fri Dec > 24 14:32:12 UYT 2010 > Message-ID: <19047404.1293211933059.JavaMail.tomcat@fe-ps05> > Date: Fri, 24 Dec 2010 14:32:13 -0300 (UYT) > From: "[email protected]" <[email protected]> > Reply-To: "[email protected]" <[email protected]> > To: [email protected] > Subject: hola! > MIME-Version: 1.0 > Content-Type: text/plain;charset="UTF-8" > Content-Transfer-Encoding: 7bit > X-Originating-IP: 190.135.66.162 > > > Is there something I might have missed while installing spamassassin for it > to run properly? > > > Bruno > > On Thu, Jan 20, 2011 at 9:44 PM, Bruno De Leone <[email protected]> wrote: > >> Great! Thanks Eric! >> >> Bruno >> >> >> On Thu, Jan 20, 2011 at 8:45 PM, Eric Shubert <[email protected]> wrote: >> >>> # cd /var/qmail/supervise/smtp >>> # ln -sf run.dist run >>> # service qmail restart >>> >>> This will disactivate spamdyke. To reactivate it, replace run.dist with >>> run.spamdyke. >>> >>> You may need to tweak spamdyke's configuration a little to get it working >>> ideally in your environment. Sometimes you need to whitelist mail servers >>> that are misconfigured, etc. Any problem you have with spamdyke is usually >>> easy to remedy by adjusting its configuration. >>> >>> -- >>> -Eric 'shubes' >>> >>> >>> On 01/20/2011 03:22 PM, Bruno De Leone wrote: >>> >>>> I just realized the received mails are not being scaned by spamassasin >>>> and reading other mails I found spamdyke might be "my problem". I'm also >>>> not receiving some mails because of RDNS checks. >>>> >>>> How can I disable or remove Spamdyke until I can set everything right? >>>> >>>> Bruno. >>>> >>>> On Thu, Jan 20, 2011 at 4:50 PM, Cecil Yother, Jr. <[email protected] >>>> <mailto:[email protected]>> wrote: >>>> >>>> >>>> >>>> On 01/20/2011 10:45 AM, Eric Shubert wrote: >>>> > >>>> > On 01/20/2011 11:27 AM, Cecil Yother, Jr. wrote: >>>> >> Now, I'm thoroughly confused. What is the purpose of Simscan >>>> then if >>>> >> the file has already been scanned? >>>> > >>>> > Simscan does not itself do any scanning. It simply invokes other >>>> > scanners. >>>> I got this part. >>>> > The other scanners "report back" to simscan what the results >>>> were, and >>>> > simscan takes the care of rejecting messages appropriately. >>>> Simscan >>>> > isn't invoked after the scanners. Simscan invokes the other >>>> scanners, >>>> > which subsequently return control back to simscan, which >>>> subsequently >>>> > returns control back to qmail-smtpd. >>>> OK, now I understand >>>> > >>>> >> If spamassassin rejects it at 5 >>>> >> what would Simscan ever do when it's set to 12? >>>> > >>>> > Spamassassin does no rejecting. SA simply scans and scores the >>>> > message, adds header records, tags the subject line when >>>> appropriate >>>> > (over 5), and returns control to simscan. It's simscan that does >>>> the >>>> > rejecting, based on spam_hits. >>>> Woohoo, I got it! >>>> > >>>> >> On 01/20/2011 09:51 AM, Eric Shubert wrote: >>>> >>> On 01/20/2011 10:39 AM, Maxwell Smart wrote: >>>> >>>> >>>> >>>> That's what I meant. When Simscan is run it starts spamd to >>>> scan based >>>> >>>> on the hits number in the simcontrol file and then if it >>>> passes that >>>> >>>> spamassassin scans it again using the local .cf file. Is that >>>> correct? >>>> >>> >>>> >>> No. spamassassin only scans once. simscan applies spam_hits >>>> *after* >>>> >>> spamassassin is done scanning. >>>> >>> >>>> >>>> Basically Simscan is a gatekeeper/bouncer. If you don't get >>>> past >>>> >>>> Simscan >>>> >>>> you don't get the patdown by spamassassin. >>>> >>> >>>> >>> Not exactly. Simscan only rejects based on the result of the >>>> scanners >>>> >>> that it invokes. local.cf <http://local.cf> comes first, then >>>> >>>> spam_hits. >>>> >>> >>>> >>>> >>>> >>>> On 01/20/2011 09:32 AM, Eric Shubert wrote: >>>> >>>>> No. simscan does no scanning. It simply takes action (rejects >>>> some >>>> >>>>> messages) based on the result of scanners that in invokes >>>> (clamav and >>>> >>>>> spamassassin). >>>> >>>> >>>> >>> >>>> >>> >>>> >> >>>> > >>>> > >>>> >>>> -- >>>> Cecil Yother, Jr. "cj" >>>> cj's >>>> 2318 Clement Ave >>>> Alameda, CA 94501 >>>> >>>> tel 510.865.2787 | http://yother.com >>>> Check out the new Volvo classified resource >>>> http://www.volvoclassified.com >>>> >>>> >>>> >>>> >>>> --------------------------------------------------------------------------------- >>>> Qmailtoaster is sponsored by Vickers Consulting Group >>>> (www.vickersconsulting.com <http://www.vickersconsulting.com>) >>>> >>>> Vickers Consulting Group offers Qmailtoaster support and >>>> installations. >>>> If you need professional help with your setup, contact them >>>> today! >>>> >>>> >>>> --------------------------------------------------------------------------------- >>>> Please visit qmailtoaster.com <http://qmailtoaster.com> for >>>> the >>>> >>>> latest news, updates, and packages. >>>> >>>> To unsubscribe, e-mail: >>>> [email protected] >>>> <mailto:[email protected]> >>>> >>>> For additional commands, e-mail: >>>> [email protected] >>>> <mailto:[email protected]> >>>> >>>> >>>> >>>> >>> >>> >>> >>> --------------------------------------------------------------------------------- >>> Qmailtoaster is sponsored by Vickers Consulting Group ( >>> www.vickersconsulting.com) >>> Vickers Consulting Group offers Qmailtoaster support and installations. >>> If you need professional help with your setup, contact them today! >>> >>> --------------------------------------------------------------------------------- >>> Please visit qmailtoaster.com for the latest news, updates, and >>> packages. >>> To unsubscribe, e-mail: >>> [email protected] >>> For additional commands, e-mail: >>> [email protected] >>> >>> >>> >> > > -- > Cecil Yother, Jr. "cj" > cj's > 2318 Clement Ave > Alameda, CA 94501 > > tel 510.865.2787 | http://yother.com > > Check out the new Volvo classified resource http://www.volvoclassified.com > >
