diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-01-01 04:22:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-01-01 04:22:06 +0000 |
commit | c465f1b03284178400c8e61e5297ce370e6aaaca (patch) | |
tree | c8775f0e81d4337018fa4763e65627ef96d86736 /mail/mimedefang/files | |
parent | 2b822c044ffc073ed203ad63067e8c0ec24f53b4 (diff) | |
download | ports-c465f1b03284178400c8e61e5297ce370e6aaaca.tar.gz ports-c465f1b03284178400c8e61e5297ce370e6aaaca.zip |
Notes
Diffstat (limited to 'mail/mimedefang/files')
-rw-r--r-- | mail/mimedefang/files/pkg-message.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/mimedefang/files/pkg-message.in b/mail/mimedefang/files/pkg-message.in new file mode 100644 index 000000000000..daa4e3862cc8 --- /dev/null +++ b/mail/mimedefang/files/pkg-message.in @@ -0,0 +1,20 @@ +To finish installation please follow these steps: + +1. Edit %%ETCDIR%%/mimedefang-filter + +2. Reconfigure sendmail to use MIMEDefang, for example add this lines to + your sendmail.mc: + + 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. + +Also, you can install some anti-virus software to check your mail, for example: + + security/clamav + Open source AV package with automatic virus definition updates + security/f-prot + F-Prot Antivirus for BSD Workstations + security/vscan + Evaluation version of a DOS/Windows/Linux file virus scanner |