File: plugin-qmail-validate.html

package info (click to toggle)
mailfront 2.12-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,072 kB
  • sloc: sh: 5,549; ansic: 5,083; makefile: 35
file content (42 lines) | stat: -rw-r--r-- 955 bytes parent folder | download | duplicates (5)
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
<html>
<body>

<h2><a href="mailfront.html">MailFront</a></h2>

<h1>Plugin: qmail-validate</h1>

<hr />

<h2>Configuration</h2>

<dl>

<dt><tt>$QMAILHOME</tt></dt> <dd>The directory in which qmail resides
(defaults to the contents of <tt>conf-qmail</tt>, which is typically
"<tt>/var/qmail</tt>")  The control files listed below are all located
in the <tt>control</tt> subdirectory of this path.</dd>

</dl>

<h2>Sender Action</h2>

<p>If the sender address is listed in the <tt>badmailfrom</tt> control
file, the sender is rejected. Otherwise no action.</p>

<h2>Recipient Action</h2>

<p>If the recipient is listed in the <tt>badrcptto</tt> control file, it
is rejected.  If the domain of the recipient address is <i>not</i>
listed in either the <tt>rcpthosts</tt> or <tt>morercpthosts.cdb</tt>
control files, the recipient is rejected.  Otherwise no action.</p>

<h2>Data Action</h2>

<p>None</p>

<h2>Message Action</h2>

<p>None</p>

</body>
</html>