masqmail

changeset 185:b6fc62ea6058

improved INSTALL (2nd sendmail link)
author meillo@marmaro.de
date Wed, 14 Jul 2010 22:23:40 +0200
parents e96a9fee9423
children 3dff59a4e764
files INSTALL
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line diff
     1.1 --- a/INSTALL	Wed Jul 14 22:22:58 2010 +0200
     1.2 +++ b/INSTALL	Wed Jul 14 22:23:40 2010 +0200
     1.3 @@ -143,10 +143,11 @@
     1.4  
     1.5  `sendmail' is the de-facto standard name of the system's MTA, no
     1.6  matter which MTA actually runs. If you want to make masqmail the
     1.7 -system's MTA (i.e. replace sendmail, postfix, etc), make a symbolic
     1.8 -link:
     1.9 +system's MTA (i.e. replace sendmail, postfix, etc), make two symbolic
    1.10 +links:
    1.11  
    1.12  	ln -s /usr/local/sbin/masqmail /usr/lib/sendmail
    1.13 +	ln -s /usr/local/sbin/masqmail /usr/sbin/sendmail
    1.14  
    1.15  Now every mailer that used to call sendmail will now call masqmail.
    1.16  If you already had an MTA installed and running, you can kill it and
    1.17 @@ -184,9 +185,10 @@
    1.18  Such a setup (i.e. the default one) does:
    1.19  - deliver mail locally
    1.20  - accept mail from local (via stdin)
    1.21 -- accept mail on localhost:25 (via SMTP)
    1.22 +- accept mail on localhost:25 (via SMTP) (if started as daemon)
    1.23 +
    1.24  It does not
    1.25 -- transfer any mail to other machines
    1.26 +- transfer mail to other machines
    1.27  - accept mail from outside your machine
    1.28  
    1.29