annotate docs/old-manual/docs/masqmail.conf.5.html @ 189:bdd343cc4e19

bumped version number
author markus schnalke <meillo@marmaro.de>
date Sat, 27 Aug 2011 18:51:46 +0200
parents f6a6f55b7b9e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
56
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
1 <body text="#000000" link="#0000ff" bgcolor="#ffffff"><center><table width="80%">
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
2 <tr><td><h1>masqmail.conf</h1>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
3 <h2>masqmail configuration file</h2>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
4
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
5
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
6 <h2>Description</h2>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
7
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
8 <p>This man page describes the syntax of the main configuration file
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
9 of masqmail. Its usual location is <em>/etc/masqmail/masqmail.conf</em></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
10
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
11 <p>The configuration consists of lines of the form</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
12
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
13 <p><b>val</b> = <em>expression</em></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
14
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
15 <p>Where <b>val</b> is a variable name and <em>expression</em> a string,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
16 which can be quoted with '"'. If the expression is on multiple lines
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
17 or contains characters other than letters, digits or the characters
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
18 '.', '-', '_', '/', it must be quoted. You can use quotes inside quotes
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
19 by escaping them with a backslash.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
20
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
21 <p>Each val has a type, which can be boolean, numeric, string
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
22 or list. A boolean variable can be set with one of the values 'on',
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
23 'yes', and 'true' or 'off', 'no' and 'false'. List items are separated
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
24 with ';'. For some values patterns (like '*','?') can be used. The
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
25 spaces before and after the '=' are optional.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
26
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
27 <p>Most lists (exceptions: <b>local_hosts</b>,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
28 <b>local_nets</b>, <b>listen_addresses</b>, <b>online_routes</b> and <b>online_gets</b>) accept
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
29 files. These will be recognized by a leading slash '/'. The contents
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
30 of these files will be included at the position of the file name,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
31 there can be items or other files before and after the file entry. The
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
32 format of the files is different though, within these files each entry
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
33 is on another line. (And not separated by semicolons). This makes it
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
34 easy to include large lists which are common in different
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
35 configuration files, so they do not have to appear in every
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
36 configuration file.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
37
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
38 <p>Blank lines and lines starting with '#' are ignored.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
39
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
40
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
41
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
42
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
43 <h2>Options</h2>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
44
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
45
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
46 <p><b>run_as_user = <em>boolean</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
47
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
48 <p>If this is set, masqmail runs with the user id of the user who
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
49 invoked it and never changes it. This is for debugging purposes
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
50 only. If the user is not root, masqmail will not be able to
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
51 listen on a port < 1024 and will not be able to deliver local mail
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
52 to others than the user.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
53
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
54
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
55
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
56
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
57 <p><b>use_syslog = <em>boolean</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
58
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
59 <p>If this is set, masqmail uses syslogd for logging. It uses facility
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
60 MAIL. You still have to set <b>log_dir</b> for debug files.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
61
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
62
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
63
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
64
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
65 <p><b>debug_level = <em>n</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
66
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
67 <p>Set the debug level. Valid values are 0 to 6, increasing it further
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
68 makes no difference. Be careful if you set this as high as 5 or higher,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
69 the logs may very soon fill your hard drive.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
70
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
71
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
72
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
73
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
74 <p><b>mail_dir = <em>file</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
75
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
76 <p>The directory where local mail is stored,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
77 usually <em>/var/spool/mail</em> or <em>/var/mail</em>.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
78
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
79
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
80
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
81
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
82 <p><b>spool_dir = <em>file</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
83
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
84 <p>The directory where masqmail stores its spool files (and later also
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
85 other stuff). It must have a subdirectory <em>input</em>.
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
86 Masqmail needs read and write permissions for this
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
87 directory. I suggest to use <em>/var/spool/masqmail</em>.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
88
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
89
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
90
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
91
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
92 <p><b>host_name = <em>string</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
93
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
94 <p>This is used in different places: Masqmail identifies itself in the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
95 greeting banner on incoming connections and in the HELO/EHLO command
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
96 for outgoing connections with this name, it is used in the Received:
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
97 header and to qualify the sender of a locally originating message.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
98
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
99 <p>If the string begins with a slash '/', it it assumed that it is a
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
100 filename, and the first line of this file will be used. Usually this will
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
101 be '/etc/mailname' to make masqmail conform to Debian policies.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
102
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
103 <p>It is not used to find whether an address is local.
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
104 Use <b>local_hosts</b> for that.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
105
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
106
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
107
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
108
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
109 <p><b>remote_port = <em>n</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
110
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
111 <p>The remote port number to be used. This defaults to port 25.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
112 <p>This option is deprecated. Use <b>host_name</b> in the route
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
113 configuration instead. See <a href="masqmail.route.5.html">masqmail.route</a>.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
114
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
115
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
116
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
117
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
118 <p><b>local_hosts = <em>list</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
119
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
120 <p>A semicolon ';' separated list of hostnames which are considered
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
121 local. Normally you set it to "localhost;foo;foo.bar.com" if your host
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
122 has the fully qualified domain name 'foo.bar.com'.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
123
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
124
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
125
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
126
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
127 <p><b>local_nets = <em>list</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
128
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
129 <p>A semicolon ';' separated list of hostnames which are on the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
130 'local' net. Delivery to these hosts is attempted immediately. You can
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
131 use patterns with '*', eg. "*.bar.com".</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
132
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
133
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
134
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
135
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
136 <p><b>local_addresses = <em>list</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
137
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
138 <p>A semicolon ';' separated list of fully qualified email-addresses
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
139 which are considered local although their domain name part is not in
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
140 the list of <b>local_hosts</b>. </p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
141 <p>For example: There are two people working at your
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
142 LAN: person1@yourdomain and person2@yourdomain. But there are
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
143 other persons @yourdomain which are NOT local. So you can not put
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
144 yourdomain to the list of local_hosts. If person1 now wants
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
145 to write to person2@yourdomain and this mail should not leave the LAN
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
146 then you can put</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
147 <p>local_addresses = "person1@yourdomain;person2@yourdomain"</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
148 <p>to your masqmail.conf.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
149
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
150
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
151
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
152
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
153 <p><b>not_local_addresses = <em>list</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
154
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
155 <p>A semicolon ';' separated list of fully qualified email-addresses
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
156 which are considered not local although their domain name part is in
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
157 the list of <b>local_hosts</b>. </p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
158 <p>This ist the opposite of the previous case. The majority of addresses
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
159 of a specific domain are local. But some users are not. With this
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
160 option you can easily exclude these users.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
161 <p>Example:</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
162 <p>local_hosts = "localhost;myhost;mydomain.net"</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
163 <p>not_local_addresses = "eric@mydomain.net"</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
164
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
165
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
166
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
167
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
168 <p><b>listen_addresses = <em>list</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
169
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
170 <p>A semicolon ';' separated list of interfaces on which connections
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
171 will be accepted. An interface ist defined by a hostname, optionally
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
172 followed by a colon ':' and a number for the port. If this is left out,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
173 port 25 will be used.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
174 <p>You can set this to "localhost:25;foo:25" if your hostname is 'foo'.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
175 <p>Note that the names are resolved to IP addreses. If your host has
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
176 different names which resolve to the same IP, use only one of them,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
177 otherwise you will get an error message.
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
178 </p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
179
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
180
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
181
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
182
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
183 <p><b>do_save_envelope_to = <em>boolean</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
184
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
185 <p>If this is set to true, a possibly existing Envelope-to: header in an
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
186 incoming mail which is received via either pop3 or smtp will be saved as
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
187 an X-Orig-Envelope-to: header.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
188 <p>This is useful if you retrieve mail from a pop3 server with either masqmail
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
189 or fetchmail, and the server supports Envelope-to: headers, and you want to make use
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
190 of those with a mail filtering tool, eg. procmail. It cannot be preserved because
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
191 masqmail sets such a header by itself.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
192 <p>Default is false.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
193
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
194
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
195
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
196
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
197 <p><b>do_relay = <em>boolean</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
198
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
199 <p>If this is set to false, mail with a return path that is not local and a
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
200 destination that is also not local will not be accepted via smtp and a 550
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
201 reply will be given. Default is true.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
202 <p>Note that this will not protect you from spammers using open relays, but from
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
203 users unable to set their address in their mail clients.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
204
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
205
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
206
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
207
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
208 <p><b>do_queue = <em>boolean</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
209
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
210 <p>If this is set, mail will not be delivered immediately when
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
211 accepted. Same as calling masqmail with the <b>-odq</b> option.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
212
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
213
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
214
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
215
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
216 <p><b>online_routes.<em>name</em> = <em>list</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
217
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
218
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
219 <p>Replace <em>name</em> with a name to identify a connection. Set this
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
220 to a filename (or a list of filenames) for the special route configuration for that
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
221 connection. You will use that name to call masqmail with the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
222 <b>-qo</b> option every time a connection to your ISP is set
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
223 up.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
224
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
225 <p>Example: Your ISP has the name FastNet. Then you write the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
226 following line in the main configuration:</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
227
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
228 <p><b>online_routes.FastNet</b> = <em>"/etc/masqmail/fastnet.route"</em></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
229
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
230 <p><em>/etc/masqmail/fastnet.route</em> is the route configuration
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
231 file, see <a href="masqmail.route.5.html">masqmail.route</a>. As soon as a link to FastNet has been set up, you
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
232 call masqmail <b>-qo</b> <em>FastNet</em>. Masqmail will then
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
233 read the specified file and send the mails.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
234
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
235
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
236
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
237
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
238
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
239 <p><b>connect_route.<em>name</em> = <em>list</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
240
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
241 <p>Old name for <b>online_routes</b>.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
242
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
243
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
244
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
245
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
246
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
247 <p><b>local_net_route = <em>file</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
248
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
249 <p>This is similar to <b>online_routes.<em>name</em></b> but for the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
250 local net. Recipient addresses that are in local_nets will be
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
251 routed using this route configuration. Main purpose is to define a
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
252 mail server with mail_host in your local network. In simple
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
253 environments this can be left unset. If unset, a default route
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
254 configuration will be used.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
255
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
256
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
257
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
258
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
259 <p><b>alias_file = <em>file</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
260
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
261 <p>Set this to the location of your alias file. If unset, no aliasing
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
262 will be done.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
263
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
264
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
265
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
266
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
267 <p><b>alias_local_caseless = <em>boolean</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
268
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
269 <p>If this is set, local parts in the alias file will be matched
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
270 disregarding upper/lower case.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
271
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
272
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
273
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
274
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
275 <p><b>pipe_fromline = <em>boolean</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
276
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
277 <p>If this is set, a from line will be prepended to the output stream whenever
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
278 a pipe command is called after an alias expansion. Default is false.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
279
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
280
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
281
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
282
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
283 <p><b>pipe_fromhack = <em>boolean</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
284
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
285 <p>If this is set, each line beginning with 'From ' is replaced with '>From ' whenever
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
286 a pipe command is called after an alias expansion. You probably want this if you have
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
287 set <b>pipe_fromline</b> above. Default is false.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
288
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
289
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
290
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
291
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
292 <p><b>mbox_default = <em>string</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
293
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
294 <p>The default local delivery method. Can be one of mbox, mda or
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
295 maildir (the latter only if maildir support is enabled at compile
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
296 time). Default is mbox. You can override this for each user by using
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
297 the <b>mbox_users</b>, <b>mda_users</b> or <b>maildir_users</b> options
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
298 (see below).
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
299 </p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
300
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
301
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
302
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
303
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
304 <p><b>mbox_users = <em>list</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
305
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
306 <p>A list of users which wish delivery to an mbox style mail folder.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
307
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
308
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
309
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
310
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
311 <p><b>mda_users = <em>list</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
312
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
313 <p>A list of users which wish local delivery to an mda. You have to
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
314 set <b>mda</b> (see below) as well.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
315
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
316
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
317
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
318
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
319 <p><b>maildir_users = <em>list</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
320
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
321 <p>A list of users which wish delivery to a qmail style maildir. The
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
322 path to maildir is ~/Maildir/. The maildir will be created if it
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
323 does not exist.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
324
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
325
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
326
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
327
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
328 <p><b>mda = <em>expand string</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
329
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
330 <p>If you want local delivery to be transferred to an mda (Mail
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
331 Delivery Agent), set this to a command. The argument will be expanded
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
332 on delivery time, you can use variables beginning with a '$' sign,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
333 optionally enclosed in curly braces. Variables you can use are:</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
334 <p>uid - the unique message id. This is not necessarily identical with
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
335 the Message ID as given in the Message ID: header.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
336 <p>received_host - the host the mail was received from</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
337 <p>ident - the ident, this is either the ident delivered by the ident
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
338 protocol or the user id of the sender if the message was received locally.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
339 <p>return_path_local - the local part of the return path (sender).</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
340 <p>return_path_domain - the domain part of the return path (sender).</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
341 <p>return_path - the complete return path (sender).</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
342 <p>rcpt_local - the local part of the recipient.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
343 <p>rcpt_domain - the domain part of the recipient.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
344 <p>rcpt - the complete recipient address.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
345 <p>Example:</p><p>mda="/usr/bin/procmail -Y -d ${rcpt_local}"</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
346 <p>For the mda, as for pipe commands, a few environment variables will
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
347 be set as well. See <a href="masqmail.8.html">masqmail</a>. To use environment variables for the mda,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
348 the '$' sign has to be escaped with a backslash, otherwise they will
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
349 be tried to be expanded with the internal variables.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
350
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
351
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
352
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
353
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
354
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
355 <p><b>mda_fromline = <em>boolean</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
356
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
357 <p>If this is set, a from line will be prepended to the output stream whenever
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
358 a message is delivered to an mda. Default is false.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
359
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
360
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
361
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
362
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
363 <p><b>mda_fromhack = <em>boolean</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
364
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
365 <p>If this is set, each line beginning with 'From ' is replaced with '>From ' whenever
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
366 a message is delivered to an mda. You probably want this if you have
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
367 set <b>mda_fromline</b> above. Default is false.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
368
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
369
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
370
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
371
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
372 <p><b>online_detect = <em>string</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
373
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
374 <p>Defines the method MasqMail uses to detect whether there is
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
375 currently an online connection. It can have the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
376 values <b>file</b>, <b>pipe</b> or <b>mserver</b>.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
377
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
378 <p>When it is set to <b>file</b>, MasqMail first checks for the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
379 existence of <b>online_file</b> (see below) and if it exists, it reads
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
380 it. The content of the file should be the name of the current
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
381 connection as defined with <b>connect_route.<em>name</em></b> (without
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
382 a trailing newline character).</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
383
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
384 <p>When it is set to <b>pipe</b>, MasqMail calls the executable given by
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
385 the <b>online_pipe</b> option (see below) and reads the current online
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
386 status from its standard output.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
387
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
388 <p>When it is set to <b>mserver</b>, MasqMail connects to the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
389 masqdialer server using the value of <b>mserver_iface</b> and asks it
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
390 whether a connection exists and for the name, which should be the name
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
391 of the current connection as defined with <b>connect_route.<em>name</em></b>.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
392
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
393 <p>No matter how MasqMail detects the online status, only messages
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
394 that are accepted at online time will be delivered using the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
395 connection. The spool still has to be emptied with masqmail <b>-qo</b>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
396 <em>connection</em>.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
397
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
398
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
399
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
400
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
401 <p><b>online_file = <em>file</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
402
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
403 <p>This is the name of the file checked for when MasqMail determines
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
404 whether it is online. The file should only exist when there is
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
405 currently a connection. Create it in your ip-up script with eg.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
406
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
407 <p>echo -n <name> > /tmp/connect_route</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
408 <p>chmod 0644 /tmp/connect_route</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
409
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
410 <p>Do not forget to delete it in your ip-down script.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
411
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
412
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
413
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
414
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
415 <p><b>online_pipe = <em>file</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
416
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
417 <p>This is the name of the executable which will be called to determine
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
418 the online status. This executable should just print the name oif the current
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
419 connection to the standard output and return a zero status code. masqmail assumes
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
420 it is offline if the script returns with a non zero status. Simple example:</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
421
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
422 <p>#!/bin/sh</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
423 <p></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
424 <p>[ -e /tmp/connect_route ] || exit 1</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
425 <p>cat /tmp/connect_route</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
426 <p>exit 0</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
427
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
428 <p>Of course, instead of the example above you could as well use <b>file</b> as
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
429 the online detection method, but you can do something more sophisticated.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
430
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
431
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
432
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
433
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
434 <p><b>mserver_iface = <em>interface</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
435
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
436 <p>The interface the masqdialer server is listening to. Usually this
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
437 will be "localhost:224" if mserver is running on the same host as
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
438 masqmail. But using this option, you can also let masqmail run on
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
439 another host by setting <b>mserver_iface</b> to another hostname,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
440 eg. "foo:224".</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
441
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
442
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
443
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
444
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
445 <p><b>get.<em>name</em> = <em>file</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
446
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
447 <p>Replace <em>name</em> with a name to identify a get
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
448 configuration. Set this to a filename for the get configuration. These
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
449 files will be used to retrieve mail when called with the -g option.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
450
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
451
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
452
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
453
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
454 <p><b>online_gets.<em>name</em> = <em>list</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
455
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
456 <p>Replace <em>name</em> with a name to identify an online
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
457 configuration. Set this to a filename (or a list of filenames) for the get configuration. These
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
458 files will be used to retrieve mail when called with the -go option.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
459
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
460
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
461
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
462
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
463 <p><b>ident_trusted_nets = <em>list</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
464
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
465 <p><em>list</em> is a list of networks of the form a.b.c.d/e
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
466 (eg. 192.168.1.0/24), from which the ident given by the ident protocol
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
467 will be trusted, so a user can delete his mail from the queue if the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
468 ident is identical to his login name.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
469
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
470
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
471
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
472
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
473 <p><b>errmsg_file = <em>file</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
474
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
475 <p>Set this to a template which will be used to generate delivery failure
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
476 reports. Variable parts within the template begin with a dollar sign and
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
477 are identical to those which can be used as arguments for the mda command,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
478 see <b>mda</b> above. Additional information can be included with
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
479 @failed_rcpts, @msg_headers and @msg_body, these must be at the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
480 beginning of a line and will be replaced with the list of the failed recipients,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
481 the message headers and the message body of the failed message.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
482 <p>Default is /usr/share/masqmail/tpl/failmsg.tpl.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
483
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
484
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
485
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
486
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
487 <p><b>warnmsg_file = <em>file</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
488
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
489 <p>Set this to a template which will be used to generate delivery warning
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
490 reports. It uses the same mechanisms for variables as <b>errmsg_file</b>,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
491 see above.
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
492 </p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
493 <p>Default is /usr/share/masqmail/tpl/warnmsg.tpl.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
494
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
495
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
496
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
497
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
498 <p><b>warn_intervals</b> = <em>list</em></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
499
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
500 <p>Set this to a list of time intervals, at which delivery warnings (starting
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
501 with the receiving time of the message) shall be generated.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
502 <p>A warning will only be generated just after an attempt to deliver the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
503 mail and if that attempt failed temporarily. So a warning may be generated after
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
504 a longer time, if there was no attempt before.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
505 <p>Default is "1h;4h;8h;1d;2d;3d"</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
506
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
507
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
508
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
509
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
510 <p><b>max_defer_time</b> = <em>time</em></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
511
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
512 <p>This is the maximum time, in which a temporarily failed mail will be kept
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
513 in the spool. When this time is exceeded, it will be handled as a delivery failure,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
514 and the message will be bounced.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
515 <p>The excedence of this time will only be noticed if the message was actually
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
516 tried to be delivered. If, for example, the message can only be delivered when
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
517 online, but you have not been online for that time, no bounce will be generated.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
518 <p>Default is 4d (4 days)</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
519
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
520
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
521
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
522
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
523 <p><b>log_user = <em>name</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
524
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
525 <p>Replace <em>name</em> with a valid local or remote mail address.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
526 <p>If this option is not empty, then a copy of every mail,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
527 that passes trough the masqmail system will also be sent to the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
528 given mail address.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
529 <p>For example you can feed your mails into a program like hypermail for
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
530 archiving purpose by placing an appropriate pipe command in masqmail.alias</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
531
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
532
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
533
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
534
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
535
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
536 <h2>Author</h2>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
537
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
538 <p>masqmail was written by Oliver Kurth
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
539 <oku@masqmail.cx></p><p>You will find the newest version of
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
540 masqmail at <a href = "http://masqmail.cx/masqmail/">http://masqmail.cx/masqmail/</a> or search for it
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
541 in freshmeat (<a href = "http://www.freshmeat.net">http://www.freshmeat.net</a>). There is also a mailing list,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
542 you will find information about it at masqmails main site.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
543
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
544
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
545
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
546 <h2>Bugs</h2>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
547
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
548 <p>You should report them to the mailing list.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
549
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
550
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
551
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
552 <h2>See also</h2>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
553
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
554 <p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
555 <a href="masqmail.8.html">masqmail</a>, <a href="masqmail.route.5.html">masqmail.route</a>, <a href="masqmail.get.5.html">masqmail.get</a>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
556 </p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
557
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
558
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
559
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
560
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
561 <h2>Comments</h2>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
562
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
563 <p>This man page was written using <a href="http://masqmail.cx/xml2man/">xml2man</a> by the same
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
564 author.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
565
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
566
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
567
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
568 </td></tr></table></center>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
569 </body>