K E E P E R
To integrate Keeper into the Postfix mail system manually,
follow these steps:
1. Check the version number of your Postfix mail system. The
version number must be more than
snapshot_20000529
. If it is
not, download the required program version from the Postfix
web site (
www.postfix.org
).
2. Add the following string to the Postfix configuration file
main.cf
:
content_filter = lmtp:localhost:10025
3. Add the following strings to the Postfix configuration file
master.cf
:
localhost:10025 inet
n n n -
10 spawn
user=filter
argv=/opt/AVP/kavkeeper/kavkeeper
localhost:10026 inet
n - n -
10
smtpd -o content_filter= -o
myhostname="$hostname
4. Create
the
filter
user by entering the following string:
adduser filter
5. Create a home directory for this user by entering the following
strings:
mkdir /var/spool/filter
chown filter.filter /var/spool/filter
For a sample of a Postfix configuration file refer to subchapter 15.12
of Appendix B.
6. Use the WebTuner program to redefine the Keeper
configuration:
•
On the
main
page (see subchapter 10.6.2),
°
specify the following working path for the
Sender
mailer, Recipient mailer
and
Admin mailer
parameters:
smtp: localhost:10026
°
enter the host name where Keeper will be running in
the
Hostname
text field
;
71