On 11 Oct 2017, at 19:42, The Doctor <[email protected]> wrote: > I see exim user lost privilege for using -C option
You're trying to call Exim from the command line with an untrusted configuration file. The message implies you're calling exim as a non-root user with an untrusted config file defined by the -C argument. Either start exim as root and let it sort its' own privilege change out, or only use a trusted configuration file. On CentOS these are listed in /etc/exim/trusted-configs. https://www.exim.org/exim-html-current/doc/html/spec_html/ch-the_exim_run_time_configuration_file.html <https://www.exim.org/exim-html-current/doc/html/spec_html/ch-the_exim_run_time_configuration_file.html> Graeme -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
