Subversion Repositories configs

Rev

Rev 90 | Rev 116 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 90 Rev 93
Line 248... Line 248...
248
# Specify "mynetworks_style = host" when Postfix should "trust"
248
# Specify "mynetworks_style = host" when Postfix should "trust"
249
# only the local machine.
249
# only the local machine.
250
# 
250
# 
251
#mynetworks_style = class
251
#mynetworks_style = class
252
#mynetworks_style = subnet
252
#mynetworks_style = subnet
253
#mynetworks_style = host
253
mynetworks_style = host
254
 
254
 
255
# Alternatively, you can specify the mynetworks list by hand, in
255
# Alternatively, you can specify the mynetworks list by hand, in
256
# which case Postfix ignores the mynetworks_style setting.
256
# which case Postfix ignores the mynetworks_style setting.
257
#
257
#
258
# Specify an explicit list of network/netmask patterns, where the
258
# Specify an explicit list of network/netmask patterns, where the
Line 261... Line 261...
261
#
261
#
262
# You can also specify the absolute pathname of a pattern file instead
262
# You can also specify the absolute pathname of a pattern file instead
263
# of listing the patterns here. Specify type:table for table-based lookups
263
# of listing the patterns here. Specify type:table for table-based lookups
264
# (the value on the table right-hand side is not used).
264
# (the value on the table right-hand side is not used).
265
#
265
#
266
mynetworks = 10.192.25.0/24 127.0.0.0/8 68.100.248.216/0
266
#mynetworks = 10.192.25.0/24 127.0.0.0/8
267
#mynetworks = $config_directory/mynetworks
267
#mynetworks = $config_directory/mynetworks
268
#mynetworks = hash:/etc/postfix/network_table
268
#mynetworks = hash:/etc/postfix/network_table
269
 
269
 
270
# The relay_domains parameter restricts what destinations this system will
270
# The relay_domains parameter restricts what destinations this system will
271
# relay mail to.  See the smtpd_recipient_restrictions description in
271
# relay mail to.  See the smtpd_recipient_restrictions description in