xref: /plan9/mail/lib/smtpd.conf (revision 223a736ebd2849388a6a0145cd1e22a96bd28460)
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
9defaultdomain		YOURDOM.com
10norelay			off	#allow relaying
11verifysenderdom		off	#disable dns verification of sender domain
12saveblockedmsg		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
23