Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#
2
#	sample smtpd configuration options for inside connections
3
#
4
 
5
#
6
#	replace YOURDOM with the name of your domain
7
#	replace 10.0.0.0 with the IP address range of your networks
8
 
9
defaultdomain		YOURDOM.com
10
norelay			off	#allow relaying
11
verifysenderdom		off	#disable dns verification of sender domain
12
saveblockedmsg		off	#save blocked messages
13
 
14
#
15
# if norelay is on, you need to set the
16
# networks allowed to relay through 
17
# as well as the domains to accept mail for
18
#
19
 
20
# ournets 192.168.0.0/16
21
 
22
# ourdomains *.fakedom.dom, *.fakedom.rog