-
Notifications
You must be signed in to change notification settings - Fork 3
/
plugin-check-fqdn.html
47 lines (29 loc) · 1.02 KB
/
plugin-check-fqdn.html
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
45
46
47
<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>
<dt><tt>$SENDER_DOMAINS</tt></dt> <dd>A colon-separated list of domains
to restrict the sender.</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, with no exception for empty addresses.</p>
<h2>Data Action</h2>
<p>None</p>
<h2>Message Action</h2>
<p>None</p>
</body>
</html>