blob: ea4163fdea7269a2bd7f212760a8e8096b1e3950 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- a/homedir/dcc_conf.in
+++ b/homedir/dcc_conf.in
@@ -88,8 +88,8 @@
# does not affect the blacklisting of the DCCM_WHITECLNT whitelist file.
# Add '-aIGNORE' to DCCM_ARGS to ignore the bulkiness of mail except to
# add X-DCC headers.
-DCCM_LOG_AT=5
-DCCM_REJECT_AT=
+DCCM_LOG_AT=NEVER
+DCCM_REJECT_AT=MANY
# override basic list of DCC server checksums controlling rejections or logging
DCCM_CKSUMS=
# additional DCC server checksums worthy of rejections or logging
@@ -101,7 +101,7 @@
# used to start dccifd
# a common value is
# DCCIFD_ARGS="-SHELO -Smail_host -SSender -SList-ID"
-DCCIFD_ARGS="-SHELO -Smail_host -SSender -SList-ID"
+DCCIFD_ARGS="-SHELO -Smail_host -SSender -SList-ID -p *,10045,127.0.0.1/32"
DCCIFD_LOGDIR="$DCCM_LOGDIR"
DCCIFD_WHITECLNT="$DCCM_WHITECLNT"
# When both dccm and dccifd are used it may be necessary to set
|