summaryrefslogtreecommitdiff
path: root/masqmail/README
blob: b8ac34b4b12062d22557a08f151f97119f0388c8 (plain)
    1 README for masqmail 0.2.x
    2 
    3 REQUIREMENTS
    4 
    5 PRE-INSTALL
    6 1. Remove exim. Masqmail and exim can not coexist.
    7       
    8 POST-INSTALL
    9 1. Edit /etc/masqmail/masqmail.conf and change the placeholders
   10    for host and domain into correct values.
   11 2. Now masqmail delivers all non-local mail directly to the mail 
   12    server of the recipient. This will not work for the usual
   13    dialup connections. To use the mail server of your provider 
   14    for delivering mail, edit inet.route.
   15 3. In this configuration masqmail doesn't take care about your 
   16    online status. See masqmail.conf(5) about online detection.
   17 4. Create a alias for postmaster and root in masqmail.alias
   18 
   19 PRECAUTION
   20    As of version 0.2.21 the masqmail log files must be 
   21    writeable by the system-user 'mail'. 
   22    
   23      chown mail:mail /var/log/masqmail/*

Generated by cgit