On Fri, Jun 10, 2022 at 03:19:30PM -0600, Elliot Finley via Exim-users wrote:
> I've been trying to get exim4 up and running on Ubuntu 20.04.
[...]
> But the problem is, it doesn't appear that CONFDIR is being honored. Later
> in the config file there is:
>
> .ifndef MAIN_TLS_CERTIFICATE
> MAIN_T
Quoting Elliot Finley via Exim-users (exim-users@exim.org):
> Anyone know why CONFDIR wouldn't be honored?
I'd advise reading /usr/share/doc/exim4-config/README.Debian.gz and
other /usr/share/doc/exim4*/* documentation files on your system with
regards to the 'split configuration' setup that Debi
On 10/06/2022 22:19, Elliot Finley via Exim-users wrote:
I've been trying to get exim4 up and running on Ubuntu 20.04.
There is the standard:
# Macro defining the main configuration directory.
# We do not use absolute paths.
.ifndef CONFDIR
CONFDIR = /etc/exim4
.endif
which is a little confusi
Anyone know why CONFDIR wouldn't be honored?
On Fri, Jun 10, 2022 at 3:19 PM Elliot Finley
wrote:
> I've been trying to get exim4 up and running on Ubuntu 20.04.
>
> There is the standard:
>
> # Macro defining the main configuration directory.
> # We do not use absolute paths.
> .ifndef CONFDIR
I've been trying to get exim4 up and running on Ubuntu 20.04.
There is the standard:
# Macro defining the main configuration directory.
# We do not use absolute paths.
.ifndef CONFDIR
CONFDIR = /etc/exim4
.endif
which is a little confusing because it says "We do not use absolute paths."
then it