Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sieve now seems to require tls:// prefix on hostname #192

Open
chongma opened this issue Sep 15, 2022 · 1 comment
Open

Sieve now seems to require tls:// prefix on hostname #192

chongma opened this issue Sep 15, 2022 · 1 comment

Comments

@chongma
Copy link

chongma commented Sep 15, 2022

Sieve wouldn't connect and had php error: this server doesn't support any authentication methods.
When debugging the "SASL" was empty ""

usetls was set
$config['managesieve_usetls'] = true;

Appending tls:// to the domain fixed it
$config['managesieve_host'] = 'tls://domain.tld';

It also wasn't respecting the managesieve.inc.php that was copied into the config. I had to edit directly in plugins/managesieve/config.inc/php which means the config will be overwritten

Would be nice to have a good readme on managesieve

@maiksd
Copy link

maiksd commented Aug 1, 2023

I just fixed my setup adding the 'tls://' prefix as you mentioned, but using 1.6.2 it worked putting that into the external config file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants