X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Freadconf.c;h=b6c41bc65ddf322dabb53b1921eef5cdc777218e;hb=4202f1215e6e1cbcb66b82e514efcc21682e8ae1;hp=cac8fe5c2e81a475663d2a30d50b2e412927716d;hpb=4a1bd6b935ca5c5b70408a60036312d4825fd24e;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/readconf.c b/src/src/readconf.c index cac8fe5c2..b6c41bc65 100644 --- a/src/src/readconf.c +++ b/src/src/readconf.c @@ -149,6 +149,7 @@ static optionlist optionlist_config[] = { { "exim_group", opt_gid, &exim_gid }, { "exim_path", opt_stringptr, &exim_path }, { "exim_user", opt_uid, &exim_uid }, + { "exim_version", opt_stringptr, &version_string }, { "extra_local_interfaces", opt_stringptr, &extra_local_interfaces }, { "extract_addresses_remove_arguments", opt_bool, &extract_addresses_remove_arguments }, { "finduser_retries", opt_int, &finduser_retries },