annotate docs/old-manual/docs/masqmail.route.5.html @ 159:949ccc02eecf

adjusted masqmail's path to /usr/local/... and added the /usr/lib/sendmail link
author meillo@marmaro.de
date Fri, 16 Jul 2010 09:41:25 +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.route</h1>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
3 <h2>masqmail route 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 route configuration files
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
9 of <a href="masqmail.8.html">masqmail</a>. Their usual locations are in <em>/etc/masqmail/</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
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 <h2>Options</h2>
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
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
16
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
17 <p><b>protocol</b> = <em>string</em></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
18
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
19 <p><em>string</em> can be one of 'smtp' or 'pipe', default is
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
20 'smtp'. If set to 'smtp', mail will be sent with the SMTP protocol to
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
21 its destination. If set to 'pipe', you also have to set 'pipe'
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
22 to a command, the message will then be piped to a program. See option 'pipe' below.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
23
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
24
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
25
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><b>mail_host</b> = <em>string</em></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
28
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
29 <p>This is preferably the mail server of your ISP. All outgoing
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
30 messages will be sent to this host which will distribute them to their
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
31 destinations. If you do not set this mails will be sent
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
32 directly. Because the mail server is probably 'near' to you, mail
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
33 transfer will be much faster if you use it.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
34 <p>You can optionally give a port number following the host name
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
35 and a colon, eg mail_host="mail.foo.com:25".</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
36
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
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 <p><b>resolve_list</b> = <em>list</em></p>
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 <p>Specify the method how the domain of the server is resolved. Possible values are
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
43 dns_mx, dns_a, byname. For 'dns_mx', the domain is assumed to be an MX
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
44 pointer to a list of host names, these will be tried each in order
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
45 (lowest preference value first, equal preference values in random
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
46 order). For 'dns_a', the domain is assumed to be an A pointer. For
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
47 'byname', the library function <b>gethostbyname (3)</b> will be used.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
48 <p>The default is "dns_mx;dns_a;byname".</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
49
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
50
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
51
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
52
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
53 <p><b>connect_error_fail</b> = <em>boolean</em></p>
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 <p>If this is set, a connection error will cause a mail delivery to
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
56 fail, ie. it will be bounced. If it is unset, it will just be defered.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
57 <p>Default is false. The reason for this is that masqmail is designed
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
58 for non permanent internet connections, where such errors may occur
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
59 quite often, and a bounce would be annoying.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
60 <p>For the default local_net route is is set to true.</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>helo_name</b> = <em>string</em></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 name given with the HELO/EHLO command. If this is not
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
68 set, <b>host_name</b> from <em>masqmail.conf</em> will be used, if
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
69 the <b>do_correct_helo</b> option (see below) is unset.</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>do_correct_helo</b> = <em>boolean</em></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>If this is set, masqmail tries to look up your host name as it
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
77 appears on the internet and sends this in the HELO/EHLO command. Some
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
78 servers are so picky that they want this. Which is really
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
79 crazy. It just does not make any sense to lie about ones own identity,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
80 because it can always be looked up by the server. Nobody should
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
81 believe in the name given by HELO/EHLO anyway. If this is not
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
82 set, <b>host_name</b> from <em>masqmail.conf</em> or as given with
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
83 the <b>helo_name</b> (see above) will be used.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
84
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
85
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
86
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
87
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
88 <p><b>do_pipelining</b> = <em>boolean</em></p>
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 <p>If this is set to false, masqmail will not use ESMTP PIPELINING, even
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
91 if the server announces that it is able to cope with it. Default is true.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
92 <p>You do not want to set this to false unless the mail setup on the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
93 remote server side is really broken. Keywords: wingate.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
94
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
95
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
96
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
97
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
98 <p><b>allowed_mail_locals</b> = <em>list</em></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
99
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
100 <p>This is a semicolon ';' separated list of local parts which will be
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
101 allowed to send mail through this connection. If unset
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
102 and <b>not_allowed_mail_locals</b> is also unset, all users are
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
103 allowed.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
104
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 <p><b>not_allowed_mail_locals</b> = <em>list</em></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
109
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
110 <p>This is a semicolon ';' separated list of local parts which will be
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
111 not allowed to send mail through this connection. Local
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
112 parts in this list will not be allowed to use this route even if they
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
113 are part of <b>allowed_mail_locals</b> (see above).</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>allowed_return_paths</b> = <em>list</em></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>This is a semicolon ';' separated list of addresses. Messages which
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
121 have one one of these addresses as the return path will be used using
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
122 this route (if not also in <b>not_allowed_return_paths</b> or an item
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
123 in <b>not_allowed_mail_locals</b> matches).</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
124 <p>Patterns containing '?' and '*' can be used. The special item "<>" matches
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
125 the null sender address (eg. failure notices or delivery notifications).</p>
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
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
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
130 <p><b>not_allowed_return_paths</b> = <em>list</em></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
131
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
132 <p>This is a semicolon ';' separated list of addresses. Messages which
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
133 have one one of these addresses as the return path will not be used using
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
134 this route (even if also in <b>allowed_return_paths</b> or an item
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
135 in <b>allowed_mail_locals</b> matches).</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
136 <p>Patterns containing '?' and '*' can be used. The special item "<>" matches
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
137 the null sender address (eg. failure notices or delivery notifications).</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
138
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
139
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
140
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
141
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
142 <p><b>allowed_rcpt_domains</b> = <em>list</em></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
143
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
144 <p>A list of recipient domains where mail will be sent to. This is for
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
145 example useful if you use this route configuration when connected to
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
146 another LAN via ppp. Patterns containing '?' and '*' can be used.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
147
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
148
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 <p><b>not_allowed_rcpt_domains</b> = <em>list</em></p>
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>A list of recipient domains where mail will not be sent
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
154 to. This is for example useful if you send mail directly (<b>mail_host</b> is
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
155 not set) and you know of hosts that will not accept mail from you
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
156 because they use a dialup list (eg. <a href = "http://maps.vix.com/dul/">http://maps.vix.com/dul/</a>. If any domain
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
157 matches both <b>allowed_rcpt_domains</b> and <b>not_allowed_rcpt_domains</b>,
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
158 mail will not be sent to this domain. Patterns containing '?' and '*' can be used.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
159
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
160
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
161
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
162
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
163 <p><b>set_h_from_domain</b> = <em>string</em></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 <p>Replace the domain part in 'From:' headers with this value. This
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
166 may be useful if you use a private, outside unknown address on your
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
167 local LAN and want this to be replaced by the domain of the address of
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
168 your email addrsss on the internet. Note that this is different to <b>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
169 set_return_path_domain</b>, see below.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
170
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
171
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
172
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
173
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
174 <p><b>set_return_path_domain</b> = <em>string</em></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
175
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
176 <p>Sets the domain part of the envelope from address. Some hosts check
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
177 whether this is the same as the net the connection is coming from. If
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
178 not, they reject the mail because they suspect spamming. It should be
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
179 a valid address, because some mail servers also check
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
180 that. You can also use this to set it to your usual address on the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
181 internet and put a local address only known on your LAN in the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
182 configuration of your mailer. Only the domain part will
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
183 be changed, the local part remains unchanged. Use <b>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
184 map_return_path_addresses</b> for rewriting local parts.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
185
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
186
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
187
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
188
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
189 <p><b>map_h_from_addresses</b> = <em>list</em></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
190
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
191 <p>This is similar to <b>set_h_from_domain</b>, but more flexible. Set
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
192 this to a list which maps local parts to a full RFC 822 compliant
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
193 email address, the local parts (the keys) are separated from
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
194 the addresses (the values) by colons (':').</p>
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 <p>Example:</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
197
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
198 <p>map_h_from_addresses = "john: John Smith <jsmith@mail.academic.edu>;
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
199 charlie: Charlie Miller <cmiller@mx.commercial.com>"</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
200 <p>You can use patterns, eg. * as keys.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
201
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
202
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
203
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 <p><b>map_h_reply_to_addresses</b> = <em>list</em></p>
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 <p>Same as <b>map_h_from_addresses</b>, but for the 'Reply-To:' header.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
208
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
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
211
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
212 <p><b>map_h_mail_followup_to_addresses</b> = <em>list</em></p>
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 <p>Same as <b>map_h_from_addresses</b>, but for the 'Mail-Followup-To:'
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
215 header. Useful when replying to mailing lists.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
216
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
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
220 <p><b>map_return_path_addresses</b> = <em>list</em></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
221
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
222 <p>This is similar to <b>set_return_path_domain</b>, but more
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
223 flexible. Set this to a list which maps local parts to a full RFC 821
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
224 compliant email address, the local parts (the keys) are
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
225 separated from the addresses (the values) by colons
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
226 (':'). Note that this option takes RFC 821 addresses
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
227 while <b>map_h_from_addresses</b> takes RFC 822 addresses. The
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
228 most important difference is that RFC 821 addresses have no full
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
229 name.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
230
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
231 <p>Example:</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
232 <p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
233 map_return_path_addresses =
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
234 "john: <jsmith@mail.academic.edu>;
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
235 charlie: <cmiller@mx.commercial.com>"
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
236 </p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
237 <p>You can use patterns, eg. * as keys.</p>
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
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
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
242 <p><b>expand_h_sender_address</b> = <em>boolean</em></p>
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 <p>This sets the domain of the sender address as given by the Sender:
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
245 header to the same address as in the envelope return path address
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
246 (which can be set by either <b>set_return_path_domain</b> or <b>map_return_path_addresses</b>).
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
247 This is for mail clients (eg. Microsoft Outlook) which use this address as the sender
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
248 address. Though they should use the From: address, see RFC
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
249 821. If <a href="http://www.fetchmail.org">fetchmail</a> encounters an unqualified Sender:
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
250 address, it will be expanded to the domain of the pop server, which is
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
251 almost never correct. Default is true.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
252
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
253
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
254
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 <p><b>expand_h_sender_domain</b> = <em>boolean</em></p>
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 <p>Like <b>expand_h_sender_address</b>, but sets the domain only.
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
259 Deprecated, will be removed in a later version.</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
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
262
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 <p><b>last_route</b> = <em>boolean</em></p>
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 <p>If this is set, a mail which would have been delivered using this
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
267 route, but has failed temporarily, will not be tried to be delivered
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
268 using the next route.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
269 <p>If you have set up a special route with filters using the lists
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
270 'allowed_rcpt_domains', 'allowed_return_paths', and
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
271 'allowed_mail_locals' or their complements (not_), and the mail
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
272 passing these rules should be delivered using this route only, you
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
273 should set this to 'true'. Otherwise the mail would be passed to the
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
274 next route (if any), unless that route has rules which prevent
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
275 that.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
276 <p>Default is false.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
277
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
278
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 <p><b>auth_name</b> = <em>string</em></p>
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>Set the authentication type for ESMTP AUTH authentification.
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
284 Currently only 'cram-md5' and 'login' are supported.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
285
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
286
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
287
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 <p><b>auth_login</b> = <em>string</em></p>
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 <p>Your account name for ESMTP AUTH authentification.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
292
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
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
295
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
296 <p><b>auth_secret</b> = <em>string</em></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
297
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
298 <p>Your secret for ESMTP AUTH authentification.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
299
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 <p><b>pop3_login</b> = <em>file</em></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
304
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
305 <p>If your Mail server requires SMTP-after-POP, set this to a
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
306 get configuration (see <a href="masqmail.get.5.html">masqmail.get</a>).
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
307 If you login to the POP server
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
308 before you send, this is not necessary.</p>
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
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><b>wrapper</b> = <em>command</em></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
314
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
315 <p>If set, instead of opening a connection to a remote server, <em>command</em> will
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
316 be called and all traffic will be piped to its
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
317 stdin and from its stdout. Purpose is to tunnel ip traffic, eg. for ssl.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
318 <p>Example for ssl tunneling:</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
319 <p>wrapper="/usr/bin/openssl s_client -quiet -connect pop.gmx.net:995 2>/dev/null"</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
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
322
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
323
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
324 <p><b>pipe</b> = <em>command</em></p>
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 <p>If set, and protocol is set to 'pipe', <em>command</em> will be
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
327 called and the message will be piped to its stdin. Purpose is to use
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
328 gateways to uucp, fax, sms or whatever else.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
329 <p>You can use variables to give as arguments to the command, these
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
330 are the same as for the mda in the main configuration, see <a href="masqmail.conf.5.html">masqmail.conf</a>.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
331
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
332
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
333
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
334
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
335 <p><b>pipe_fromline = <em>boolean</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
336
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
337 <p>If this is set, and protocol is set to 'pipe', 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
338 a pipe command is called. Default is false.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
339
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
340
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
341
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
342
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
343 <p><b>pipe_fromhack = <em>boolean</em></b></p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
344
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
345 <p>If this is set, and protocol is set to 'pipe', each line beginning with 'From '
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
346 is replaced with '>From ' whenever a pipe command is called. You probably want this if you have
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
347 set <b>pipe_fromline</b> above. Default is false.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
348
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
349
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 <h2>Author</h2>
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>masqmail was written by Oliver Kurth
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
356 <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
357 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
358 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
359 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
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 <h2>Bugs</h2>
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>You should report them to the mailing list.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
366
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
367
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 <h2>See also</h2>
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 <p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
372 <a href="masqmail.8.html">masqmail</a>, <a href="masqmail.conf.5.html">masqmail.conf</a>, <a href="masqmail.get.5.html">masqmail.get</a>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
373 </p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
374
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
375
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
376
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
377 <h2>Comments</h2>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
378
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
379 <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
380 author.</p>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
381
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
382
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 </td></tr></table></center>
f6a6f55b7b9e added old manual from the old website
meillo@marmaro.de
parents:
diff changeset
385 </body>