chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:12:17 +08:00
commit cf8edb9f21
44281 changed files with 1655134 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
<header>Access table mapping</header>
The optional access table directs the Postfix SMTP server to selectively reject or accept mail. Access can be
allowed or denied for specific host names, domain names, networks, host addresses or mail addresses.
<p><b>E-mail address mappings</b></p>
<ul>
<li> <b><tt>user@domain</tt></b> matches the specified mail address</li>
<li> <b><tt>domain.tld</tt></b> matches domain.tld as the domain part of an email address</li>
<li> <b><tt>user@</tt></b> matches all mail addresses with the specified user part</li>
</ul>
<p><b>Hostname/IP-address mappings</b></p>
<ul>
<li> <b><tt>net.work.addr.ess<br>net.work.addr<br>net.work<br>net</tt></b>
matches the specified IPv4 host address or subnet-work</li>
<li> <b><tt>net:work:addr:ess<br>net:work:addr<br>net:work<br>net</tt></b>
matches the specified IPv6 host address or subnet-work</li>
</ul>
<p>
<p><b>Action on matches</b></p>
<ul>
<li> <b><tt>OK</tt></b> Accept the e-mail.</li>
<li> <b><tt>REJECT [message]</tt></b> Reject the e-mail, and reply with a [message] or a generic error.</li>
<li> <b><tt>DISCARD [message]</tt></b> Silently discard the e-mail; optionally write a [message] log.</li>
<li> <B><tt>REDIRECT spam@yourdomain.com</tt></b> forward the e-mail to another address</li>
</ul>
<footer>