opt/masqmail/README

25 lines
806 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
README for masqmail 0.2.x
REQUIREMENTS
PRE-INSTALL
2010-06-01 11:47:28 +02:00
1. Remove exim. Masqmail and exim can not coexist.
2006-02-23 16:26:10 +01:00
POST-INSTALL
2010-06-01 11:47:28 +02:00
1. Edit /etc/masqmail/masqmail.conf and change the placeholders
for host and domain into correct values.
2. Now masqmail delivers all non-local mail directly to the mail
server of the recipient. This will not work for the usual
dialup connections. To use the mail server of your provider
for delivering mail, edit inet.route.
3. In this configuration masqmail doesn't take care about your
online status. See masqmail.conf(5) about online detection.
4. Create a alias for postmaster and root in masqmail.alias
2006-02-23 16:26:10 +01:00
PRECAUTION
As of version 0.2.21 the masqmail log files must be
writeable by the system-user 'mail'.
chown mail:mail /var/log/masqmail/*
2010-06-01 11:47:28 +02:00