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

« back to all changes in this revision

Viewing changes to src/oqmgr/qmgr.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:
253
253
/* .IP "\fBconfig_directory (see 'postconf -d' output)\fR"
254
254
/*      The default location of the Postfix main.cf and master.cf
255
255
/*      configuration files.
256
 
/* .IP "\fBdaemon_timeout (18000s)\fR"
257
 
/*      How much time a Postfix daemon process may take to handle a
258
 
/*      request before it is terminated by a built-in watchdog timer.
259
256
/* .IP "\fBdefer_transports (empty)\fR"
260
257
/*      The names of message delivery transports that should not deliver mail
261
258
/*      unless someone issues "\fBsendmail -q\fR" or equivalent.
276
273
/*      The location of the Postfix top-level queue directory.
277
274
/* .IP "\fBsyslog_facility (mail)\fR"
278
275
/*      The syslog facility of Postfix logging.
279
 
/* .IP "\fBsyslog_name (postfix)\fR"
 
276
/* .IP "\fBsyslog_name (see 'postconf -d' output)\fR"
280
277
/*      The mail system name that is prepended to the process name in syslog
281
278
/*      records, so that "smtpd" becomes, for example, "postfix/smtpd".
282
279
/* FILES