diff options
author | ache <ache@FreeBSD.org> | 2006-12-16 00:12:36 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2006-12-16 00:12:36 +0800 |
commit | 760db551e1ae2e0536132a64ebcc0247fce8bdc7 (patch) | |
tree | e92c10af339138dc671050347770f969cb1f6cd7 /mail | |
parent | ce94ae9b047f83c2f78cb56129ac22726b7909c3 (diff) | |
download | freebsd-ports-gnome-760db551e1ae2e0536132a64ebcc0247fce8bdc7.tar.gz freebsd-ports-gnome-760db551e1ae2e0536132a64ebcc0247fce8bdc7.tar.zst freebsd-ports-gnome-760db551e1ae2e0536132a64ebcc0247fce8bdc7.zip |
Remove unneded confMILTER_MACROS_*
PR: 106758
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dkim-milter/pkg-message | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/dkim-milter/pkg-message b/mail/dkim-milter/pkg-message index bda6e108405d..efdf6da6ff85 100644 --- a/mail/dkim-milter/pkg-message +++ b/mail/dkim-milter/pkg-message @@ -5,9 +5,6 @@ In order to run this port, please add the following lines to INPUT_MAIL_FILTER(`dkim-filter', `S=unix:/var/run/milterdkim/filter, F=T, T=R:2m') -define(`confMILTER_MACROS_CONNECT', `j, {daemon_name}') -define(`confMILTER_MACROS_ENVFROM', `i, {auth_type}') - And to run the milter from startup, add milterdkim_enable="YES" in your /etc/rc.conf. Extra options can be found in startup script. |