wm: doc

Download patch

ref: 2cef664b94c297917db9e41fc7cfdaeee6df55c9
parent: 61864557978b570d2364b36282b534c20d50bf46
author: jrmu <jrmu@cloud9p.org>
date: Fri Sep 6 01:28:53 EDT 2024

Add minor notes for substituting YOURDOMAIN.DOM

--- a/smtpd.ms
+++ b/smtpd.ms
@@ -17,8 +17,8 @@
 #
 
 #
-#	replace YOURDOM with the name of your domain
-#	replace 10.0.0.0 with the IP address range of your networks
+#	replace example.com with the name of your domain
+#	replace 198.51.100.0 with the IP address range of your networks
 
 defaultdomain		example.com
 norelay			on	
@@ -35,7 +35,7 @@
 
 ourdomains *.example.com
 
-Copy /mail/lib/rewrite.direct to /mail/lib/rewrite.
+Copy /mail/lib/rewrite.direct to /mail/lib/rewrite, while replacing YOURDOMAIN.DOM with your actual domain name.
 
 .P2
 .LP