summaryrefslogtreecommitdiff
path: root/mail/mimedefang/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mimedefang/pkg-message')
-rw-r--r--mail/mimedefang/pkg-message4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mimedefang/pkg-message b/mail/mimedefang/pkg-message
index 323e13f70bc4..a87bf72a07c6 100644
--- a/mail/mimedefang/pkg-message
+++ b/mail/mimedefang/pkg-message
@@ -1,11 +1,11 @@
To finish installation please follow these steps:
-1. Edit /etc/mail/mimedefang-filter
+1. Edit /usr/local/etc/mimedefang/mimedefang-filter
2. Reconfigure sendmail to use MIMEDefang, for example add this lines to
your sendmail.mc:
- MAIL_FILTER(`mimedefang', `S=local:/var/run/mimedefang.sock, F=T, T=C:15m;S:4m;R:4m;E:10m')dnl
+ MAIL_FILTER(`mimedefang', `S=local:/var/spool/MIMEDefang/mimedefang.sock, F=T, T=C:15m;S:4m;R:4m;E:10m')dnl
define(`confINPUT_MAIL_FILTERS', `mimedefang')dnl
rebuild sendmail.cf and install it.