Mercurial > masqmail
comparison man/masqmail.conf.5 @ 156:ee2afbf92428
require host_name to be set in config file
exit otherwise
there is no portable way to determine the hostname
(actually the hostname that masqmail should use)
thus it must be set by the administrator
author | meillo@marmaro.de |
---|---|
date | Thu, 08 Jul 2010 09:49:05 +0200 |
parents | 51d8eadf3c79 |
children | 586f001f5bbd |
comparison
equal
deleted
inserted
replaced
155:b5ab9cb2f18a | 156:ee2afbf92428 |
---|---|
108 and the first line of this file will be used. | 108 and the first line of this file will be used. |
109 Usually this will be `/etc/mailname' to make masqmail conform to Debian policies. | 109 Usually this will be `/etc/mailname' to make masqmail conform to Debian policies. |
110 | 110 |
111 It is not used to find whether an address is local. Use \fBlocal_hosts\fR for that. | 111 It is not used to find whether an address is local. Use \fBlocal_hosts\fR for that. |
112 | 112 |
113 Default: none; \fBhost_name\fP MUST be set in the config file | |
114 | |
113 .TP | 115 .TP |
114 \fBremote_port = \fIn\fR | 116 \fBremote_port = \fIn\fR |
115 | 117 |
116 The remote port number to be used. This defaults to port 25. | 118 The remote port number to be used. This defaults to port 25. |
117 | 119 |