Re: [exim] Ubuntu 20.04 and CONFDIR

2022-06-15 Thread Evgeniy Berdnikov via Exim-users
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

Re: [exim] Ubuntu 20.04 and CONFDIR

2022-06-15 Thread Sander Smeenk via Exim-users
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

Re: [exim] Ubuntu 20.04 and CONFDIR

2022-06-14 Thread Jeremy Harris via Exim-users
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

Re: [exim] Ubuntu 20.04 and CONFDIR

2022-06-14 Thread Elliot Finley via Exim-users
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

[exim] Ubuntu 20.04 and CONFDIR

2022-06-14 Thread Elliot Finley via Exim-users
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