| Line 251... |
Line 251... |
| 251 |
# You can specify the list of "trusted" network addresses by hand
|
251 |
# You can specify the list of "trusted" network addresses by hand
|
| 252 |
# or you can let Postfix do it for you (which is the default).
|
252 |
# or you can let Postfix do it for you (which is the default).
|
| 253 |
#
|
253 |
#
|
| 254 |
# By default (mynetworks_style = subnet), Postfix "trusts" SMTP
|
254 |
# By default (mynetworks_style = subnet), Postfix "trusts" SMTP
|
| 255 |
# clients in the same IP subnetworks as the local machine.
|
255 |
# clients in the same IP subnetworks as the local machine.
|
| 256 |
# On Linux, this does works correctly only with interfaces specified
|
256 |
# On Linux, this works correctly only with interfaces specified
|
| 257 |
# with the "ifconfig" command.
|
257 |
# with the "ifconfig" command.
|
| 258 |
#
|
258 |
#
|
| 259 |
# Specify "mynetworks_style = class" when Postfix should "trust" SMTP
|
259 |
# Specify "mynetworks_style = class" when Postfix should "trust" SMTP
|
| 260 |
# clients in the same IP class A/B/C networks as the local machine.
|
260 |
# clients in the same IP class A/B/C networks as the local machine.
|
| 261 |
# Don't do this with a dialup site - it would cause Postfix to "trust"
|
261 |
# Don't do this with a dialup site - it would cause Postfix to "trust"
|