diff options
Diffstat (limited to 'mail/dkim-milter/pkg-message')
-rw-r--r-- | mail/dkim-milter/pkg-message | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/dkim-milter/pkg-message b/mail/dkim-milter/pkg-message index efdf6da6ff8..06c56e9b469 100644 --- a/mail/dkim-milter/pkg-message +++ b/mail/dkim-milter/pkg-message @@ -1,9 +1,9 @@ ************************************************************************ -In order to run this port, please add the following lines to -/etc/mail/<your_configuration>.mc: +In order to run this port, write your dkim-filter.conf and add the +milter socket path in /etc/mail/<your_configuration>.mc: -INPUT_MAIL_FILTER(`dkim-filter', `S=unix:/var/run/milterdkim/filter, F=T, T=R:2m') +INPUT_MAIL_FILTER(`dkim-filter', `S=_YOUR_SOCKET_PATH_, F=T, T=R:2m') And to run the milter from startup, add milterdkim_enable="YES" in your /etc/rc.conf. |