Hi,
I'm trying to set Weakforced with Dovecot and I cannot log in policy
server. This is the config:
/root/weakforced/wforce/wforce.conf
---
...
webserver("0.0.0.0:8084", "super")
...
/etc/dovecot/conf.d/95-policy.conf
--
auth_pol
ring
auth_policy_server_api_header = "Authorization: Basic
d2ZvcmNlOkJydHpUNlRuTkZ4UUU="
the authorization blob is basically
printf 'wforce:super' | base64
Aki
On 16 January 2019 at 10:06 alberto bersol wrote:
Hi,
I'm trying to set Weakforced with Dovecot and I ca
1:11, Aki Tuomi escribió:
Did you miss the closing quote from api_header? Also, can you turn on
auth_debug=yes?
Aki
On 16 January 2019 at 12:05 alberto bersol wrote:
Hi Aki,
I've configured in this way:
vm-weakforced:~# printf 'wforce:super' | base64
d2ZvcmNlOnN1cGVy
vm-