radicale-dovecot-auth icon indicating copy to clipboard operation
radicale-dovecot-auth copied to clipboard

fix not setting auth_host and auth_port

Open amnore opened this issue 4 years ago • 1 comments

If auth_socket is not set, the plugin doesn't try to set auth_host and auth_port (because it then breaks out of the with block).

I assume this is not the intended behavior. So I added another block to fix it.

Looks like you are not using tcp socket? :)

amnore avatar Feb 07 '21 03:02 amnore

Plugin can not use host/port without this fix. Pull request should be approved.

MatthewHana avatar Aug 31 '23 13:08 MatthewHana