forked from Lainports/freebsd-ports
90 lines
3.7 KiB
Text
90 lines
3.7 KiB
Text
--- usr/local/etc/drweb/drweb_smf.conf.orig Mon Sep 26 18:51:24 2005
|
|
+++ usr/local/etc/drweb/drweb_smf.conf Mon Nov 21 14:39:27 2005
|
|
@@ -386,9 +386,9 @@
|
|
RcptsNotify = yes
|
|
|
|
# Files with notification templates
|
|
-SenderTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/virus-sender.msg
|
|
-AdminTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/virus-admin.msg
|
|
-RcptsTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/virus-rcpts.msg
|
|
+SenderTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/sender_virus.msg
|
|
+AdminTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/admin_virus.msg
|
|
+RcptsTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/rcpts_virus.msg
|
|
|
|
[MalwareNotifications]
|
|
# Enable or disable sending notifications to persons (yes/no)
|
|
@@ -397,21 +397,21 @@
|
|
RcptsNotify = yes
|
|
|
|
# Files with notification templates
|
|
-SenderTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/malware-sender.msg
|
|
-AdminTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/malware-admin.msg
|
|
-RcptsTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/malware-rcpts.msg
|
|
+SenderTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/sender_malware.msg
|
|
+AdminTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/admin_malware.msg
|
|
+RcptsTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/rcpts_malware.msg
|
|
|
|
[CuredNotifications]
|
|
SenderNotify = yes
|
|
AdminNotify = yes
|
|
-SenderTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/cured-sender.msg
|
|
-AdminTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/cured-admin.msg
|
|
+SenderTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/sender_cured.msg
|
|
+AdminTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/admin_cured.msg
|
|
|
|
[SkipNotifications]
|
|
SenderNotify = yes
|
|
AdminNotify = no
|
|
RcptsNotify = no
|
|
-SenderTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/skip-sender.msg
|
|
+SenderTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/sender_skip.msg
|
|
AdminTemplate =
|
|
RcptsTemplate =
|
|
|
|
@@ -419,16 +419,16 @@
|
|
SenderNotify = yes
|
|
AdminNotify = yes
|
|
RcptsNotify = no
|
|
-SenderTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/archive-sender.msg
|
|
-AdminTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/archive-admin.msg
|
|
+SenderTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/sender_archive.msg
|
|
+AdminTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/admin_archive.msg
|
|
RcptsTemplate =
|
|
|
|
[ErrorNotifications]
|
|
SenderNotify = yes
|
|
AdminNotify = yes
|
|
RcptsNotify = no
|
|
-SenderTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/error-sender.msg
|
|
-AdminTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/error-admin.msg
|
|
+SenderTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/sender_error.msg
|
|
+AdminTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/admin_error.msg
|
|
RcptsTemplate =
|
|
|
|
[RuleFilterNotifications]
|
|
@@ -436,12 +436,12 @@
|
|
AdminNotify = yes
|
|
RcptsNotify = no
|
|
SenderTemplate =
|
|
-AdminTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/rule-admin.msg
|
|
+AdminTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/admin_rule.msg
|
|
RcptsTemplate =
|
|
|
|
[LicenseLimitNotifications]
|
|
AdminNotify = yes
|
|
-AdminTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/license-admin.msg
|
|
+AdminTemplate = /usr/local/etc/drweb/templates/en-ru/sendmail/admin_license.msg
|
|
|
|
###################
|
|
# Logging section #
|
|
@@ -480,8 +480,8 @@
|
|
|
|
# Definition of Sendmail Milter Address according to sendmail.cf
|
|
# Note: FAMILY pid is not valid
|
|
-# MilterAddress = local:/usr/local/drweb/run/drweb-smf.skt
|
|
-MilterAddress = inet:3001@localhost
|
|
+MilterAddress = local:/usr/local/drweb/run/drweb-smf.skt
|
|
+# MilterAddress = inet:3001@localhost
|
|
|
|
# Timeout for drweb-smf to sendmail connection
|
|
# (Must be greater than any Timeout. parameter in sendmail.cf)
|