X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/7f36d675a458b3cf823c977e2cc4b47a6e6c8d4a..c1d94452b1b7f3620ee3cc9aa197ad98821de79f:/src/src/readconf.c diff --git a/src/src/readconf.c b/src/src/readconf.c index 954d546a4..080305834 100644 --- a/src/src/readconf.c +++ b/src/src/readconf.c @@ -2883,13 +2883,12 @@ if (!config_changed) log_write(0, LOG_MAIN|LOG_PANIC_DIE, "failed to stat configuration file %s", big_buffer); - if ((statbuf.st_uid != root_uid && /* owner not root */ - statbuf.st_uid != exim_uid /* owner not exim */ + if ((statbuf.st_uid != root_uid /* owner not root */ #ifdef CONFIGURE_OWNER && statbuf.st_uid != config_uid /* owner not the special one */ #endif ) || /* or */ - (statbuf.st_gid != exim_gid /* group not exim & */ + (statbuf.st_gid != root_gid /* group not root & */ #ifdef CONFIGURE_GROUP && statbuf.st_gid != config_gid /* group not the special one */ #endif