Mercurial > masqmail
annotate man/masqmail.8 @ 252:1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
The man page documents the changes in cmdline argument
processing, done just recently.
The problem of -oem is not solved yet but documented.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Thu, 04 Nov 2010 13:43:44 -0300 |
parents | 3c40f86d50e4 |
children | 05fa719b7002 |
rev | line source |
---|---|
228 | 1 .TH masqmail 8 2010-07-23 masqmail-0.3.0 "Maintenance Commands" |
34 | 2 |
0 | 3 .SH NAME |
4 masqmail \- An offline Mail Transfer Agent | |
34 | 5 |
0 | 6 .SH SYNOPSIS |
34 | 7 \fB/usr/sbin/masqmail \fR[\fB\-C \fIfile\fR] [\fB\-odq\fR] [\fB\-bd\fR] [\fB\-q\fIinterval\fR] |
0 | 8 |
34 | 9 \fB/usr/sbin/masqmail \fR[\fB\-odq\fR] [\fB\-bs\fR] |
0 | 10 |
34 | 11 \fB/usr/sbin/masqmail \fR[\fB\-bp\fR] |
0 | 12 |
34 | 13 \fB/usr/sbin/masqmail \fR[\fB\-q\fR] |
0 | 14 |
34 | 15 \fB/usr/sbin/masqmail \fR[\fB\-qo \fR[\fIname\fR]] |
0 | 16 |
34 | 17 \fB/usr/sbin/masqmail \fR[\fB\-t\fR] [\fB\-oi\fR] [\fB\-f \fIaddress\fR] [\fB\-\-\fR] \fIaddress... |
0 | 18 |
34 | 19 \fB/usr/sbin/mailq\fR |
0 | 20 |
34 | 21 |
0 | 22 .SH DESCRIPTION |
23 | |
34 | 24 Masqmail is a mail server designed for hosts that do not have a permanent internet connection |
25 e.g. a home network or a single host at home. | |
26 It has special support for connections to different ISPs. | |
27 It replaces sendmail or other MTAs such as qmail or exim. | |
28 | |
0 | 29 |
30 .SH OPTIONS | |
31 | |
34 | 32 Since masqmail is intended to replace sendmail, it uses the same command line options, |
33 but not all are implemented. | |
252
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
34 The \fB\-qo\fP option is additional, and unique to masqmail. |
0 | 35 |
34 | 36 .TP |
37 \fB\-\-\fR | |
0 | 38 |
34 | 39 Not a `real' option, it means that all following arguments are to be understood |
40 as arguments and not as options even if they begin with a leading dash `\-'. | |
41 Mutt is known to call sendmail with this option. | |
0 | 42 |
43 .TP | |
34 | 44 \fB\-bd\fR |
0 | 45 |
34 | 46 Run as daemon, accepting connections, usually on port 25 if not configured differently. |
47 This is usually used in the startup script at system boot and together with | |
48 the \fB\-q\fR option (see below). | |
0 | 49 |
34 | 50 .TP |
51 \fB\-bi\fR | |
52 | |
53 Old sendmail rebuilds its alias database when invoked with this option. | |
54 Masqmail ignores it. | |
55 Masqmail reads directly from the file given with `alias_file' in the config file. | |
56 | |
0 | 57 .TP |
34 | 58 \fB\-bp\fR |
0 | 59 |
34 | 60 Show the messages in the queue. Same as calling masqmail as `mailq'. |
0 | 61 |
62 .TP | |
34 | 63 \fB\-bs\fR |
0 | 64 |
34 | 65 Accept SMTP commands from stdin. |
66 Some mailers (e.g. pine) use this option as an interface. | |
67 It can also be used to call masqmail from inetd. | |
0 | 68 |
69 .TP | |
34 | 70 \fB\-B \fIarg\fR |
0 | 71 |
34 | 72 \fIarg\fR is usually 8BITMIME. |
73 Some mailers use this to indicate that the message contains characters > 127. | |
74 Masqmail is 8-bit clean and ignores this, so you do not have to recompile elm, | |
75 which is very painful ;-). | |
76 Note though that this violates some conventions: | |
77 masqmail does not convert 8 bit messages to any MIME format if it encounters | |
78 a mail server which does not advertise its 8BITMIME capability, | |
79 masqmail does not advertise this itself. | |
80 This is the same practice as that of exim (but different to sendmail). | |
81 | |
0 | 82 .TP |
34 | 83 \fB\-bV \fR |
0 | 84 |
85 Show version information. | |
34 | 86 |
0 | 87 .TP |
34 | 88 \fB\-C \fIfilename\fR |
0 | 89 |
34 | 90 Use another configuration than \fI/etc/masqmail/masqmail.conf\fR. |
91 Useful for debugging purposes. | |
92 If not invoked by a privileged user, masqmail will drop all privileges. | |
0 | 93 |
34 | 94 .TP |
95 \fB\-d \fInumber\fR | |
0 | 96 |
34 | 97 Set the debug level. |
98 This takes precedence before the value of `debug_level' in the configuration file. | |
99 Read the warning in the description of the latter. | |
252
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
100 Only root may set the debug level. |
34 | 101 |
0 | 102 .TP |
34 | 103 \fB\-f [\fIaddress\fB]\fR |
0 | 104 |
34 | 105 Set the return path address to \fIaddress\fR. |
106 Only root, the user mail and anyone in group mail is allowed to do that. | |
0 | 107 |
34 | 108 .TP |
109 \fB\-F [\fIstring\fB]\fR | |
0 | 110 |
34 | 111 Set the full sender name (in the From: header) to \fIstring\fR. |
0 | 112 |
113 .TP | |
34 | 114 \fB\-i\fR |
0 | 115 |
34 | 116 Same as \fB\-oi\fR, see below. |
252
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
117 Kept for compatibility. |
34 | 118 |
0 | 119 .TP |
252
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
120 \fB\-Mrm \fImsgid...\fR |
0 | 121 |
34 | 122 Remove given messages from the queue. |
252
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
123 Privileged users may remove any message, |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
124 other users only their own. |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
125 The message identifiers are listed in the output of |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
126 \fImasqmail \-bp\fP (aka. \fImailq\fR). |
34 | 127 |
128 .TP | |
247 | 129 \fB\-m\fR |
130 | |
131 Same as \fB\-om\fR, see below. | |
252
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
132 Kept for compatibility. |
247 | 133 |
134 .TP | |
34 | 135 \fB\-oem\fR |
0 | 136 |
252
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
137 Currently this option makes masqmail behave such: |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
138 |
34 | 139 If the \fB\-oi\fR ist not also given, always return with a non zero return code. |
252
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
140 |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
141 It seems as if this current behavior is not like it should be. |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
142 |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
143 In exim this option makes it behave such: |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
144 |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
145 .in +4 |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
146 .ll -4 |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
147 If an error is detected while a non-SMTP message is being received |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
148 (for example, a malformed address), |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
149 the error is reported to the sender in a mail message. |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
150 Exim exits with a non-zero return code then, |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
151 no matter if the error message was successful or not. |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
152 (In exim, -oee is similar but exim returns successful |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
153 if the error message had been sent successful.) |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
154 .ll |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
155 .in |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
156 |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
157 The mutt wiki writes about ``sendmail -oi -oem'': |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
158 |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
159 .in +4 |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
160 .ll -4 |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
161 The mail server (in this case sendmail) will receive the message in input, |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
162 and will parse it. In case of a malformed message, it will send an error |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
163 message to the user to whom belongs the MUA trasmitting the message |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
164 (e.g. user@localhost.localdomain), and it will exit with a non zero exit code: |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
165 the -oem flag forces the returning of a non zero exit code even in |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
166 the case the error message has been successfully sent to the local server. |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
167 .ll |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
168 .in |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
169 |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
170 Masqmail's behavior is different in that: |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
171 First, it does not send such error messages. |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
172 Second, return non-zero whenever -oem is set (but -oi not). |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
173 Third, -oi overrules -oem, though as it seems the two options |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
174 should not affect each other. |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
175 (Their relationship is just that -oem does only affect non-SMTP |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
176 messages on stdin, which is the typical use of -oi.) |
34 | 177 |
0 | 178 .TP |
34 | 179 \fB\-odb\fR |
0 | 180 |
252
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
181 ``Deliver in Background'' |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
182 Masqmail always does this. |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
183 Hence masqmail ignores this switch. |
34 | 184 |
0 | 185 .TP |
34 | 186 \fB\-odq\fR |
0 | 187 |
252
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
188 ``Do Queueing'' |
34 | 189 Do not attempt to deliver immediately. |
190 Any messages will be queued until the next queue running process picks them up and delivers them. | |
191 You get the same effect by setting the do_queue option in /etc/masqmail/masqmail.conf. | |
192 | |
0 | 193 .TP |
34 | 194 \fB\-oi\fR |
0 | 195 |
196 A dot as a single character in a line does not terminate the message. | |
34 | 197 |
0 | 198 .TP |
247 | 199 \fB\-om\fR |
200 | |
252
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
201 ``Me too'' |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
202 Masqmail never excludes the sender from any alias expansions, |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
203 like if this switch is always set. |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
204 Specifying this switch changes nothing. |
247 | 205 |
252
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
206 .TP |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
207 \fB\-oXXX\fR |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
208 |
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
209 Any other switch starting with `-o' is ignored. |
247 | 210 |
211 .TP | |
34 | 212 \fB\-q [\fIinterval\fB]\fR |
0 | 213 |
34 | 214 If not given with an argument, run a queue process, i.e. try to deliver all messages in the queue. |
215 Masqmail sends only to those addresses that are on the local net, not to those that are outside. | |
216 Use \fB\-qo\fR for those. | |
0 | 217 |
34 | 218 If you have configured inetd to start masqmail, |
219 you can use this option in a cron job which starts in regular time intervals, | |
220 to mimic the same effect as starting masqmail with \fB\-bd \-q30m\fR. | |
0 | 221 |
34 | 222 An argument may be a time interval i.e. a numerical value followed by one of the letters. |
223 s,m,h,d,w which are interpreted as seconds, minutes, hours, days or weeks respectively. | |
224 Example: \fB\-q30m\fR. | |
225 Masqmail starts as a daemon and a queue runner process will be started automatically | |
226 once in this time interval. | |
227 This is usually used together with \fB\-bd\fR (see above). | |
228 | |
0 | 229 .TP |
34 | 230 \fB\-qo [\fIname\fB]\fR |
0 | 231 |
34 | 232 Can be followed by a connection name. |
233 Use this option in your script which starts as soon as a link to the internet | |
234 has been set up (usually ip-up). | |
235 When masqmail is called with this option, the specified route configuration | |
236 is read and the queued mail with destinations on the internet will be sent. | |
237 The \fIname\fR is defined in the configuration (see \fBonline_routes.\fIname\fR). | |
0 | 238 |
34 | 239 If called without \fIname\fR the online status is determined with the configured |
240 method (see \fBonline_detect\fR in \fBmasqmail.conf(5)\fR) | |
241 | |
0 | 242 .TP |
34 | 243 \fB\-t\fR |
0 | 244 |
34 | 245 Read recipients from headers. |
246 If any arguments are given, these are interpreted as recipient addresses | |
103
c85fbf7014b1
improved man page in respect to the -t option
meillo@marmaro.de
parents:
99
diff
changeset
|
247 and the message will not be sent to these, |
c85fbf7014b1
improved man page in respect to the -t option
meillo@marmaro.de
parents:
99
diff
changeset
|
248 although they might appear in To:, Cc:, or Bcc: headers. |
c85fbf7014b1
improved man page in respect to the -t option
meillo@marmaro.de
parents:
99
diff
changeset
|
249 I.e. the set of argument recipients is ``substracted'' from the set of header recipients. |
c85fbf7014b1
improved man page in respect to the -t option
meillo@marmaro.de
parents:
99
diff
changeset
|
250 |
c85fbf7014b1
improved man page in respect to the -t option
meillo@marmaro.de
parents:
99
diff
changeset
|
251 This behavior is similar to exim's and smail's. |
c85fbf7014b1
improved man page in respect to the -t option
meillo@marmaro.de
parents:
99
diff
changeset
|
252 Postfix, in contrast, adds the arguments to the set of header recipients. |
c85fbf7014b1
improved man page in respect to the -t option
meillo@marmaro.de
parents:
99
diff
changeset
|
253 Sendmail seems to behave differently, depending on the version. |
c85fbf7014b1
improved man page in respect to the -t option
meillo@marmaro.de
parents:
99
diff
changeset
|
254 See exim(8) for further information. |
0 | 255 |
34 | 256 .TP |
257 \fB\-v\fR | |
0 | 258 |
252
1b25fabdc3cb
improved man/masqmail.8 in various ways but mostly for -oem
markus schnalke <meillo@marmaro.de>
parents:
247
diff
changeset
|
259 ``Verbose'' |
34 | 260 Log also to stdout. |
261 Currently, some log messages are marked as `write to stdout' and additionally, | |
262 all messages with priority `LOG_ALERT' and `LOG_WARNING' will be written to stdout | |
263 if this option is given. It is disabled in daemon mode. | |
264 | |
265 | |
0 | 266 .SH ENVIRONMENT FOR PIPES AND MDAS |
267 | |
34 | 268 For security reasons, before any pipe command from an alias expansion or an mda is called, |
269 the environment variables will be completely discarded and newly set up. These are: | |
0 | 270 |
34 | 271 SENDER, RETURN_PATH \(en the return path. |
0 | 272 |
34 | 273 SENDER_DOMAIN \(en the domain part of the return path. |
274 | |
275 SENDER_LOCAL \(en the local part of the return path. | |
0 | 276 |
34 | 277 RECEIVED_HOST \(en the host the message was received from (unless local). |
0 | 278 |
34 | 279 LOCAL_PART, USER, LOGNAME \(en the local part of the (original) recipient. |
0 | 280 |
34 | 281 MESSAGE_ID \(en the unique message id. |
282 This is not necessarily identical with the Message ID as given in the Message ID: header. | |
0 | 283 |
34 | 284 QUALIFY_DOMAIN \(en the domain which will be appended to unqualified addresses. |
285 | |
0 | 286 |
287 .SH FILES | |
288 | |
34 | 289 \fI/etc/masqmail/masqmail.conf\fR is the main configuration for masqmail. |
290 Depending on the settings in this file, you will also have other configuration | |
291 files in \fI/etc/masqmail/\fR. | |
0 | 292 |
34 | 293 \fI/var/spool/masqmail/\fR is the spool directory where masqmail stores |
192 | 294 its spooled messages. |
0 | 295 |
34 | 296 \fI/var/spool/mail/\fR is the directory where locally delivered mail will be put, |
297 if not configured differently in \fImasqmail.conf\fR. | |
0 | 298 |
34 | 299 \fI/var/log/masqmail/\fR is the directory where masqmail stores its log mesages. |
300 This can also be somewhere else if configured differently by your sysadmin or the package mantainer. | |
301 | |
0 | 302 |
303 .SH CONFORMING TO | |
304 | |
305 RFC 821, 822, 1869, 1870, 2197, 2554 (SMTP) | |
306 | |
307 RFC 1321 (MD5) | |
308 | |
309 RFC 2195 (CRAM-MD5) | |
310 | |
34 | 311 |
0 | 312 .SH AUTHOR |
313 | |
34 | 314 Masqmail was written by Oliver Kurth. |
315 It is now maintained by Markus Schnalke <meillo@marmaro.de>. | |
0 | 316 |
95
e01fed4846e4
masqmail's homepage moved prog.marmaro.de/masqmail -> marmaro.de/prog/masqmail
meillo@marmaro.de
parents:
57
diff
changeset
|
317 You will find the newest version of masqmail at \fBhttp://marmaro.de/prog/masqmail/\fR. |
26
607221b0dac1
added myself as maintainer; updated URL of the website
meillo@marmaro.de
parents:
16
diff
changeset
|
318 There is also a mailing list, you will find information about it at masqmail's main site. |
0 | 319 |
34 | 320 |
0 | 321 .SH BUGS |
322 | |
34 | 323 Please report them to the mailing list. |
324 | |
0 | 325 |
326 .SH SEE ALSO | |
327 | |
192 | 328 \fBmasqmail.conf(5)\fR, \fBmasqmail.route(5)\fR, \fBmasqmail.aliases(5)\fR |