Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: vertical on September 21, 2004, 12:07:21 AM
-
Hello to all,
In the first place I request excuses if I have repeated post, but have looked for by all the forum and nonencounter the solution my problem. I use SpamAssassin and she would please me to know where I can see the mail that have been blocked or to know if I can forward those mail to an account specifies.
Thank you very much and sorry again.
-
.. it depends on how Spamassassin is configured. Mostly, if it gets a score of between 5 & 15 it will go to the users ;junkmail folder (over 15 is deleted).
You can check this folder using webmail or install something like the Dungog (http://www.dungog.net/sme) email filtering panel that gives a fine level of control via procmail rules.
This Dungog module is a commercial package but does an excellent job and is well worth the $$$. I use many of the Dungog packages on every server I build.
HTH
-
. .forgot to mention, if you set up your email client to use IMAP instead of POP3 then the folder will be displayed within your email client.
Note, using IMAP means the mail stays on the server and is not d/l'd to your workstation.
-
I have configured 5 score and I have never received the mail in junkmail
some suggestion?
-
.. in whuch case you may be set up to just tag the mail as spam and let it through; do you see the Spam mail header lines in your email messages?
If the Spam header lines are not present then Spamassassin may be installed but not enabled.
-
I have spamassassin activated and it sends daily reports announcing the blockades that do. Not if I understand well to you because I do not speak English, sorry
-
Ok, open one of your email messages in you email client program (Outlook, Eudora, Incredimail, etc). Each program varies on how to view the header info so you will have to check with your particular program but once this info is displayed you should see something like:
Received: (qmail 23207 invoked by alias); 21 Sep 2004 08:32:28 -0000
Delivered-To: alias-localdelivery-graeme_at_gfitc$com$au (Obfuscated manually)
Received: (qmail 23198 invoked from network); 21 Sep 2004 08:32:21 -0000
X-Scanned-By: amavis-ng-0.1.6 powered by CLAMD on gfitc.com.au
Received: from contribs.org (www.contribs.org [69.9.12.50])
by kryten.gfitc.com.au ([10.0.0.2])
with SMTP via TCP; 21 Sep 2004 08:32:20 -0000
Received: (qmail 24306 invoked by uid 100); 21 Sep 2004 08:32:19 -0000
To: Undisclosed-recipients: ;
Subject: Topic Reply Notification - where it is the blocked mail?
Reply-to: admin@contribs.org
From: admin@contribs.org
Message-ID: <afddbec25efb7e9790897af84eae9113@contribs.org>
MIME-Version: 1.0
Content-type: text/plain; charset=iso-8859-1
Content-transfer-encoding: 8bit
Date: Tue, 21 Sep 2004 01:32:19 -0700
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: PHP
X-MimeOLE: Produced By phpBB2
X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on kryten.gfitc.com.au
X-Spam-Status: No, hits=0.4 required=5.0 tests=MISSING_OUTLOOK_NAME,
NO_REAL_NAME autolearn=no version=2.64
X-Spam-Level:
The headers we are interested in are those that relate to spam as displayed above. Generally, if these headers are not listed then the mail is not being scanned for spam.
-
Period Beginning : Sun Sep 19 00:00:03 2004
Period Ending : Mon Sep 20 00:00:03 2004
Reporting Period : 24.00 hrs
--------------------------------------------------
Total spam rejected : 2 ( 66.67%)
RBL rejected : 0 ( 0.00%)
Score above 15 : 0 ( 0.00%)
Total ham accepted : 1 ( 33.33%)
-------------------
Total emails processed: 3 ( 0/hr)
Average spam threshold : 5.00
Average spam score : 5.45
Average ham score : -0.70
Statistics by Hour
-------------------------------------
Hour Spam Ham
------------- -------- --------
2004-09-19, 00 0 0
2004-09-19, 01 0 1
2004-09-19, 02 0 0
2004-09-19, 03 0 0
2004-09-19, 04 0 0
2004-09-19, 05 0 0
2004-09-19, 06 0 0
2004-09-19, 07 0 0
2004-09-19, 08 0 0
2004-09-19, 09 0 0
2004-09-19, 10 0 0
2004-09-19, 11 0 0
2004-09-19, 12 0 0
2004-09-19, 13 1 0
2004-09-19, 14 0 0
2004-09-19, 15 0 0
2004-09-19, 16 0 0
2004-09-19, 17 0 0
2004-09-19, 18 1 0
2004-09-19, 19 0 0
2004-09-19, 20 0 0
2004-09-19, 21 0 0
2004-09-19, 22 0 0
2004-09-19, 23 0 0
2004-09-20, 00 0 0
Deleted 0 old spam email(s) from user "david" - 0 email(s) left in junkmail folder
Deleted 0 old spam email(s) from user "regristros" - 0 email(s) left in junkmail folder
**** According to this is blocked the mail?
-
I sorry again, I follow without understanding well what you mean to me, I not speak English and I do not understand to you. I only want to know where I can see the mail that is being blocked, daily receipt a report of cron that she indicates to me I number of blockades that have had. Thanks once again for your patience
-
I HAVE LOCATED THE PROBLEM! :-D
in /home/e-smith/files/users/myuser/.procmailrc is:
# ---------------------------------------
# Default Shell, Program & file locations
# ---------------------------------------
SHELL=/bin/bash
DEFAULT=$HOME/Maildir/
FORMAIL=/usr/bin/formail
MAILDIR=$HOME/Mail **<--- BUT IT NOT EXIT!!
PMDIR=$HOME
SENDMAIL=/usr/sbin/sendmail
The folder Mail/ not exit, its Maildir/
Where I can change it.
thanks!!