~ubuntu-branches/ubuntu/hardy/postfix/hardy-security

« back to all changes in this revision

Viewing changes to src/qmqpd/qmqpd.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2007-04-15 16:00:44 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20070415160044-xl1vjlhf9mdmf43a
Tags: 2.4.0-3
Have preinst get user approval before installing (and being broken) on a
pre-2.6 kernel.  Closes: #417530

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
/*      The time limit for sending or receiving information over an internal
96
96
/*      communication channel.
97
97
/* .IP "\fBmax_idle (100s)\fR"
98
 
/*      The maximum amount of time that an idle Postfix daemon process
99
 
/*      waits for the next service request before exiting.
 
98
/*      The maximum amount of time that an idle Postfix daemon process waits
 
99
/*      for an incoming connection before terminating voluntarily.
100
100
/* .IP "\fBmax_use (100)\fR"
101
 
/*      The maximal number of connection requests before a Postfix daemon
102
 
/*      process terminates.
 
101
/*      The maximal number of incoming connections that a Postfix daemon
 
102
/*      process will service before terminating voluntarily.
103
103
/* .IP "\fBprocess_id (read-only)\fR"
104
104
/*      The process ID of a Postfix command or daemon process.
105
105
/* .IP "\fBprocess_name (read-only)\fR"
165
165
/* Global library. */
166
166
 
167
167
#include <mail_params.h>
 
168
#include <mail_version.h>
168
169
#include <record.h>
169
170
#include <rec_type.h>
170
171
#include <mail_proto.h>
759
760
    input_transp_mask(VAR_INPUT_TRANSP, var_input_transp);
760
761
}
761
762
 
 
763
MAIL_VERSION_STAMP_DECLARE;
 
764
 
762
765
/* main - the main program */
763
766
 
764
767
int     main(int argc, char **argv)
776
779
    };
777
780
 
778
781
    /*
 
782
     * Fingerprint executables and core dumps.
 
783
     */
 
784
    MAIL_VERSION_STAMP_ALLOCATE;
 
785
 
 
786
    /*
779
787
     * Pass control to the single-threaded service skeleton.
780
788
     */
781
789
    single_server_main(argc, argv, qmqpd_service,