aboutsummaryrefslogtreecommitdiff
path: root/security/clamsmtp/files
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-10-14 02:28:25 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-10-14 02:28:25 +0000
commit267ea110792cedf8202edd8aec4dd3c5232752af (patch)
treeaafc01ebcd341076f826b03c74db9630ec92e6c6 /security/clamsmtp/files
parent56551727c770ef833a3b7e4d27cb5bf0de100139 (diff)
downloadports-267ea110792cedf8202edd8aec4dd3c5232752af.tar.gz
ports-267ea110792cedf8202edd8aec4dd3c5232752af.zip
Notes
Diffstat (limited to 'security/clamsmtp/files')
-rw-r--r--security/clamsmtp/files/clamsmtpd.sh.tmpl9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/clamsmtp/files/clamsmtpd.sh.tmpl b/security/clamsmtp/files/clamsmtpd.sh.tmpl
index 3f0c1468c6c2..e328177449d3 100644
--- a/security/clamsmtp/files/clamsmtpd.sh.tmpl
+++ b/security/clamsmtp/files/clamsmtpd.sh.tmpl
@@ -22,14 +22,11 @@ sig_stop=-KILL
load_rc_config ${name}
clamsmtpd_enable=${clamsmtpd_enable-"NO"}
-clamsmtpd_smtp=${clamsmtpd_smtp-"mysmtp.com:25"}
+clamsmtpd_conf=${clamsmtpd_conf-"%%PREFIX%%/etc/clamsmtpd.conf"}
clamsmtpd_pid=${clamsmtpd_pid-"%%CLAMAV_PID_DIR%%/clamsmtpd.pid"}
-clamsmtpd_socket=${clamsmtpd_socket-"%%CLAMAV_CLAMD_SOCKET%%"}
-clamsmtpd_user=${clamsmtpd_user-"%%CLAMAV_USER%%"}
-clamsmtpd_group=${clamsmtpd_group-"%%CLAMAV_GROUP%%"}
-clamsmtpd_tmpdir=${clamsmtpd_tmpdir-"/var/tmp"}
+clamsmtpd_debug=${clamsmtpd_debug-"0"}
-command_args="-c ${clamsmtpd_socket} -D ${clamsmtpd_tmpdir} -p ${clamsmtpd_pid} ${clamsmtpd_smtp}"
+command_args="-f ${clamsmtpd_conf} -d ${clamsmtpd_debug} -p ${clamsmtpd_pid}"
pidfile=${clamsmtpd_pid}