Author: rotom Date: Tue Mar 14 17:30:14 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - up to 2.2
---- Files affected: SOURCES: DenyHosts.cfg (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SOURCES/DenyHosts.cfg diff -u SOURCES/DenyHosts.cfg:1.5 SOURCES/DenyHosts.cfg:1.6 --- SOURCES/DenyHosts.cfg:1.5 Fri Feb 10 15:13:17 2006 +++ SOURCES/DenyHosts.cfg Tue Mar 14 18:30:09 2006 @@ -189,15 +189,55 @@ ####################################################################### # +# SMTP_HOST and SMTP_PORT: if DenyHosts is configured to email +# reports (see ADMIN_EMAIL) then these settings specify the +# email server address (SMTP_HOST) and the server port (SMTP_PORT) +# SMTP_HOST = localhost SMTP_PORT = 25 -SMTP_FROM = DenyHosts <[EMAIL PROTECTED]> -SMTP_SUBJECT = DenyHosts Report +# +####################################################################### + +####################################################################### +# +# SMTP_USERNAME and SMTP_PASSWORD: set these parameters if your +# smtp email server requires authentication +# #SMTP_USERNAME=foo #SMTP_PASSWORD=bar # ####################################################################### +####################################################################### +# +# SMTP_FROM: you can specify the "From:" address in messages sent +# from DenyHosts when it reports thwarted abuse attempts +# +SMTP_FROM = DenyHosts <[EMAIL PROTECTED]> +# +####################################################################### + +####################################################################### +# +# SMTP_SUBJECT: you can specify the "Subject:" of messages sent +# by DenyHosts when it reports thwarted abuse attempts +SMTP_SUBJECT = DenyHosts Report +# +###################################################################### + +###################################################################### +# +# SMTP_DATE_FORMAT: specifies the format used for the "Date:" header +# when sending email messages. +# +# for possible values for this parameter refer to: man strftime +# +# the default: +# +#SMTP_DATE_FORMAT = %a, %d %b %Y %H:%M:%S %z +# +###################################################################### + ###################################################################### # # ALLOWED_HOSTS_HOSTNAME_LOOKUP @@ -395,7 +435,7 @@ # refer to: http://denyhosts.sourceforge.net/faq.html#timespec # # -DAEMON_SLEEP = 30 +DAEMON_SLEEP = 30s # ####################################################################### @@ -460,7 +500,6 @@ # The default is SYNC_UPLOAD = yes # #SYNC_UPLOAD = no -# #SYNC_UPLOAD = yes # ####################################################################### @@ -474,7 +513,6 @@ # The default is SYNC_DOWNLOAD = yes # #SYNC_DOWNLOAD = no -# #SYNC_DOWNLOAD = yes # ####################################################################### ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SOURCES/DenyHosts.cfg?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
