1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/mail/milter-greylist/pkg-message

21 lines
766 B
Plaintext

===> IMPORTANT NOTE
A sample configuration file has been installed in %%PREFIX%%/etc/mail
directory. Copy and edit it to suit your needs before launching
milter-greylist.
Add following lines
dnl j,{if_addr},{cert_subject},i,{auth_authen} are already enabled by default
define(`confMILTER_MACROS_HELO', confMILTER_MACROS_HELO``, {verify}'')
define(`confMILTER_MACROS_ENVRCPT', confMILTER_MACROS_ENVRCPT``, {greylist}'')
INPUT_MAIL_FILTER(`greylist', `S=local:/var/milter-greylist/milter-greylist.sock, F=T, T=R:30s')
to your /etc/mail/<your_host>.mc configuration.
To run milter-greylist from startup, add miltergreylist_enable="YES"
in your /etc/rc.conf or your /etc/rc.conf.local
See %%DOCSDIR%%/README for operation details.