I found that I'm unable to login to my postfix instance.
No error message about a wrong password or anything, I just get thrown back into the login form with a new token.
Ok, more updates: I guess dovecot is to blame.
Only dovecot has been updated recently and by rolloing back the update, I can see that the behaviour of doveadm pw has changed: [pfadmin@mail2:~]$ /nix/store/rja6x096jiw4dcys8cg6rvhk57mzcczy-dovecot-2.3.10.1/bin/doveadm pw -r 12
doveadm(pfadmin): Error: net_connect_unix(/var/run/dovecot/stats-writer) failed: Permission denied
Enter new password:
Retype new password:
{CRYPT}$2y$12$wnX8QMUr2uyFqsAjSDivSuBYsFfBJXzq7AJAG7Du6ia8TCPweqt5y
[pfadmin@mail2:~]$ /nix/store/g407qi3kzfs7wgh6z37zvgkayr2dkvwj-dovecot-2.3.11.3/bin/doveadm pw -r 12
doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 7: ssl_cert: Can't open file /var/lib/acme/pfa.example.com/fullchain.pem: Permission denied
I really don't want to run postfixadmin / PHP as root, so maybe I have to get creative...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Rodrigo, you should still read and adapt your dovecot confi according the the workaround listed here: https://dovecot.org/pipermail/dovecot/2020-August/119642.html
Dovecot may take a couple of versions to fix the issues and you probably don't want possible open security issues on a public server.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found that I'm unable to login to my postfix instance.
No error message about a wrong password or anything, I just get thrown back into the login form with a new token.
I haven't updated Postfixadmin or PHP, so I'm at a loss what's happening here.
Last edit: tokudan 2020-08-20
I'm also unsure about what SF is doing to the HTML I posted... I didn't enter the .
Ok, more updates: I guess dovecot is to blame.
Only dovecot has been updated recently and by rolloing back the update, I can see that the behaviour of doveadm pw has changed:
[pfadmin@mail2:~]$ /nix/store/rja6x096jiw4dcys8cg6rvhk57mzcczy-dovecot-2.3.10.1/bin/doveadm pw -r 12
doveadm(pfadmin): Error: net_connect_unix(/var/run/dovecot/stats-writer) failed: Permission denied
Enter new password:
Retype new password:
{CRYPT}$2y$12$wnX8QMUr2uyFqsAjSDivSuBYsFfBJXzq7AJAG7Du6ia8TCPweqt5y
[pfadmin@mail2:~]$ /nix/store/g407qi3kzfs7wgh6z37zvgkayr2dkvwj-dovecot-2.3.11.3/bin/doveadm pw -r 12
doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 7: ssl_cert: Can't open file /var/lib/acme/pfa.example.com/fullchain.pem: Permission denied
I really don't want to run postfixadmin / PHP as root, so maybe I have to get creative...
There's a somewhat complicated workaround here:
https://dovecot.org/pipermail/dovecot/2020-August/119642.html
Sounds relevant for https://github.com/postfixadmin/postfixadmin/issues/381
Hi!
i have the same problem! but still cant fixed!
i have two server, one dont work and other work. Upgrade the second and dont work now lol!
all conf for dovecot is in the local.conf and login to imap work fine, only PFA dont work
the extract de conf.local.php for PFA is:
$CONF['encrypt'] = 'dovecot:BLF-CRYPT';
$CONF['dovecotpw'] = "/usr/bin/doveadm pw -r 12";
some tips how to debug in my case?
php7.2.33 from REMI
apache2.4.43 from IUS
dovecot2.3.11.3 fro dovecot
thx.
Hi!
work perfectly with downgrade to dovecot 2.3.10
i use centos7.8
Thx
Rodrigo, you should still read and adapt your dovecot confi according the the workaround listed here:
https://dovecot.org/pipermail/dovecot/2020-August/119642.html
Dovecot may take a couple of versions to fix the issues and you probably don't want possible open security issues on a public server.
Tokudan,
I try with the ssl but in my case all conf are in the local.conf, i dont use any or touch any conf in dovecot.
i dont see any error with ssl in my case, doveadm work fine if call. Some other tips to search the error or debug?
Thx
somebody have a working tips for postfixadmin over centos? i try but nothing work.
Thx
Upgrade to 3.3.5 show the errors and now can fixed :) The new version work fine with some little tips and some conf in dovecot ^^