From 1c4ed8a00cd6c5804055bc72d453591854d8ecf7 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 3 Sep 2004 01:34:14 +0000 Subject: Configuration file for clamsmtp --- doc/clamsmtpd.conf | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 doc/clamsmtpd.conf (limited to 'doc/clamsmtpd.conf') diff --git a/doc/clamsmtpd.conf b/doc/clamsmtpd.conf new file mode 100644 index 0000000..979103c --- /dev/null +++ b/doc/clamsmtpd.conf @@ -0,0 +1,40 @@ +# ------------------------------------------------------------------------------ +# SAMPLE CLAMSMTPD CONFIG FILE +# ------------------------------------------------------------------------------ +# +# - Comments are a line that starts with a # +# - All the options are found below with their defaults commented out + + +# The address to send scanned mail to. Required +OutAddress: 10026 + + + +# The maximum number of connection allowed at once +#MaxConnections: 64 + +# Amount of time (in seconds) to wait on network IO +#TimeOut: 180 + +# Address to listen on (defaults to all local addresses on port 10025) +#Listen: 0.0.0.0:10025 + +# The address clamd is listening on +#ClamAddress: /var/run/clamav/clamd + +# A header to add to all scanned email +#ScanHeader: X-AV-Checked: ClamAV using ClamSMTP + +# Directory for temporary files +#TempDirectory: /tmp + +# Whether or not to bounce email (default is to silently drop) +#Bounce: off + +# Whether or not to keep virus files +#Quarantine: off + +# The location for a pid file for stopping clamsmtpd +#PidFile: (none) + -- cgit v1.2.3