Beste,
user root staat bij never_users .
Deze fout staat in readconf.c:
Ik vraag mij of wat voor een manier Debian checkt op users, want root bestaat toch wel degelijk.
PS: het is een machine waar Direct Admin op draait.
code:
1
2
3
| www2:/etc/# /etc/init.d/exim start Starting MTA: 2005-01-31 18:42:22 Exim configuration error in line 362 of /etc/exim.conf: user root was not found |
user root staat bij never_users .
Deze fout staat in readconf.c:
code:
1
2
3
4
5
6
7
8
| /* Look up a fixed uid, and also make use of the corresponding gid
if a passwd entry is returned and the gid has not been set. */
case opt_uid:
if (!route_finduser(sptr, &pw, &uid))
log_write(0, LOG_PANIC_DIE|LOG_CONFIG_IN, "user %s was not found", sptr);
if (data_block == NULL)
*((uid_t *)(ol->value)) = uid; |
Ik vraag mij of wat voor een manier Debian checkt op users, want root bestaat toch wel degelijk.
PS: het is een machine waar Direct Admin op draait.