/*++ /* NAME /* postconf_service 3 /* SUMMARY /* service-defined main.cf parameter name support /* SYNOPSIS /* #include <postconf.h> /* /* void pcf_register_service_parameters() /* DESCRIPTION /* Service-defined parameter names are created by appending /* postfix-defined suffixes to master.cf service names. All /* service-defined parameters have default values that are /* defined by a built-in parameter. /* /* pcf_register_service_parameters() adds the service-defined /* parameters to the global name space. This function must be /* called after the built-in parameters are added to the global /* name space, and after the master.cf file is read. /* DIAGNOSTICS /* Problems are reported to the standard error stream. /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA /* /* Wietse Venema /* Google, Inc. /* 111 8th Avenue /* New York, NY 10011, USA
/*--*/
/* *Sanitychecks.
*/ if (pcf_param_table == 0)
msg_panic("%s: global parameter table is not initialized", myname); if (pcf_master_table == 0)
msg_panic("%s: master table is not initialized", myname);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.