[Dovecot] Hi all,
Steffen Kaiser
skdovecot at smail.inf.fh-brs.de
Fri Feb 6 13:32:01 EET 2009
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 6 Feb 2009, Jehan Pagès wrote:
> TrustedDeliveryAgent "/usr/libexec/dovecot/deliver -d %u"
> UntrustedDeliveryAgent "/usr/libexec/dovecot/deliver -d %u"
> QuarantineAgent "/usr/libexec/dovecot/deliver -d %u -m Junk"
> deliver(recipient at mydomain.tld): Feb 06 00:59:47 Info:
> msgid=<000d01c987ed$879c82f0$6400a8c0 at biancauj3>: saved mail to INBOX
>
> Is there a way to check the options set on parameters in the logs, so
> that I check that dspam runs indeed QuarantineAgent? Or would you have
> other solution/hints?
As it looks like Dovecot deliver itself is working, I would check if DSPAM
really works as expected by adding a wrapper script, e.g.:
=======START
#!/bin/bash
( date
id
echo "$@"
"$@"
rc=$?
echo rc=$rc
exit $rc
) >/tmp/dspam-quar-wrap.$$.tmp 2>&1
======END
Bye,
- --
Steffen Kaiser
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iQEVAwUBSYwfs3WSIuGy1ktrAQIGOAf6ApieX4wxlNCGTuEl0jA3/pZlngIFaMbB
9+0DZc/tQnQv/O/e43Hr44fWenzyAFDccnv/i9dO+22U25QijA6vHtptrlUk3DuD
R7vVQVaEBbBh2z98MfK3Ql8GgS+lmEMZ9KyXVCO10eIR4/6RXpu/qMAOZdloG9kC
r05wDfBrxj/E+SjZyy9sol8XcvM1WJFf1fYN4P95l9q1sgFd82vo2CFjaoJ2dEs2
6Kk0h7LLT3Pn/aVeruVW0cmOTGVwyEPt4llSftcTGN/PY1iCAIEZOwkIhibjssTq
Ll3JuKRdI4JEW1ebFqRxpHkSPHwnmDMrOmr+FTttKhjURx5aNgvc8A==
=FV0I
-----END PGP SIGNATURE-----
More information about the dovecot
mailing list