Re: Permission denied UNIX perms appear ok (ACL/MAC wrong?))

2022-09-06 Thread Austin Witmer
Hello all! My strange permission errors in my log files seem to have disappeared. The only thing I can think of that I changed was mounting my encrypted folder without using sudo. Example “gocryptfs -allow_other cipher plain” instead of "sudo gocryptfs -allow_other cipher plain”. Thanks to all

Re: Config file syntax: secrets from file in key=value

2022-09-06 Thread Aki Tuomi
On September 6, 2022 10:35:27 PM GMT+03:00, Tobias Florek wrote: >Hi Aki! > >> You can use $ENV:variable syntax with Dovecot v2.3.14+. The environment >> variable needs to be listed in `import_environment` setting and be available >> for dovecot process on startup. > >Thank you for your answ

Re: Config file syntax: secrets from file in key=value

2022-09-06 Thread Tobias Florek
Hi Aki! > You can use $ENV:variable syntax with Dovecot v2.3.14+. The environment variable needs to be listed in `import_environment` setting and be available for dovecot process on startup. Thank you for your answer. I will test it tomorrow. I thought it was not supported because I interpr

Re: Config file syntax: secrets from file in key=value

2022-09-06 Thread Aki Tuomi
> On 06/09/2022 16:31 EEST Tobias Florek wrote: > > > Hi! > > I'd like to set up proxy authentication. This works fine, but I cannot > get the passwords in to be read from file. > > Specifically I have this passdb block. > > passdb { >driver = passwd-file >mechanisms = plain scra

Config file syntax: secrets from file in key=value

2022-09-06 Thread Tobias Florek
Hi! I'd like to set up proxy authentication. This works fine, but I cannot get the passwords in to be read from file. Specifically I have this passdb block. passdb { driver = passwd-file mechanisms = plain scram-sha-256 default_fields = proxy=y host=dovecot-backend master=imapc-master