20 Nov
2016
20 Nov
'16
5:48 p.m.
On 20/11/2016 16:41, Michael Felt wrote:
(though still unknowing what the fatal error)
This is also needed:
cp -rp /etc/dovecot/conf.d /opt/etc/dovecot/
as the config file contains:
Most of the actual configuration gets included below. The filenames are
first sorted by their ASCII value and parsed in that order. The
00-prefixes
in filenames are intended to make it easier to understand the ordering.
!include conf.d/*.conf
A config file can also tried to be included without giving an error if
it's not found:
!include_try local.conf
Note: the include_try did not complain, but the include conf.d/*.conf did (relative name, not fullpath)
All for today!