/usr/share/doc/mailfront/plugin-check-fqdn.html is in mailfront 1.16-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | <html>
<body>
<h2><a href="mailfront.html">mailfront</a></h2>
<h1>Plugin: check-fqdn</h1>
<hr />
<h2>Configuration</h2>
<dl>
<dt><tt>$DEFAULTDOMAIN</tt></dt> <dd>If set, the contents of this
variable are appended to all sender or recipient addresses that have a
partial host name (missing at least one "<tt>.</tt>"). (no default)</dd>
<dt><tt>$DEFAULTHOST</tt></dt> <dd>If set, the contents of this variable
are appended to all sender or recipient addresses that are missing a
host name. (no default)</dd>
</dl>
<h2>Sender Action</h2>
<p>If the sender address is not empty and it either contains no
"<tt>@</tt>" or contains no "<tt>.</tt>" in the part of the address
following the "<tt>@</tt>", the address is rejected. Otherwise no
action.</p>
<h2>Recipient Action</h2>
<p>Same as the sender action.</p>
<h2>Data Action</h2>
<p>None</p>
<h2>Message Action</h2>
<p>None</p>
</body>
</html>
|