diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-04 10:26:36 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-04 10:26:36 +0000 |
commit | 2e04b9b9d3e7f2753b1208ddd6cd840c261157c5 (patch) | |
tree | 105c8e06c7c7a434e93fa2a722e6a7cecf164005 /security/drweb-sendmail/files/patch-aa | |
parent | aspects is a lightweight approach to aspect oriented programming (AOP) in (diff) |
- Update to 4.44.1
- While here:
fix DISTNAME/DISTFILES and ordering
pet portlint
rename rc.d scripts from foo.sh -> foo.in (.sh is legacy)
PR: ports/131292, ports/131293, ports/131300, ports/131301
Submitted by: Demin Alexander <support@spectrum.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=227604
Diffstat (limited to 'security/drweb-sendmail/files/patch-aa')
-rw-r--r-- | security/drweb-sendmail/files/patch-aa | 90 |
1 files changed, 0 insertions, 90 deletions
diff --git a/security/drweb-sendmail/files/patch-aa b/security/drweb-sendmail/files/patch-aa deleted file mode 100644 index c575676124b8..000000000000 --- a/security/drweb-sendmail/files/patch-aa +++ /dev/null @@ -1,90 +0,0 @@ ---- 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) |