File: control

package info (click to toggle)
clamsmtp 1.10-17
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,388 kB
  • sloc: sh: 3,940; ansic: 3,286; makefile: 21
file content (27 lines) | stat: -rw-r--r-- 1,263 bytes parent folder | download | duplicates (2)
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
27
Source: clamsmtp
Section: mail
Priority: optional
Maintainer: ClamAV Team <pkg-clamav-devel@lists.alioth.debian.org>
Uploaders: Michael Meskes <meskes@debian.org>
Build-Depends: debhelper (>= 11), quilt (>= 0.46-7)
Standards-Version: 4.1.3
Vcs-Git: git://anonscm.debian.org/pkg-clamav/clamsmtp.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-clamav/clamsmtp.git;a=summary
Homepage: http://thewalter.net/stef/software/clamsmtp/

Package: clamsmtp
Architecture: any
Depends: dpkg (>= 1.10.11), clamav-daemon (>= 0.75.1), adduser, lsb-base (>= 3.0-6), ${shlibs:Depends}, ${misc:Depends}
Recommends: postfix | mail-transport-agent
Description: virus-scanning SMTP proxy
 ClamSMTP is an SMTP proxy daemon that checks for viruses using the ClamAV
 anti-virus software.  It can act as a traditional SMTP proxy with publicly
 accessible ports or as a transparent proxy, where SMTP traffic is redirected
 to the ClamSMTP by your router.
 .
 ClamSMTP aims to be lightweight, reliable, and simple rather than have a
 myriad of options. It is written in C without major dependencies. ClamSMTP
 does not do general spam filtering, it only scans for viruses.
 .
 You do not need a local mail-transport-agent installed, since this server can
 forward to a remote one.