Actions
Issue #2055
openUsers need to run doveadm but config file might be absent
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
06/16/2020
Due date:
% Done:
0%
Estimated time:
Hosting infrastructure:
VM @ FSF
Type of work:
Wiki editions
Updated by Denis 'GNUtoo' Carikli over 4 years ago
- Hosting infrastructure VM @ FSF added
doveadm pw -u dllud -s SHA512-CRYPT doveadm(david): Fatal: Error reading configuration: stat(/etc/dovecot/dovecot.conf) failed: No such file or directory sudo touch /etc/dovecot/dovecot.conf touch: cannot touch '/etc/dovecot/dovecot.conf': No such file or directory sudo mkdir -p /etc/dovecot/ sudo touch /etc/dovecot/dovecot.conf doveadm pw -u dllud -s SHA512-CRYPT
Updated by Denis 'GNUtoo' Carikli over 3 years ago
- Type of work Wiki editions added
For the context: the commands are executed on the users computers to create a hash of the passphrase.
Here the howto probably need to be fixed with some sudo touch commands and tested somehow
Actions