diff options
Diffstat (limited to 'mail/smfsav/files/patch-readme')
-rw-r--r-- | mail/smfsav/files/patch-readme | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/mail/smfsav/files/patch-readme b/mail/smfsav/files/patch-readme deleted file mode 100644 index 37a0ed97d447..000000000000 --- a/mail/smfsav/files/patch-readme +++ /dev/null @@ -1,28 +0,0 @@ ---- readme.orig 2006-10-25 23:15:10.000000000 +0300 -+++ readme 2008-02-17 14:50:09.000000000 +0200 -@@ -38,21 +38,18 @@ - make - make install - -- Inspect and edit the /etc/mail/smfs/smf-sav.conf file. -+ Inspect and edit the %%PREFIX%%/etc/smfsav.conf file. - --/usr/local/sbin/smf-sav -+%%PREFIX%%/sbin/smfsav - or --/usr/local/sbin/smf-sav -c /etc/mail/smfs/smf-sav.conf -+%%PREFIX%%/sbin/smfsav -c %%PREFIX%%/etc/smfsav.conf - - Add this milter to start-up scripts before starting a Sendmail daemon. - Look at the contributed samples of start-up scripts. - - Add these lines to your Sendmail configuration file (usually sendmail.mc): - define(`confMILTER_MACROS_HELO', confMILTER_MACROS_HELO`, {verify}')dnl --INPUT_MAIL_FILTER(`smf-sav', `S=unix:/var/run/smfs/smf-sav.sock, T=S:30s;R:4m')dnl -- --IMPORTANT: make sure that /var/run is not a group writable directory! If so, --or chmod 755 /var/run, or if it's impossible switch to another directory. -+INPUT_MAIL_FILTER(`smfsav', `S=unix:/var/run/smfsav/smfsav.sock, T=S:30s;R:4m')dnl - - IMPORTANT: make sure that libmilter is compiled with BROKEN_PTHREAD_SLEEP defined. - If this symbol is not defined, libmilter will use sleep() in signal-handler thread, |