Hi all,

I have installed Qmail + ezmlm + qmail scanner + spamassassin + clamav
on FreeBSD 5.4. Everything run properly.

My rule is only mail from the rest of the world will be scanned by
Qmail-Scanner with Spamassassin.
I did this rule because any e-mail from local network to the rest of
world will be "(no subject)" in the subject (even if I put a subject
on the subject field) and the "To:" header show
"undisclosed-recipients:;" if I scanned all email from local network.

The problem is when a member of our mailing list (using ezmlm) send an
email to the list, the subject will show as (no subject) and the "To"
header shows "undisclosed-recipients:;".

I guess the problem is on qmail-scanner, because when I disable the
qmail-scanner-queue.pl this problem didn't happen.

This is my /etc/tcp.smtp

# No Qmail-Scanner at all for mail from 127.0.0.1 and local network
127.:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-queue"
xxx.xxx.xxx.:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-queue"
# Use Qmail-Scanner with SpamAssassin on any mail from the rest of the world
:allow,QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"

What I have to do so all member of our mailing list (using ezmlm) can
send email without the problems as I mentionet above?

Any help/advise will be very apreciated.

Regards
-fuad-


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Qmail-scanner-general mailing list
Qmail-scanner-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to