~ubuntu-branches/ubuntu/maverick/postfix/maverick-security

« back to all changes in this revision

Viewing changes to src/pipe/pipe.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Wietse Venema, LaMont Jones
  • Date: 2009-06-03 14:17:08 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090603141708-o9u59xlor7nmd2x1
[Wietse Venema]

* New upstream release: 2.6.2~rc1

[LaMont Jones]

* move postfix-add-{filter,policy} manpages to section 8, and deliver
* provide: default-mta on ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
/*      executes a command such as:
161
161
/* .sp
162
162
/* .nf
163
 
/*          command -f$sender -- $recipient (\fIbad\fR)
 
163
/*          \fIWrong\fR: command -f$sender -- $recipient
164
164
/* .fi
165
165
/* .IP
166
166
/*      the command will mis-parse the -f option value when the
168
168
/*      specify \fB$sender\fR as an argument by itself:
169
169
/* .sp
170
170
/* .nf
171
 
/*          command -f $sender -- $recipient (\fIgood\fR)
 
171
/*          \fIRight\fR: command -f $sender -- $recipient
172
172
/* .fi
173
173
/* .IP
174
174
/*      This feature is available as of Postfix 2.3.
200
200
/* .IP \fB${\fBclient_address\fR}\fR
201
201
/*      This macro expands to the remote client network address.
202
202
/* .sp
203
 
/*      This is available in Postfix 2.2 and later.
 
203
/*      This feature is available as of Postfix 2.2.
204
204
/* .IP \fB${\fBclient_helo\fR}\fR
205
205
/*      This macro expands to the remote client HELO command parameter.
206
206
/* .sp
207
 
/*      This is available in Postfix 2.2 and later.
 
207
/*      This feature is available as of Postfix 2.2.
208
208
/* .IP \fB${\fBclient_hostname\fR}\fR
209
209
/*      This macro expands to the remote client hostname.
210
210
/* .sp
211
 
/*      This is available in Postfix 2.2 and later.
 
211
/*      This feature is available as of Postfix 2.2.
212
212
/* .IP \fB${\fBclient_port\fR}\fR
213
213
/*      This macro expands to the remote client TCP port number.
214
214
/* .sp
215
 
/*      This is available in Postfix 2.5 and later.
 
215
/*      This feature is available as of Postfix 2.5.
216
216
/* .IP \fB${\fBclient_protocol\fR}\fR
217
217
/*      This macro expands to the remote client protocol.
218
218
/* .sp
219
 
/*      This is available in Postfix 2.2 and later.
 
219
/*      This feature is available as of Postfix 2.2.
220
220
/* .IP \fB${\fBdomain\fR}\fR
221
221
/*      This macro expands to the domain portion of the recipient
222
222
/*      address.  For example, with an address \fIuser+foo@domain\fR
224
224
/* .sp
225
225
/*      This information is modified by the \fBh\fR flag for case folding.
226
226
/* .sp
227
 
/*      This is available in Postfix 2.5 and later.
 
227
/*      This feature is available as of Postfix 2.5.
228
228
/* .IP \fB${\fBextension\fR}\fR
229
229
/*      This macro expands to the extension part of a recipient address.
230
230
/*      For example, with an address \fIuser+foo@domain\fR the extension is
258
258
/*      This information is modified by the \fBhqu\fR flags for quoting
259
259
/*      and case folding.
260
260
/* .sp
261
 
/*      This feature is available in Postfix 2.5 and later.
 
261
/*      This feature is available as of Postfix 2.5.
262
262
/* .IP \fB${\fBrecipient\fR}\fR
263
263
/*      This macro expands to the complete recipient address.
264
264
/* .sp
268
268
/*      This information is modified by the \fBhqu\fR flags for quoting
269
269
/*      and case folding.
270
270
/* .IP \fB${\fBsasl_method\fR}\fR
271
 
/*      This macro expands to the SASL authentication mechanism used
272
 
/*      during the reception of the message. An empty string is passed
273
 
/*      if the message has been received without SASL authentication.
 
271
/*      This macro expands to the name of the SASL authentication
 
272
/*      mechanism in the AUTH command when the Postfix SMTP server
 
273
/*      received the message.
274
274
/* .sp
275
 
/*      This is available in Postfix 2.2 and later.
 
275
/*      This feature is available as of Postfix 2.2.
276
276
/* .IP \fB${\fBsasl_sender\fR}\fR
277
277
/*      This macro expands to the SASL sender name (i.e. the original
278
 
/*      submitter as per RFC 4954) used during the reception of the message.
 
278
/*      submitter as per RFC 4954) in the MAIL FROM command when
 
279
/*      the Postfix SMTP server received the message.
279
280
/* .sp
280
 
/*      This is available in Postfix 2.2 and later.
 
281
/*      This feature is available as of Postfix 2.2.
281
282
/* .IP \fB${\fBsasl_username\fR}\fR
282
 
/*      This macro expands to the SASL user name used during the reception
283
 
/*      of the message. An empty string is passed if the message has been
284
 
/*      received without SASL authentication.
 
283
/*      This macro expands to the SASL user name in the AUTH command
 
284
/*      when the Postfix SMTP server received the message.
285
285
/* .sp
286
 
/*      This is available in Postfix 2.2 and later.
 
286
/*      This feature is available as of Postfix 2.2.
287
287
/* .IP \fB${\fBsender\fR}\fR
288
288
/*      This macro expands to the envelope sender address. By default,
289
289
/*      the null sender address expands to MAILER-DAEMON; this can
393
393
/*      The separator between user names and address extensions (user+foo).
394
394
/* .IP "\fBsyslog_facility (mail)\fR"
395
395
/*      The syslog facility of Postfix logging.
396
 
/* .IP "\fBsyslog_name (postfix)\fR"
 
396
/* .IP "\fBsyslog_name (see 'postconf -d' output)\fR"
397
397
/*      The mail system name that is prepended to the process name in syslog
398
398
/*      records, so that "smtpd" becomes, for example, "postfix/smtpd".
399
399
/* SEE ALSO