static void mail_process_set_environment(struct master_settings *set)
{
/* we don't know all the settings, so since we can't expand all of
- them just let the mail process expand all of them internally.
- except for plugin settings - we know all of them so expand them. */
+ them just let the mail process expand all of them internally. */
master_settings_export_to_env(set);
(void)umask(set->umask);
DEF(SET_UINT, dict_process_count),
DEFLIST(auths, "auth", &master_auth_setting_parser_info),
{ SET_STRLIST, "dict", offsetof(struct master_settings, dicts), NULL },
- { SET_STRLIST, "plugin", offsetof(struct master_settings, plugin_envs), NULL },
SETTING_DEFINE_LIST_END
};
ARRAY_DEFINE(auths, struct master_auth_settings *);
ARRAY_DEFINE(dicts, const char *);
- ARRAY_DEFINE(plugin_envs, const char *);
#ifndef CONFIG_BINARY
/* .. */