master-settings-defs.c revision 189760a0dccdb23ea4d8021e43c3d2f938648061
164105f6563d98b832f603e28e506dbabed22cf3Michael H. Warfield/* kludgy: this file is included from master-settings.c and from deliver */
164105f6563d98b832f603e28e506dbabed22cf3Michael H. Warfield { type, #name, offsetof(struct settings, name) }
164105f6563d98b832f603e28e506dbabed22cf3Michael H. Warfieldstatic struct setting_def setting_defs[] = {
164105f6563d98b832f603e28e506dbabed22cf3Michael H. Warfield DEF(SET_INT, ssl_parameters_regenerate),
b4f7af7a520b23c873e404562ec518a576e63d4cMichael H. Warfield DEF(SET_STR, login_log_format_elements),
b4f7af7a520b23c873e404562ec518a576e63d4cMichael H. Warfield DEF(SET_BOOL, login_process_per_connection),
b4f7af7a520b23c873e404562ec518a576e63d4cMichael H. Warfield DEF(SET_BOOL, login_greeting_capability),
b4f7af7a520b23c873e404562ec518a576e63d4cMichael H. Warfield DEF(SET_INT, login_max_processes_count),
164105f6563d98b832f603e28e506dbabed22cf3Michael H. Warfield DEF(SET_INT, mail_cache_min_mail_count),
164105f6563d98b832f603e28e506dbabed22cf3Michael H. Warfield DEF(SET_INT, mailbox_idle_check_interval),
164105f6563d98b832f603e28e506dbabed22cf3Michael H. Warfield DEF(SET_BOOL, mail_full_filesystem_access),
8ec981fc8b0105da5f071e40811e0c2472a6c3c9Stéphane Graber DEF(SET_BOOL, maildir_copy_preserve_filename),
164105f6563d98b832f603e28e506dbabed22cf3Michael H. Warfield DEF(SET_BOOL, mail_drop_priv_before_exec),