fake...@fakessh.eu wrote:
I will try to install it correctly ...;
you know a webpage "a sort of how-to" describing the installation,
documentation clearer than the one ligne on the website postfix
Please don't top-post.
See the sid-milter documentation for installing and
configuring sid-milter. It's quite easy.
Most likely there's an sid-milter package available for your
system - ports, or yum, or RPM or whatever your system uses.
Then you start the sid-filter program using the options you
need. Mine looks like this (all one line):
/usr/bin/sid-filter -p inet:9967 -t -d megan.vbhcs.org -D -l
-P /var/run/milter/sid-filter.pid -u milter
You should read "man sid-filter" to see what those command
options do.
See the postfix MILTER_README for instructions on telling
postfix where to talk to sid-milter.
http://www.postfix.org/MILTER_README.html
My postfix main.cf entry looks like this:
smtpd_milters = inet:127.0.0.1:9967
-- Noel Jones