mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
22 lines
864 B
Diff
22 lines
864 B
Diff
--- 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
|