changeset 306:382e4260435d

clarified local_addresses in man page
author meillo@marmaro.de
date Sun, 24 Apr 2011 15:10:48 +0200
parents 794071925a22
children e0de950ed497
files man/masqmail.conf.5
diffstat 1 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/man/masqmail.conf.5	Sun Apr 24 15:10:11 2011 +0200
+++ b/man/masqmail.conf.5	Sun Apr 24 15:10:48 2011 +0200
@@ -131,14 +131,13 @@
 considered local although their domain name part is not in the list of \fBlocal_hosts\fR. 
 This list can be seen as an addition to \fBlocal_hosts\fP.
 
-For example: There are two people working at your LAN: person1@yourdomain and person2@yourdomain.
-But there are other persons @yourdomain which are NOT local.
-So you can not put yourdomain to the list of local_hosts.
-If person1 now wants to write to person2@yourdomain and this mail should not leave the LAN then you can put
+Further more only the local part of the addresses will be regarded,
+seeing it as a local user.
 
-local_addresses = "person1@yourdomain;person2@yourdomain"
+Example: \fIlocal_addresses = "person1@yourdomain;person2@yourdomain"\fP
 
-to your masqmail.conf.
+This means mail to person1@yourdomain will effectively go to
+person1@localhost, if not redirected by an alias.
 
 .TP
 \fBnot_local_addresses = \fIlist\fR