Re: submissiond xoauth2 authentication: line too long

2023-01-04 Thread Tobias Florek
Hi all, this was a bug in old pear/net_smtp versions used by my roundcube installation. My suspicion was correct though. Roundcube did indeed send a non-compliant SMTP command. Cheers, Tobi

submissiond xoauth2 authentication: line too long

2023-01-04 Thread Tobias Florek
Hi, I am running the latest container image which has dovecot-submissiond2:2.3.20-3+debian11 I am running into the following problem. I have successfully set up xoauth2 for IMAP and ManageSieve. Now when roundcube tries to send email to submissiond it fails with 500 5.5.2 Line too long

Re: doveadm proxy list has strange entries

2023-01-01 Thread Tobias Florek
Thank you for the answer. So I'll just have to filter it for now.

doveadm proxy list has strange entries

2022-12-30 Thread Tobias Florek
"172.23.6.194", "dest-port": "143" }, { "username": "username", "service": "service", "src-ip": "src-ip", "dest-ip": "dest-ip", "dest-port": "dest-port" }, ... ], "tag1" ] ] This does not look right. Cheers, Tobias Florek

Re: access dict in lua auth script

2022-12-08 Thread Tobias Florek
Getting back to the old topic. It's not yet possible to get dict objects on demand in Lua scripts. I assume it's also not possible to get a predefined dict in Lua `auth_passdb_lookup` functions. Can this be added? This will make using Lua for pass- and userdb, and event push notification

access dict in lua auth script

2022-11-16 Thread Tobias Florek
ilt-in dict not supported? Cheers, Tobias Florek

Re: Config file syntax: secrets from file in key=value

2022-09-06 Thread Tobias Florek
Hi Aki! > You can use $ENV:variable syntax with Dovecot v2.3.14+. The environment variable needs to be listed in `import_environment` setting and be available for dovecot process on startup. Thank you for your answer. I will test it tomorrow. I thought it was not supported because I interpr

Config file syntax: secrets from file in key=value

2022-09-06 Thread Tobias Florek
a file or less desirable from the environment? Reading https://doc.dovecot.org/configuration_manual/config_file/ I assume it's not. Cheers, Tobias Florek