aboutsummaryrefslogtreecommitdiff
path: root/mail/dk-milter
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-13 22:29:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-13 22:29:42 +0000
commit558224994b6a2fbede4a420d1e66d57bbea5c4a8 (patch)
treef8fffd0a880e3bf796b0afc8c07cde885792a226 /mail/dk-milter
parentca2f814673dd2e6d2afab56e7d0c650fe46a7872 (diff)
Notes
Diffstat (limited to 'mail/dk-milter')
-rw-r--r--mail/dk-milter/pkg-message10
-rw-r--r--mail/dk-milter/pkg-message.postfix10
2 files changed, 12 insertions, 8 deletions
diff --git a/mail/dk-milter/pkg-message b/mail/dk-milter/pkg-message
index 80253b8d5109..e8a508040102 100644
--- a/mail/dk-milter/pkg-message
+++ b/mail/dk-milter/pkg-message
@@ -1,5 +1,6 @@
-************************************************************************
-
+[
+{ type: install
+ message: <<EOM
In order to run this port, please add the following lines to
/etc/mail/<your_configuration>.mc:
@@ -8,5 +9,6 @@ INPUT_MAIL_FILTER(`dk-filter', `S=unix:/var/run/milterdk/filter, F=T, T=R:2m')
And to run the milter from startup, add milterdk_enable="YES" in
your /etc/rc.conf.
Extra options can be found in startup script.
-
-************************************************************************
+EOM
+}
+]
diff --git a/mail/dk-milter/pkg-message.postfix b/mail/dk-milter/pkg-message.postfix
index 89e88467bce3..b67030a4585b 100644
--- a/mail/dk-milter/pkg-message.postfix
+++ b/mail/dk-milter/pkg-message.postfix
@@ -1,5 +1,6 @@
-************************************************************************
-
+[
+{ type: install
+ message: <<EOM
In order to run this port, please add the following lines to
${PREFIX}/etc/postfix/main.cf:
@@ -8,5 +9,6 @@ smtpd_milters = unix:/var/run/milterdk/filter
And to run the milter from startup, add milterdk_enable="YES" in
your /etc/rc.conf.
Extra options can be found in startup script.
-
-************************************************************************
+EOM
+}
+]