IntegratedSpamdInPostfix; can't send spam header

2006-05-26 Thread Jana Nguyen
I'm not sure what's the problem why I can't send mail with spam header.  
Below are my master.cf and local.cf file, there maybe a misconfiguration?


master.cf:
# ==
# service type  private unpriv  chroot  wakeup  maxproc command + args
#   (yes)   (yes)   (yes)   (never) (100)
# ==
smtp  inet  n   -   n   -   -   smtpd -o 
content_filter=spamassassin
spamassassin unix  - n   n   -   -   pipe 
user=nobody argv=/usr/bin/spamc -e /usr/sbin/sendmail -oi -f ${sender} 
${recipient}



local.cf:

# DCC - perform DCC message checks.
#
# DCC is disabled here because it is not open source.  See the DCC
# license for more details.
#
#loadplugin Mail::SpamAssassin::Plugin::DCC

# Pyzor - perform Pyzor message checks.
#
loadplugin Mail::SpamAssassin::Plugin::Pyzor

# Razor2 - perform Razor2 message checks.
#
# Razor2 is disabled here because it is not available for unlimited free
[EMAIL PROTECTED] spamassassin]# vim local.cf
# SpamAssassin config file for version 3.x
# NOTE: NOT COMPATIBLE WITH VERSIONS 2.5 or 2.6
# See http://www.yrex.com/spam/spamconfig25.php for earlier versions
# Generated by http://www.yrex.com/spam/spamconfig.php (version 1.50)

# How many hits before a message is considered spam.
required_score   5.0

# Text to prepend to subject if rewrite_subject is used
#rewrite_header Subject  [*SPAM*]

add_header all Level _STARS(X)_

# Encapsulate spam in an attachment (0=no, 1=yes, 2=safe)
report_safe 1

# Enable the Bayes system
use_bayes   1

# Enable Bayes auto-learning
bayes_auto_learn  1

# Enable or disable network checks
skip_rbl_checks 0
#use_razor2  0
#use_dcc 0
use_pyzor   1



spamassassin not sending out spam header, help!

2006-05-25 Thread Jana Nguyen

Hi there,

I'm having difficulty sending out spam email with spam mark on the
email integrated with postfix mail server.
By running the testspamassassin -D 
/usr/share/doc/spamassassin-3.1.1/sample-spam.txt, I get following
output below with
no sender or recipient email.  Furthermore, at the end of the output I
noticed -0.0 NO_RECEIVED has no Received headers:

[birn-holly ~]# spamassassin -D 
/usr/share/doc/spamassassin-3.1.1/sample-spam.txt

[18583] dbg: check:
subtests=__CT,__CTE,__CT_TEXT_PLAIN,__HAS_MSGID,__HAS_SUBJECT,__MIME_VERSION,__MSGID_OK_HOST,__NONEMPTY_BODY,__SANE_MSGID,__TOCC_EXISTS,__UNUSABLE_MSGID
Received: from localhost by birn-holly.ucsd.edu
   with SpamAssassin (version 3.1.1);
   Thu, 25 May 2006 10:44:03 -0700
From: Sender [EMAIL PROTECTED]
To: Recipient [EMAIL PROTECTED]
Subject: [*SPAM*] Test spam mail (GTUBE)
Date: Wed, 23 Jul 2003 23:30:00 +0200
Message-Id: [EMAIL PROTECTED]
X-Spam-Flag: YES
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on
birn-holly.ucsd.edu
X-Spam-Level: **
X-Spam-Status: Yes, score=1000.0 required=5.0 tests=GTUBE,NO_RECEIVED,
   NO_RELAYS autolearn=no version=3.1.1
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary=--=_4475ECE3.7E2035B9

This is a multi-part message in MIME format.

=_4475ECE3.7E2035B9
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

Content analysis details:   (1000.0 points, 5.0 required)

pts rule name  description
 --
--
-0.0 NO_RELAYS  Informational: message was not relayed via SMTP
1000 GTUBE  BODY: Generic Test for Unsolicited Bulk Email
-0.0 NO_RECEIVEDInformational: message has no Received headers





Re: Help! Integrated Spamd in Postfix

2006-05-24 Thread Jana Nguyen

Hello,

I'm having problem sending email using spamd in postfix to send email 
with a spam heading on it.


I ran some tests regarding to 
http://wiki.apache.org/spamassassin/TestingInstallation


Running the first command test, I get:

spamassassin --lint command I get:

[2125] warn: config: failed to parse line, skipping: 
use_razor2  0
[2125] warn: config: failed to parse line, skipping: 
use_dcc 0
[2125] warn: config: failed to parse, now a plugin, skipping: 
ok_languagesall


Running the second command test, I get:
# spamassassin -D  /usr/share/doc/spamassassin-3.1.1/sample-spam.txt

Received: from localhost by birn-holly.ucsd.edu
   with SpamAssassin (version 3.1.1);
   Wed, 24 May 2006 11:35:18 -0700
From: Sender [EMAIL PROTECTED]
To: Recipient [EMAIL PROTECTED]
Subject: Test spam mail (GTUBE)
Date: Wed, 23 Jul 2003 23:30:00 +0200
Message-Id: [EMAIL PROTECTED]
X-Spam-Flag: YES
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on 
birn-holly.ucsd.edu

X-Spam-Level: **
X-Spam-Status: Yes, score=1000.0 required=5.0 tests=GTUBE,NO_RECEIVED,
   NO_RELAYS autolearn=no version=3.1.1
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary=--=_4474A766.AAFB1C9D

This is a multi-part message in MIME format.

=_4474A766.AAFB1C9D
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

Spam detection software, running on the system birn-holly.ucsd.edu, has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email.  If you have any questions, see
the administrator of that system for details.

Content preview:  This is the GTUBE, the Generic Test for Unsolicited Bulk
 Email If your spam filter supports it, the GTUBE provides a test by
 which you can verify that the filter is installed correctly and is
 detecting incoming spam. You can send yourself a test mail containing
 the following string of characters (in upper case and with no white
 spaces and line breaks): [...]

Content analysis details:   (1000.0 points, 5.0 required)

pts rule name  description
 -- 
--

-0.0 NO_RELAYS  Informational: message was not relayed via SMTP
1000 GTUBE  BODY: Generic Test for Unsolicited Bulk Email
-0.0 NO_RECEIVEDInformational: message has no Received headers



Theo Van Dinter wrote:


On Tue, May 23, 2006 at 02:20:24PM -0700, Jana Nguyen wrote:
 

How do I test if I've done the integration correctly, how do I test out 
spamassassin with postfix?
   



Take a look at http://wiki.apache.org/spamassassin/TestingInstallation

 





Integrated Spamd in Postfix

2006-05-23 Thread Jana Nguyen

I've integrated spamassassin with postfix using spamd via the instructions:

http://wiki.apache.org/spamassassin/IntegratedSpamdInPostfix

How do I test if I've done the integration correctly, how do I test out 
spamassassin with postfix?


p.s.

Thanks!


error on starting spamd

2006-05-22 Thread Jana Nguyen

Hi there,

I'm having problem setting up the init scripts to start spamd on a RH 
linux box.  I've installed Mail-SpamAssassin-3.1.1 using rpm:


rpmbuild -tb Mail-SpamAssassin-3.1.1.tar.gz

I've created spamd file and added in /etc/sysconfig, but when I tried to 
setup the init scripts to start spamd, I get error of no such file or dir

on service spamassassin:

[birn-holly]# /sbin/chkconfig --level 345 spamassassin on
error reading information on service spamassassin: No such file or directory

Any help is much appreciated!

Thanks.