[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/qscanq/qscanq.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Virus Scanning for Qmail [T] qscanq provides a virus-scanning wrapper for qmail. Infected [T] messages are rejected before they reach the queue, so the [T] server doesn't generate bounce messages, doesn't attempt [T] notifications, and doesn't receive infected emails. [U] http://www.qscanq.org [A] Len Budney [M] The T2 Project [C] extra/tool [L] OpenSource [S] Stable [V] 0.43 [P] O [D] a73948fb41cbc24e1fd6234d81a9c6878d677e62726d5cce69128172 qscanq-0.43.tar.gz http://www.qscanq.org/ . $base/package/*/runit/djb-config mail $bindir pkgprefix -t clamav hook_add premake 4 "echo $(pkgprefix bindir clamav)/clamdscan --quiet - > src/conf-scancmd" pkgprefix -t qmail # before real install hook_add inmake 5 'qscanq_install_post' qscanq_install_post() { chown Gqscanq:0 command/qscanq chmod 04755 command/qscanq chown 0:Gqscanq command/run-cleanq chmod 02755 command/run-cleanq chmod 0755 command/{cleanq,run-antivir} chmod 0700 command/{install-cleanq,install-post,install-wrap,install-unwrap} }