blob: 8bfaf8488b02789a28919cc16b82f4053c037b1d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
=====================================================================================
1. Inspect and edit the %%PREFIX%%/etc/smfsav.conf file
2. Add these lines to your Sendmail configuration file (usually sendmail.mc):
define(`confMILTER_MACROS_HELO', confMILTER_MACROS_HELO`, {verify}')dnl
INPUT_MAIL_FILTER(`smfsav', `S=unix:/var/run/smfsav/smfsav.sock, T=S:30s;R:4m')dnl
3. Put line smfsav_enable="YES" to /etc/rc.conf file
4. Run %%PREFIX%%/etc/rc.d/smfsav start
=====================================================================================
|