Dear Jason,
Thanks for the details. We have been using Spamassassin + ClamAV with Qmail
Scanner. Please let us know the steps to configure the DLP Monitor with
ClamAV and Qmail Scanner and How we can monitoer the emails with the
reserved words with this.
Thanks again.
On Thu, Jun 13, 2013 at 7:
Hi,
thanks for reply.
I tried using this script but qmail-inject just ignores exported
QMAILQUEUE and calls default qmail-queue
---
#!/bin/sh
QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
export QMAILQUEUE
exec /var/qmail/bin/qmail-inject-orig
---
/var/qmail/bin# ls -l *inject
lrwxr
Hi
Maybe you can try doing in the same way of sqwebmail, sending the
mails through a bash script that invokes qmail-inject, something like
this:
-
[root@fluffy-1 ~]# more /usr/sqwebmail/share/sqwebmail/sendit.sh
#!/bin/sh
#
# sendit.sh for qmail-inject and qmail-scanner 20091221
#
#
# $1 w
Hello guys,
new qmail admin here building server for demanding client.
I need to run additional scans also on mails from my users, but those
are send by qmail-inject which is invoking the original qmail-queue.
Simply linking qmail-queue to qmail-scanner-queue.pl doesn't work
(even if its compiled