1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: proftpd-mod-clamav
Section: net
Priority: optional
Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers@alioth-lists.debian.net>
Uploaders: Mahyuddin Susanto <udienz@ubuntu.com>,
Francesco Paolo Lovergine <frankie@debian.org>,
Hilmar Preuße <hille42@debian.org>
Build-Depends: debhelper-compat (= 13),
proftpd-dev (>= 1.3.4~rc3-2~)
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://www.thrallingpenguin.com/resources/mod_clamav.htm
Vcs-Git: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-clamav.git
Vcs-Browser: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-clamav
Package: proftpd-mod-clamav
Architecture: any
Depends: ${misc:Depends}, ${proftpd:Depends}, ${shlibs:Depends}
Recommends: clamav
Description: ProFTPD module mod_clamav
Mod_Clamav can be configured to either use Clamd via local unix
sockets or TCP sockets. This allows one to combine ProFTPd with
Mod_Clamav and Clamd on a system with local unix sockets for minimal
administrative overhead and decent security. however, also allows for
a large scale deployment with many ProFTPd servers utilizing a separate
Clamd host over TCP for scalability and lower administrative overhead.
|