Re: No spam???

2008-01-19 Thread Jorn Argelo

John Almberg wrote:

2008-01-14 09:30:37.074087500 rblsmtpd: 123.20.89.67 pid 72121: 451
http://www.spamhaus.org/query/bl?ip=123.20.89.67


Just one comment, in my installation of SpamAssassin, it reports in
syslog as spamd, not at rblsmtpd. This looks like logs from the
rblsmtpd program that is not SpamAssasin.

As some one mentionned, one way to prevent false positive and too
agressive black lists is to use them through SpamAssassin only, where
the black list score is only part of the spaminess. The draw back is
that it puts more load the server and SpamAssassin that has to
scrutinize every email, while dropping at the SMTP level is fast and
uses very low resources.



Ah... I see. Yes, you are correct. It is rblsmtpd that is doing the 
filtering.


One of my goals with this mail server set up (primarily pf, qmail, 
spamassassin, maildrop, courier) was to minimize processing, since my 
last set up got totally bogged down handling my, and my client's 
email, frequently running with a load of 8 or more with several spam 
per second. A real drag.


This set up runs at a much lower load, and seems to do a better job 
filtering spam.
Since you're already using PF, why not use OpenBSD spamd (not 
spamassassin) as well? You don't need rblsmtpd then, and OpenBSD spamd 
operates together with PF. Maybe rblsmtpd does as well, I don't know - I 
never tried it. Also in combination with relaydb to create your own 
blacklists it can be pretty interesting. Check out 
http://www.openbsd.org/spamd/ for additional info.


Anyway, to go a little more on the background about blacklists; we were 
troubled by a lot of "false positive" entries in the blacklists (we use 
uatraps and nixspam, and spamassassin checks on blacklists like spamhaus 
since they only allow DNS queries if you don't want to pay). We had big 
ISPs blacklisted, and seeing at the amount of mailservers they have you 
don't want to check all of that by hand. And I'm sure somebody else 
noticed Gmail's awkward way of handling outgoing e-mail. They apparently 
have one global mail queue or something and try another mail server (of 
the hundereds they have) when the delivery fails once - a horrible 
situation for greylisting.


So what we did is create a Perl script that checks every blacklisted 
entry for a PTR record and tried to give an SMTP HELO command. We filter 
the PTR record on several keywords (like dsl, dynamic, cable, ip 
address, stuff like that). If a valid PTR record or a valid SMTP HELO 
reply has been recieved we remove that entry automatically from the 
blacklist. So you still blacklist the zillions of DSL connection and 
filter out the big ISPs or other customers. Naturally you will filter 
some spammers out using this method, but we still have SpamAssassin as a 
second layer doing a fine job.(And FYI: it picks a random IP address and 
has a 1 second delay on everything it checks - we don't want to cause a 
fuss at ISPs with a lot of blacklisted entries). There's more stuff in 
this script but the point of this e-mail is not a lecture of that :P


Anyway, ever since we put this script into place we got zero complains 
about blacklists, while still effectively trapping spammers into OpenBSD 
spamd and keeping them busy.


Quite a story - I hope someone might find this info useful one way or 
another. As always, YMMV.


- Jorn



-- John

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: No spam???

2008-01-16 Thread John Almberg

2008-01-14 09:30:37.074087500 rblsmtpd: 123.20.89.67 pid 72121: 451
http://www.spamhaus.org/query/bl?ip=123.20.89.67


Just one comment, in my installation of SpamAssassin, it reports in
syslog as spamd, not at rblsmtpd. This looks like logs from the
rblsmtpd program that is not SpamAssasin.

As some one mentionned, one way to prevent false positive and too
agressive black lists is to use them through SpamAssassin only, where
the black list score is only part of the spaminess. The draw back is
that it puts more load the server and SpamAssassin that has to
scrutinize every email, while dropping at the SMTP level is fast and
uses very low resources.



Ah... I see. Yes, you are correct. It is rblsmtpd that is doing the  
filtering.


One of my goals with this mail server set up (primarily pf, qmail,  
spamassassin, maildrop, courier) was to minimize processing, since my  
last set up got totally bogged down handling my, and my client's  
email, frequently running with a load of 8 or more with several spam  
per second. A real drag.


This set up runs at a much lower load, and seems to do a better job  
filtering spam.


-- John

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: No spam???

2008-01-15 Thread Olivier Nicole
Hi,

> 2008-01-14 09:30:37.074087500 rblsmtpd: 123.20.89.67 pid 72121: 451  
> http://www.spamhaus.org/query/bl?ip=123.20.89.67

Just one comment, in my installation of SpamAssassin, it reports in
syslog as spamd, not at rblsmtpd. This looks like logs from the
rblsmtpd program that is not SpamAssasin.

As some one mentionned, one way to prevent false positive and too
agressive black lists is to use them through SpamAssassin only, where
the black list score is only part of the spaminess. The draw back is
that it puts more load the server and SpamAssassin that has to
scrutinize every email, while dropping at the SMTP level is fast and
uses very low resources.

Bests,

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: No spam???

2008-01-15 Thread Warren Block

On Tue, 15 Jan 2008, cpghost wrote:

On Tue, Jan 15, 2008 at 08:48:32AM -0500, John Almberg wrote:


So raises the same point that Oliver makes: how trustworthy are these
blacklists?


YMMV, of course!

I'm using spamhaus.org's blacklists for quite some time (many years)
to block spam in postfix and they've been VERY trustworthy so far.

But I can't say the same for the others, which seem occasionally a
little bit too eager/aggressive and accumulate way too many false
positives.


"Trustworthy" is entirely subjective in this case.  I've seen people 
complain about high false positives with a DNSBL that has been extremely 
trustworthy for me, and then turn around and recommend one that had a 
very high false positive rate.


In general, people should check a DNSBL's blocking criteria and 
reputation before using it.  They should also realize that's it's not an 
exact science, and be willing to manually whitelist and otherwise adjust 
things from time to time.


-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: No spam???

2008-01-15 Thread Lowell Gilbert
cpghost <[EMAIL PROTECTED]> writes:

> On Tue, Jan 15, 2008 at 08:48:32AM -0500, John Almberg wrote:
>> I've been doing some more digging since my last post, and have figured out 
>> that the spam is not being blocked by pf, as I suspected (since it wasn't 
>> showing up in my spam folder), but by spamassassin blacklists.
>> 
>> The smtp log file has lots of entries like:
>> 
>> 2008-01-14 09:30:37.074087500 rblsmtpd: 123.20.89.67 pid 72121: 451 
>> http://www.spamhaus.org/query/bl?ip=123.20.89.67
>> 2008-01-14 09:31:05.271514500 rblsmtpd: 58.227.241.97 pid 72122: 451 
>> Dynamic IP Addresses See: http://www.sorbs.net/lookup.shtml?58.227.241.97
>> 2008-01-14 09:31:17.404943500 rblsmtpd: 41.196.155.56 pid 72123: 451 
>> http://www.spamhaus.org/query/bl?ip=41.196.155.56
>> 2008-01-14 09:31:18.304682500 rblsmtpd: 123.20.89.67 pid 72124: 451 
>> http://www.spamhaus.org/query/bl?ip=123.20.89.67
>> 
>> So raises the same point that Oliver makes: how trustworthy are these 
>> blacklists?
>
> YMMV, of course!
>
> I'm using spamhaus.org's blacklists for quite some time (many years)
> to block spam in postfix and they've been VERY trustworthy so far.
>
> But I can't say the same for the others, which seem occasionally a
> little bit too eager/aggressive and accumulate way too many false
> positives.

The OP was using spamassassin, which can score a mail as more likely
to be spam based on an RBL. This makes even an untrustworthy RBL
useful while still protecting yourself against its mistakes.

For example, I use spamhaus blacklists in postfix myself, but I let
messages come in from SORBS-blacklisted sites.  Then the messages will
get a point or two (of 4 or 5 needed to be marked as spam) as a result
of the SORBS blacklist.

At least, I think I've got the list names correct; I haven't touched
my configurations for either postfix or spamassassin in quite a while.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: No spam???

2008-01-15 Thread cpghost
On Tue, Jan 15, 2008 at 08:48:32AM -0500, John Almberg wrote:
> I've been doing some more digging since my last post, and have figured out 
> that the spam is not being blocked by pf, as I suspected (since it wasn't 
> showing up in my spam folder), but by spamassassin blacklists.
> 
> The smtp log file has lots of entries like:
> 
> 2008-01-14 09:30:37.074087500 rblsmtpd: 123.20.89.67 pid 72121: 451 
> http://www.spamhaus.org/query/bl?ip=123.20.89.67
> 2008-01-14 09:31:05.271514500 rblsmtpd: 58.227.241.97 pid 72122: 451 
> Dynamic IP Addresses See: http://www.sorbs.net/lookup.shtml?58.227.241.97
> 2008-01-14 09:31:17.404943500 rblsmtpd: 41.196.155.56 pid 72123: 451 
> http://www.spamhaus.org/query/bl?ip=41.196.155.56
> 2008-01-14 09:31:18.304682500 rblsmtpd: 123.20.89.67 pid 72124: 451 
> http://www.spamhaus.org/query/bl?ip=123.20.89.67
> 
> So raises the same point that Oliver makes: how trustworthy are these 
> blacklists?

YMMV, of course!

I'm using spamhaus.org's blacklists for quite some time (many years)
to block spam in postfix and they've been VERY trustworthy so far.

But I can't say the same for the others, which seem occasionally a
little bit too eager/aggressive and accumulate way too many false
positives.

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: No spam???

2008-01-15 Thread Nikola Lečić
On Tue, 15 Jan 2008 08:48:32 -0500
John Almberg <[EMAIL PROTECTED]> wrote:
 
> The smtp log file has lots of entries like:
> 
> 2008-01-14 09:30:37.074087500 rblsmtpd: 123.20.89.67 pid 72121: 451  
> http://www.spamhaus.org/query/bl?ip=123.20.89.67
> 2008-01-14 09:31:05.271514500 rblsmtpd: 58.227.241.97 pid 72122: 451  
> Dynamic IP Addresses See: http://www.sorbs.net/lookup.shtml? 
> 58.227.241.97
> 2008-01-14 09:31:17.404943500 rblsmtpd: 41.196.155.56 pid 72123: 451  
> http://www.spamhaus.org/query/bl?ip=41.196.155.56
> 2008-01-14 09:31:18.304682500 rblsmtpd: 123.20.89.67 pid 72124: 451  
> http://www.spamhaus.org/query/bl?ip=123.20.89.67
> 
> So raises the same point that Oliver makes: how trustworthy are
> these blacklists?

Search this lists' archives, you'll find that FreeBSD mail servers used
to be blacklisted by Sorbs on several occasions in the past... In
May 2007, after intervention, Sorbs man eventually admitted that they
blacklisted FreeBSD server "by accident":

  http://lists.freebsd.org/pipermail/freebsd-ports/2007-May/041520.html

Very trustworthy. :-)

-- 
Nikola Lečić :: Никола Лечић
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: No spam???

2008-01-15 Thread John Almberg
I've been doing some more digging since my last post, and have  
figured out that the spam is not being blocked by pf, as I suspected  
(since it wasn't showing up in my spam folder), but by spamassassin  
blacklists.


The smtp log file has lots of entries like:

2008-01-14 09:30:37.074087500 rblsmtpd: 123.20.89.67 pid 72121: 451  
http://www.spamhaus.org/query/bl?ip=123.20.89.67
2008-01-14 09:31:05.271514500 rblsmtpd: 58.227.241.97 pid 72122: 451  
Dynamic IP Addresses See: http://www.sorbs.net/lookup.shtml? 
58.227.241.97
2008-01-14 09:31:17.404943500 rblsmtpd: 41.196.155.56 pid 72123: 451  
http://www.spamhaus.org/query/bl?ip=41.196.155.56
2008-01-14 09:31:18.304682500 rblsmtpd: 123.20.89.67 pid 72124: 451  
http://www.spamhaus.org/query/bl?ip=123.20.89.67


So raises the same point that Oliver makes: how trustworthy are these  
blacklists?


-- John

On Jan 14, 2008, at 9:37 PM, Olivier Nicole wrote:


I know this is an odd thing to worry about, but is this normal? Since
the spam doesn't even seem to be reaching spamd, I'm guessing that
the real hero is pf, which must be blocking 99.99% of spam at the
packet level.


I don't know how you configured pf, but since I use the black list
fromhttp://www.sa-blacklist.stearns.org/sa-blacklist/sa- 
blacklist.current.sendmail-access,

I reduced drastically the spam that reaches SpamAssassin.

The key point with such black list is that you must trust the list, as
there is no place for false positive.

Bests,

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions- 
[EMAIL PROTECTED]"



Websites for On-line Collectible Dealers

Identry, LLC
John Almberg
(631) 546-5079
[EMAIL PROTECTED]
www.identry.com



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: No spam???

2008-01-14 Thread Olivier Nicole
> I know this is an odd thing to worry about, but is this normal? Since  
> the spam doesn't even seem to be reaching spamd, I'm guessing that  
> the real hero is pf, which must be blocking 99.99% of spam at the  
> packet level.

I don't know how you configured pf, but since I use the black list
fromhttp://www.sa-blacklist.stearns.org/sa-blacklist/sa-blacklist.current.sendmail-access,
I reduced drastically the spam that reaches SpamAssassin.

The key point with such black list is that you must trust the list, as
there is no place for false positive.

Bests,

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: No spam???

2008-01-14 Thread Chris Hill

On Mon, 14 Jan 2008, John Almberg wrote:

[...]
At the beginning of the week, I was getting a few spam a day in my 
spam folder. What has me spooked is that this whole weekend I got 
exactly one spam in my spam folder (a false positive, in fact). This 
is down from around 500 that I normally get per day (which is why I 
was keen to get an up-to-date mailserver!)


I know this is an odd thing to worry about, but is this normal? Since 
the spam doesn't even seem to be reaching spamd, I'm guessing that the 
real hero is pf, which must be blocking 99.99% of spam at the packet 
level.


Is this normal?


I don't know if it's normal or not, but it sounds like a great result. 
Would you mind sharing your pf config?


--
Chris Hill   [EMAIL PROTECTED]
** [ Busy Expunging <|> ]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: No spam???

2008-01-14 Thread Jack Barnett

John Almberg wrote:
Last week I set up a brand new mail server with a combination of 
pf/spamassassin/maildrop for spam filtering... Everything seems to 
work great. All real mail seems to be getting through. I monitored the 
spamd and maildrop logs during the first few days to make sure my very 
conservative spam settings (spamd marks email that scored higher than 
5 as spam, and maildrop drops spam that scores higher than 12) to make 
sure that real mail isn't getting dropped.


At the beginning of the week, I was getting a few spam a day in my 
spam folder. What has me spooked is that this whole weekend I got 
exactly one spam in my spam folder (a false positive, in fact). This 
is down from around 500 that I normally get per day (which is why I 
was keen to get an up-to-date mailserver!)


I know this is an odd thing to worry about, but is this normal? Since 
the spam doesn't even seem to be reaching spamd, I'm guessing that the 
real hero is pf, which must be blocking 99.99% of spam at the packet 
level.


Is this normal?

TIA: John

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"


How did you setup pf?  You just have a 'generic' blacklist?


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


No spam???

2008-01-14 Thread John Almberg
Last week I set up a brand new mail server with a combination of pf/ 
spamassassin/maildrop for spam filtering... Everything seems to work  
great. All real mail seems to be getting through. I monitored the  
spamd and maildrop logs during the first few days to make sure my  
very conservative spam settings (spamd marks email that scored higher  
than 5 as spam, and maildrop drops spam that scores higher than 12)  
to make sure that real mail isn't getting dropped.


At the beginning of the week, I was getting a few spam a day in my  
spam folder. What has me spooked is that this whole weekend I got  
exactly one spam in my spam folder (a false positive, in fact). This  
is down from around 500 that I normally get per day (which is why I  
was keen to get an up-to-date mailserver!)


I know this is an odd thing to worry about, but is this normal? Since  
the spam doesn't even seem to be reaching spamd, I'm guessing that  
the real hero is pf, which must be blocking 99.99% of spam at the  
packet level.


Is this normal?

TIA: John

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Claws+spamd: No spam is detected

2007-11-12 Thread Olivier Nicole
Hi,

> > > I have Claws-Mail and spamd installed (from ports) and although I
> > > have been using this combination -I've been been manually marking
> > > all spams as 'spam'- for more than 2 months, still _no_ spam
> > > message is detected.
> > >
> > > I've followed the instructions on Claws/spamd wiki.  I've got the
> > > followings in /etc/rc.conf:
> > >spamd_enable="YES"
> > >spamd_flags="-C /usr/local/etc/spamd -i 127.0.0.1 -p 783 -u
> > > spamd -d -l"
> > > Also Claws configuration parameters exactly match the spamd_flags
> > > above.

1) are you sure spamd is working fine? Did you try to send a message
   to spamd to check the marking? (clue use spamc to send a message to
   spamd)

2) I know nothing about claws, but running a spam detector at the mail
   client is very in efficient: every messages need to be downloaded
   anyway to be tested, it woul dbe much better to run spam detector
   at the MTA/MDA level, so your mailbox contains only ham and your
   mail client (claws) only sees ham.

3) in claws did you try to look at the full message headers (some time
   called the source of the message): some "clever" (so they thought)
   mail client hide most of the headers, so you woul dnot see
   SpamAssassin markup.

Bests,

Olivier
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Claws+spamd: No spam is detected

2007-11-12 Thread Bahman M.
On 2007-11-12 Martin Hepworth wrote:
> ah - must read better, thought you said clam ;-)
> 
> try the claws users email list..
> 
> [EMAIL PROTECTED]
> 
> --
> Martin
> 
> On Nov 12, 2007 8:15 AM, Bahman M. <[EMAIL PROTECTED]> wrote:
> >
> > On 2007-11-11 Martin Hepworth wrote:
> > > HI
> > >
> > > you need to tell the MTA to pass email through spamassassin/clamav
> > > somehow. Depending on what you're MTA is (sendmail/exim/postfix
> > > etc) its different.
> > >
> > > try "sendmail spamassassin" for example in google..
> > >
> > > --
> > > martin
> > >
> > > On Nov 11, 2007 4:13 PM, Bahman M. <[EMAIL PROTECTED]>
> > > wrote:
> > > > Hi all,
> > > >
> > > > I have Claws-Mail and spamd installed (from ports) and although
> > > > I have been using this combination -I've been been manually
> > > > marking all spams as 'spam'- for more than 2 months, still _no_
> > > > spam message is detected.
> > > >
> > > > I've followed the instructions on Claws/spamd wiki.  I've got
> > > > the followings in /etc/rc.conf:
> > > >spamd_enable="YES"
> > > >spamd_flags="-C /usr/local/etc/spamd -i 127.0.0.1 -p 783 -u
> > > > spamd -d -l"
> > > > Also Claws configuration parameters exactly match the
> > > > spamd_flags above.
> > > >
> > > >
> > > > System information:
> > > > % uname -a
> > > > FreeBSD attila 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #2: Fri
> > > > Sep  7 14:23:40 IRST 2007
> > > > [EMAIL PROTECTED]:/usr/obj/usr/src/sys/HELIUM  i386
> > > >
> > > > % spamd -V
> > > > SpamAssassin Server version 3.2.3
> > > >   running on Perl 5.8.8
> > > >   with SSL support (IO::Socket::SSL 1.08)
> > > >   with zlib support (Compress::Zlib 2.006)
> > > >
> > > > % claws-mail --version
> > > > Claws Mail version 3.0.0
> > > >
> > > > What am I doing wrong?  What should I do to enable Claws/spamd
> > > > detect spam? I'd appreciate any hint/help.
> >
> > You mean spam doesn't get detected unless I run a MTA -configured to
> > pass emails to spamd?
> >
> > I thought Claws could communicate with spamd on its own without any
> > need to a MTA (corrections?).

Will do.

Thanks,

-- 
Bahman Movaqar

One who is allowed to sin, sins less.
-Ovid
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Claws+spamd: No spam is detected

2007-11-12 Thread Martin Hepworth
ah - must read better, thought you said clam ;-)

try the claws users email list..

[EMAIL PROTECTED]

--
Martin

On Nov 12, 2007 8:15 AM, Bahman M. <[EMAIL PROTECTED]> wrote:
>
> On 2007-11-11 Martin Hepworth wrote:
> > HI
> >
> > you need to tell the MTA to pass email through spamassassin/clamav
> > somehow. Depending on what you're MTA is (sendmail/exim/postfix etc)
> > its different.
> >
> > try "sendmail spamassassin" for example in google..
> >
> > --
> > martin
> >
> > On Nov 11, 2007 4:13 PM, Bahman M. <[EMAIL PROTECTED]> wrote:
> > > Hi all,
> > >
> > > I have Claws-Mail and spamd installed (from ports) and although I
> > > have been using this combination -I've been been manually marking
> > > all spams as 'spam'- for more than 2 months, still _no_ spam
> > > message is detected.
> > >
> > > I've followed the instructions on Claws/spamd wiki.  I've got the
> > > followings in /etc/rc.conf:
> > >spamd_enable="YES"
> > >spamd_flags="-C /usr/local/etc/spamd -i 127.0.0.1 -p 783 -u
> > > spamd -d -l"
> > > Also Claws configuration parameters exactly match the spamd_flags
> > > above.
> > >
> > >
> > > System information:
> > > % uname -a
> > > FreeBSD attila 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #2: Fri Sep  7
> > > 14:23:40 IRST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/HELIUM  i386
> > >
> > > % spamd -V
> > > SpamAssassin Server version 3.2.3
> > >   running on Perl 5.8.8
> > >   with SSL support (IO::Socket::SSL 1.08)
> > >   with zlib support (Compress::Zlib 2.006)
> > >
> > > % claws-mail --version
> > > Claws Mail version 3.0.0
> > >
> > > What am I doing wrong?  What should I do to enable Claws/spamd
> > > detect spam? I'd appreciate any hint/help.
>
> You mean spam doesn't get detected unless I run a MTA -configured to
> pass emails to spamd?
>
> I thought Claws could communicate with spamd on its own without any need
> to a MTA (corrections?).
>
> --
> Bahman Movaqar
>
> Those who would give up Essential Liberty to purchase a little
> Temporary Safety, deserve neither Liberty nor Safety.
> -Benjamin Franklin
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Claws+spamd: No spam is detected

2007-11-12 Thread Bahman M.
On 2007-11-11 Martin Hepworth wrote:
> HI
> 
> you need to tell the MTA to pass email through spamassassin/clamav
> somehow. Depending on what you're MTA is (sendmail/exim/postfix etc)
> its different.
> 
> try "sendmail spamassassin" for example in google..
> 
> --
> martin
> 
> On Nov 11, 2007 4:13 PM, Bahman M. <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > I have Claws-Mail and spamd installed (from ports) and although I
> > have been using this combination -I've been been manually marking
> > all spams as 'spam'- for more than 2 months, still _no_ spam
> > message is detected.
> >
> > I've followed the instructions on Claws/spamd wiki.  I've got the
> > followings in /etc/rc.conf:
> >spamd_enable="YES"
> >spamd_flags="-C /usr/local/etc/spamd -i 127.0.0.1 -p 783 -u
> > spamd -d -l"
> > Also Claws configuration parameters exactly match the spamd_flags
> > above.
> >
> >
> > System information:
> > % uname -a
> > FreeBSD attila 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #2: Fri Sep  7
> > 14:23:40 IRST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/HELIUM  i386
> >
> > % spamd -V
> > SpamAssassin Server version 3.2.3
> >   running on Perl 5.8.8
> >   with SSL support (IO::Socket::SSL 1.08)
> >   with zlib support (Compress::Zlib 2.006)
> >
> > % claws-mail --version
> > Claws Mail version 3.0.0
> >
> > What am I doing wrong?  What should I do to enable Claws/spamd
> > detect spam? I'd appreciate any hint/help.

You mean spam doesn't get detected unless I run a MTA -configured to
pass emails to spamd?

I thought Claws could communicate with spamd on its own without any need
to a MTA (corrections?).

-- 
Bahman Movaqar

Those who would give up Essential Liberty to purchase a little
Temporary Safety, deserve neither Liberty nor Safety.
-Benjamin Franklin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Claws+spamd: No spam is detected

2007-11-11 Thread Martin Hepworth
HI

you need to tell the MTA to pass email through spamassassin/clamav
somehow. Depending on what you're MTA is (sendmail/exim/postfix etc)
its different.

try "sendmail spamassassin" for example in google..

--
martin

On Nov 11, 2007 4:13 PM, Bahman M. <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I have Claws-Mail and spamd installed (from ports) and although I have
> been using this combination -I've been been manually marking all spams
> as 'spam'- for more than 2 months, still _no_ spam message is detected.
>
> I've followed the instructions on Claws/spamd wiki.  I've got the
> followings in /etc/rc.conf:
>spamd_enable="YES"
>spamd_flags="-C /usr/local/etc/spamd -i 127.0.0.1 -p 783 -u spamd -d
> -l"
> Also Claws configuration parameters exactly match the spamd_flags above.
>
>
> System information:
> % uname -a
> FreeBSD attila 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #2: Fri Sep  7
> 14:23:40 IRST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/HELIUM  i386
>
> % spamd -V
> SpamAssassin Server version 3.2.3
>   running on Perl 5.8.8
>   with SSL support (IO::Socket::SSL 1.08)
>   with zlib support (Compress::Zlib 2.006)
>
> % claws-mail --version
> Claws Mail version 3.0.0
>
> What am I doing wrong?  What should I do to enable Claws/spamd detect
> spam? I'd appreciate any hint/help.
>
> TIA,
>
> --
> Bahman Movaqar
>
> Whenever there are great virtues, it's a sure sign something's wrong.
> -Bertolt Brecht
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Claws+spamd: No spam is detected

2007-11-11 Thread Bahman M.
Hi all,

I have Claws-Mail and spamd installed (from ports) and although I have
been using this combination -I've been been manually marking all spams
as 'spam'- for more than 2 months, still _no_ spam message is detected.

I've followed the instructions on Claws/spamd wiki.  I've got the
followings in /etc/rc.conf:
   spamd_enable="YES"
   spamd_flags="-C /usr/local/etc/spamd -i 127.0.0.1 -p 783 -u spamd -d
-l"
Also Claws configuration parameters exactly match the spamd_flags above.


System information:
% uname -a
FreeBSD attila 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #2: Fri Sep  7
14:23:40 IRST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/HELIUM  i386

% spamd -V
SpamAssassin Server version 3.2.3
  running on Perl 5.8.8
  with SSL support (IO::Socket::SSL 1.08)
  with zlib support (Compress::Zlib 2.006)

% claws-mail --version
Claws Mail version 3.0.0

What am I doing wrong?  What should I do to enable Claws/spamd detect
spam? I'd appreciate any hint/help.

TIA,

-- 
Bahman Movaqar

Whenever there are great virtues, it's a sure sign something's wrong.
-Bertolt Brecht
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"