Plan 9 from Bell Labs’s /usr/web/sources/plan9/mail/lib/smtpd.conf

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#
#	sample smtpd configuration options for inside connections
#

#
#	replace YOURDOM with the name of your domain
#	replace 10.0.0.0 with the IP address range of your networks

defaultdomain		YOURDOM.com
norelay			off	#allow relaying
verifysenderdom		off	#disable dns verification of sender domain
saveblockedmsg		off	#save blocked messages

#
# if norelay is on, you need to set the
# networks allowed to relay through 
# as well as the domains to accept mail for
#

# ournets 192.168.0.0/16

# ourdomains *.fakedom.dom, *.fakedom.rog

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.