You have just installed %%PREFIX%%/bin/qmail-auditor which can be enabled by wrapping qmail-queue and naming the original qmail-queue as qmail-queue-real, for example: mv %%QMAIL_PREFIX%%/bin/qmail-queue %%QMAIL_PREFIX%%/bin/qmail-queue-real-auditor ln -s %%PREFIX%%/bin/qmail-auditor %%QMAIL_PREFIX%%/bin/qmail-queue Now you can configure qmail-auditor, its control file is %%QMAIL_PREFIX%%/control/auditor This file's format must be in the form: Where = from|to|all = sender or recipient e-mail address (according to ), re_format(7) compatible = whom qmail-auditor will copy audited messages to You can have multiple rules (one per line). Working example of control file: from *@some.domain.br auditing@mycompany.com to user@some.domain.br auditing@mycompany.com all sales@domain.br salesauditing@mycompany.com The README file was installed on %%DOCSDIR%%