#include "postfixconf.h" #include "internal.h" CONFIG_FILE cf_postfix_main("/etc/postfix/main.cf",help_nil, CONFIGF_OPTIONAL|CONFIGF_MANAGED, subsys_postfix); HELP_FILE help_postfix_intro ("postfixconf","postfix_intro"); HELP_FILE help_postfix_basic ("postfixconf","postfix_basic"); HELP_FILE help_postfix_addressmasq ("postfixconf","postfix_addressmasq"); HELP_FILE help_postfix_spamctrl ("postfixconf","postfix_spamctrl"); HELP_FILE help_postfix_smtpclientprgm ("postfixconf","postfix_smtpclientprgm"); HELP_FILE help_postfix_smtpdserverprgm ("postfixconf","postfix_smtpdserverprgm"); HELP_FILE help_postfix_miscellaneous ("postfixconf","postfix_miscellaneous"); HELP_FILE help_postfix_ressctrlparam ("postfixconf","postfix_ressctrlparam"); HELP_FILE help_postfix_ldaplookuptout ("postfixconf","postfix_ldaplookuptout"); HELP_FILE help_postfix_ctrllocaldeliv ("postfixconf","postfix_ctrllocaldeliv"); HELP_FILE help_postfix_ctrldelivrates ("postfixconf","postfix_ctrldelivrates"); HELP_FILE help_postfix_tablelocations ("postfixconf","postfix_tablelocations"); HELP_FILE help_postfix_virtual ("postfixconf","postfix_virtual"); HELP_FILE help_postfix_canonical ("postfixconf","postfix_canonical"); HELP_FILE help_postfix_aliases ("postfixconf","postfix_aliases");