# HG changeset patch # User meillo@marmaro.de # Date 1279139020 -7200 # Node ID b6fc62ea605837babfd2cf19903024ed658b1ea7 # Parent e96a9fee9423bf484491209db2c226a103cdbf0a improved INSTALL (2nd sendmail link) diff -r e96a9fee9423 -r b6fc62ea6058 INSTALL --- a/INSTALL Wed Jul 14 22:22:58 2010 +0200 +++ b/INSTALL Wed Jul 14 22:23:40 2010 +0200 @@ -143,10 +143,11 @@ `sendmail' is the de-facto standard name of the system's MTA, no matter which MTA actually runs. If you want to make masqmail the -system's MTA (i.e. replace sendmail, postfix, etc), make a symbolic -link: +system's MTA (i.e. replace sendmail, postfix, etc), make two symbolic +links: ln -s /usr/local/sbin/masqmail /usr/lib/sendmail + ln -s /usr/local/sbin/masqmail /usr/sbin/sendmail Now every mailer that used to call sendmail will now call masqmail. If you already had an MTA installed and running, you can kill it and @@ -184,9 +185,10 @@ Such a setup (i.e. the default one) does: - deliver mail locally - accept mail from local (via stdin) -- accept mail on localhost:25 (via SMTP) +- accept mail on localhost:25 (via SMTP) (if started as daemon) + It does not -- transfer any mail to other machines +- transfer mail to other machines - accept mail from outside your machine