28 May
2020
28 May
'20
11:10 a.m.
Am 5/28/2020 um 11:05 AM schrieb patosec:
Thanks alot! That brought me into the right direction, with "doveadm mailbox list -u <uid>" I got an usefull error message! somehow doveadm_password ist not working that way: local 0.0.0.0 { doveadm_password = secret }
I had to set it without the local x.x.x.x part, now it works :) I though will investigate this further, if this ip limitation with local is not working I need to setup iptables to restrict the access, but I don't really want to go this direction.
Thanks!
Okay I got it now "local" needs to be replaced by "remote" for this ip restriction setting to work. remote 0.0.0.0 { doveadm_password = secret }