aboutsummaryrefslogtreecommitdiff
path: root/src/srvcfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/srvcfg.c')
-rw-r--r--src/srvcfg.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/srvcfg.c b/src/srvcfg.c
index f04e4c68..a9527a53 100644
--- a/src/srvcfg.c
+++ b/src/srvcfg.c
@@ -42,8 +42,6 @@ struct mu_sockaddr *source_address; /* Source address for TCP connections */
42int mtasim_option; /* mtasim compatibility mode */ 42int mtasim_option; /* mtasim compatibility mode */
43char *db_type_str = DEFAULT_DB_TYPE; 43char *db_type_str = DEFAULT_DB_TYPE;
44 44
45size_t max_callout_mx = MAXMXCOUNT;
46
47/* Timeouts */ 45/* Timeouts */
48time_t smtp_timeout_soft[SMTP_NUM_TIMEOUT] = { 46time_t smtp_timeout_soft[SMTP_NUM_TIMEOUT] = {
49 10, 47 10,
@@ -514,9 +512,6 @@ static struct mu_cfg_param srv_cfg_param[] = {
514 { "acl", mu_cfg_section, &srvman_param.acl }, 512 { "acl", mu_cfg_section, &srvman_param.acl },
515 { "logger", mu_c_string, &log_stream, 0, NULL, 513 { "logger", mu_c_string, &log_stream, 0, NULL,
516 N_("Set logger stream.") }, 514 N_("Set logger stream.") },
517 { "max-callout-mx", mu_c_size, &max_callout_mx, 0, NULL,
518 N_("Maximum number of MXs to be polled during "
519 "callout verification.") },
520 { "state-directory", mu_cfg_callback, NULL, 0, cb_state_directory, 515 { "state-directory", mu_cfg_callback, NULL, 0, cb_state_directory,
521 N_("Set program state directory."), 516 N_("Set program state directory."),
522 N_("dir: string") }, 517 N_("dir: string") },

Return to:

Send suggestions and report system problems to the System administrator.