> Currently in order to verify the received external mail via smtp
> I am using
> with succeeding qmail-scanner-queue
> (http://qmail-scanner.sourceforge.net) +
> Micro Antivirus Trend, but when a shipment happens from a local user or
> external user via sqwebmail, the control of encloses to you does
> not happen,
> in these cases qmail it uses qmail-local and not qmail-queue for the
> delivery of the messages.
I think you have to change your sendit.sh script, to force scanning before
injecting. I can't tell you an example, because I'm not using an antivir
solution, :( but I think it will really simple.
Something like:
/path/scan "$1"
if [ $? -eq 0 ]; then
exec /usr/local/qmail/bin/qmail-inject -f "$1"
else
'whatever you like'
fi
Hope it helps
(I'm italian too :)
---
Cordiali saluti / Best regards
Andrea Cerrito
^^^^^^^^^^^^^^
Net.Admin @ Centro MultiMediale di Terni S.p.A.
P.zzale Bosco 3A
05100 Terni IT
Tel. +39 0744 5441330
Fax. +39 0744 5441372