Arvedui / radicale-dovecot-auth

Radicale plugin for dovecot authentication
GNU General Public License v3.0
18 stars 10 forks source link

fix not setting auth_host and auth_port #14

Open amnore opened 3 years ago

amnore commented 3 years ago

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? :)

MatthewHana commented 1 year ago

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