masqmail
diff INSTALL @ 206:0241aaccfcdb
default listen_addresses: use 127.0.0.1 instead of `localhost'
because `localhost' could be bound to some other IP address.
This is unlikely but could be. Using 127.0.0.1 is more safe.
See mailing list for details
author | meillo@marmaro.de |
---|---|
date | Sat, 17 Jul 2010 00:34:40 +0200 |
parents | 4fd237550525 |
children | cab46cefa4ce |
line diff
1.1 --- a/INSTALL Fri Jul 16 16:38:50 2010 +0200 1.2 +++ b/INSTALL Sat Jul 17 00:34:40 2010 +0200 1.3 @@ -164,8 +164,9 @@ 1.4 1.5 Such a setup (i.e. the default one) does: 1.6 - deliver mail locally 1.7 -- accept mail from local (via stdin) 1.8 -- accept mail on localhost:25 (via SMTP) (if started as daemon) 1.9 +- accept mail on stdin (plain text) 1.10 +- accept mail on stdin (SMTP) (if started with -bs) 1.11 +- accept mail on the local port 25 (SMTP) (if started with -bd) 1.12 1.13 It does not 1.14 - transfer mail to other machines