summaryrefslogtreecommitdiff
path: root/mail/opendkim-devel/files/pkg-message.in
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2024-06-10 15:20:12 +0900
committerYasuhiro Kimura <yasu@FreeBSD.org>2024-06-10 15:20:12 +0900
commitd754a77ccf5b313a754473501e39234d9034b32c (patch)
tree2a5b32e4f78d41d3a316a8d9b47ab012b23b0ba1 /mail/opendkim-devel/files/pkg-message.in
parentgraphics/fotocx: the port had been updated to version 24.40. (diff)
mail/opendkim-devel: Add new port
* Add mail/opendkim-devel, development snapshot of OpenDKIM. * Mark mail/opendkim and mail/opendkim-devel as CONFLICTS_INSTALL with each other
Diffstat (limited to 'mail/opendkim-devel/files/pkg-message.in')
-rw-r--r--mail/opendkim-devel/files/pkg-message.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/opendkim-devel/files/pkg-message.in b/mail/opendkim-devel/files/pkg-message.in
new file mode 100644
index 000000000000..259943577424
--- /dev/null
+++ b/mail/opendkim-devel/files/pkg-message.in
@@ -0,0 +1,25 @@
+[
+{ type: install
+ message: <<EOM
+In order to run this port, write your opendkim.conf and:
+
+if you use sendmail, add the milter socket `socketspec' in
+/etc/mail/<your_configuration>.mc:
+
+INPUT_MAIL_FILTER(`dkim-filter', `S=_YOUR_SOCKET_SPEC_, F=T, T=R:2m')
+
+or if you use postfix write your milter socket `socketspec' in
+%%PREFIX%%/etc/postfix/main.cf:
+
+smtpd_milters = _YOUR_SOCKET_SPEC_
+
+
+And to run the milter from startup, add milteropendkim_enable="YES" in
+your /etc/rc.conf.
+Extra options can be found in startup script.
+
+Note: milter sockets must be accessible from postfix/smtpd;
+ using inet sockets might be preferred.
+EOM
+}
+]