Displaying 1 result from an estimated 1 matches for "your_host_on".
Did you mean:
your_host_only
2017 Mar 19
2
The challenge of customizing Dovecot
...eve.
I will soon have my total instructions available on my server, but to
share with you what I have done for Dovecot customization and maybe to
get some recommendations on improvements. For the most part, I have
used SED to modify the conf files.
I use a few env variables:
your_domain_tld=
your_host_only=
your_host_tld=$your_host_only.$your_domain_tld
Postfix_Database_Password=
What follows are the pieces of my customization, all comments welcomed
(this is NOT adequately tested! That is later in the week!):
sed -i -e "/^#protocols/s/$/ sieve/w /dev/stdout" /etc/dovecot/dovecot.conf...