Hi,
Can I skip spam checking for a specific IP? I have done,
1.2.3.4:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
127.0.0.1:allow,RELAYCLIENT="",RBLSMTPD=""
192.168.:allow,RELAYCLIENT="",RBLSMTPD=""
and set global QMAILQUEUE="/var/qmail/bin/qmail-scanner-queu
Hi,
I download my mails from my server and recive it for local user like,
poll staticky.com with proto IMAP
user 'payal' there with password 'xxx' is 'rp' here ssl
./configure --local-domains staticky.com --scanners clamscan --notify all --install
--install
[I tried --local-domains recips,sender
On Wed, Aug 18, 2004 at 05:08:13PM +0200, Salvatore Toribio wrote:
> There is a qmail patch that does something similar with the
> return-path, and it is done at the start of the smtp session:
>
> http://js.hu/package/qmail/
>
> http://js.hu/package/qmail/qmail-1.03-mfcheck.4.patch
Thanks for t
Hi,
I plan to write a filter using qmail-qfilter which will check for
unknown domains in From fields and delete the mail (any help here is
appreciated a lot). But my QMAILQUEUE varibale is taken by qmail-scanner
running clamscan and SA. Can I make it run my filter also and after that
deliver the m
Hi,
I download mails from remote host onto my linux machine using fetchmail.
I have in my /var/qmail/bin/qmail-scanner-queue.pl Version: 1.23
--scanners "clamscan,verbose_spamassassin"
But I am not believing spamassassin is invovked. I see nothing in the
logs for spamassassin. My local.cf for SA i
On Wed, Aug 04, 2004 at 05:25:11PM +0200, Salvatore Toribio wrote:
> You don't need to run anything after modifying
> qmail-scanner-queue.pl. Search the file for:
Thanks for the mail. I will try it the first thing tomorrow morning.
One more thing, can I supress /var/spool/qmailscan/qmail-queue.l
On Wed, Aug 04, 2004 at 04:03:49PM +0200, Salvatore Toribio wrote:
> Add the domins to:
>
> #Array of local domains that are checked against for
> #deciding whether or not to send recipient alerts to
> my @local_domains_array=('pusc.it');
Thanks for the mail. Do I have to run anything after I mod
Hi,
I use fetchmail on dial-up to download the mails from my remote POP3
server and inject in local SMTP, from where they are cleaned by
qmail-scanner and an AV and delivered to local users. Now in such
a case where I have notify for recipients, it does not work. When
I do notify for senders it
Hi,
I use qmail-scanner with verbose spamassassin. I am worried about
what will happen to the mail if spamassassin dies down. Will the mail
be bounced back?
With warm regards,
-Payal
---
This SF.Net email is sponsored by BEA Weblogic Workshop
F
On Sun, Jul 04, 2004 at 02:18:54PM +1200, Jason Haar wrote:
>
> The order in which Q-S does AV and then attachment blocking can be changed
> (it's only perl afterall), but it isn't a configurable option.
Can you tell how please?
With warm regards,
-Payal
-
Hi,
Is it possible to block file types using qmail-scanner? If yes how do I
do it? I want to block exe, com etc. hereby reducing the load by not
invoking antivirus at all for those attachment types.
With warm regards,
-Payal
---
This SF.Net e
On Mon, Jun 14, 2004 at 10:10:59AM +1200, Jason Haar wrote:
> On Fri, Jun 11, 2004 at 09:59:06AM +0000, Payal Rathod wrote:
> > Nowhere is the time and date recorded. Can Jason or someone tell me is this a
> > known
> > bug in this version?
> >
> > Thanks a l
Hi,
I have installed qs 1.22 but it is not logging the date in mailstats.csv
The README file specifically says that time and date are recorded as the
first field in mailstats.csv or via. syslog. My sample log looks like,
(email addresses have been masked to prevent spamming)
Clear:RC:1(19
Hi,
Till few days back I was using old 0.60 version of clamav. I used to log
mails to mailstats.csv and do processing on them, namely extract date and
Sender and Receipents fields. Now I installed version 0.70 and noticed
that some times the date field is missing. This has never happened in
last 6
On Sun, Apr 11, 2004 at 11:00:27AM -0400, Jesse Guardiani wrote:
> have to load the sig database for each scan), and if you set it up with
> daemontools and Monit then you can quickly recover from problems when/if
> clamd hangs or crashes.
Can you please tell me how to use it with monit (or daemon
Hi,
I have in my qmail-scanner.pl ./configure --notify sender,admin
Now I have to change it to just ./configure --notify admin
Can I do it and just assume that it is reflected from the next mail or
is there anything else I have to do? Or do I need to run ./configure
with required options from the
On Fri, Dec 19, 2003 at 01:55:07PM -0500, Rick Macdougall wrote:
> It's not in clamav, it is part of the Bad Mime checks in qmail-scanner
> itself. I had some many valid messages getting blocked I finally had to
> turn off BADMIME checks in order to allow them to go through. Pity
> because the
On Fri, Dec 19, 2003 at 10:55:45AM -0800, Joe Zacky wrote:
> Here's another example using the bash shell. This example will sort by
> sender:
>
> cat /var/spool/qmailscan/mailstats.csv | cut -f 1,5,6,7 -d $'\t' | sort
> -k 2 -t $'\t' | less -S
wow! that is great. Thanks all. I still haven't lo
Hi,
I received these kind of logs in my quarantine.log, can someone please
tell me what they mean exactly? These message which are legitimate were
blocked by qmail-scanner.
Mon, 15 Dec 2003 17:11:52 +0530 [EMAIL PROTECTED]
[EMAIL PROTECTED]Re: Designs Received but
Disallowed breakage
On Fri, Dec 19, 2003 at 08:40:00AM -0500, Doug Monroe wrote:
> that can be done with
> --log-details=yes
> which will dump those fields to mailstats.csv, an easily parsable
> tab-separated file.
Great. mailstats.cvs is great indeed. Anyone knows a good parser for it?
Say which will give me acc
Hi,
Can someone give some info/hints on using qmail-scanner as an auditing
tool?
I am looking for something like this, all the mail's To:, From:,
Subject: headers should be dumped in a text file (maybe if not asking
for too much in a database). Is it possible?
Any hints on this please?
With warm
Hi,
What is the best way to get qmail-scanner run with roaming users i.e.
users who don't have their IP fixed but are allowed to relay using
POP-before-SMTP. Please suggest something for vpopmail and/or Bruce's
relay-ctrl.
Right now I could think of just putting the value of QMAILQUEUE in
environme
Hi,
I get the following error in quarantine.log,
Mon, 08 Dec 2003 11:59:56 +0530 [EMAIL PROTECTED]
[EMAIL PROTECTED] Regarding activation Report of 8.12.03
Oversized Zip clamscan: 0.65.
What does this mean? Is the mail delivered or not?
In quarantine/new there is a mail with 2 zip files.
Hi,
I get the following error in quarantine.log,
Mon, 08 Dec 2003 11:59:56 +0530 [EMAIL PROTECTED]
[EMAIL PROTECTED] Regarding activation Report of 8.12.03
Oversized Zip clamscan: 0.65.
What does this mean? Is the mail delivered or not?
In quarantine/new there is a mail with 2 zip files.
Hi,
Just a small question. My qmail-scanner runs very well without imposing
softlimit
on Mdk. system with clamscan as AV. Is it essential that I use softlimit
with qmail-smtpd when I run qmail-scanner?
Can I do without softlimit?
With warm regards,
-Payal
--
"Visit GNU/Linux Success Stories"
ht
On Sat, Nov 01, 2003 at 11:51:29AM +, jon kutassy wrote:
> Hello List,
>
> I'm trying to get qmail-scanner to work on a Redhat 9 box with perl 5.8.0.
Ok.
> Does this work?
I guess so. I haven't tried it but many other might have got it working.
> Or is it perl 5.8 prob Ive seen on the list
Hi all,
Right now I can attach an addition header to messages thru'
qmail-qfilter and $QMAILQUEUE. But then I am losing functionality of
qmail-scanner because $QMAILQUEUE is set to a small script which
attaches the header.
Can I use qmail-scanner itself to attach an extra header to the mail?
If ye
Hi all,
Right now I can attach an addition header to messages thru'
qmail-qfilter and $QMAILQUEUE. But then I am losing functionality of
qmail-scanner because $QMAILQUEUE is set to a small script which
attaches the header.
Can I use qmail-scanner itself to attach an extra header to the mail?
If ye
Hi,
Sorry for this off-shot question. Can qmail-scanner latest version work
with out-of-box Red Hat 6.2 (yes 6.2) version?
Are there any modification to be made? If yes what?
With warm regards,
-Payal
--
"Visit GNU/Linux Success Stories"
http://payal.staticky.com
Guest-Book Section Updated.
Hi,
I have installed,
qmail-scanner 1.16
RAV 8.3.1
clamscan 0.60
qmail 1.03
Now qmail-scanner is giving false alarms over simple sessions like
this.
[EMAIL PROTECTED] root]# telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to linux (127.0.0.1).
Escape character is '^]'.
220 linux.local ESMTP
mai
30 matches
Mail list logo