Invalid sieve credentials in Open-Xchange Settings

Hi,

I just installed ucs 4.2 from scratch. I added the OXAppsSuite, OX Documents and OX Guard. Now I setup the first user.

When I login to the OX-Portal and the go to the settings I immediately get “invalid sieve credentials”.

The dovecot-logs I find error like

“anagesieve-login: Aborted login (auth failed, 1 attempts in 2 secs): user=, method=PLAIN, rip=127.0.0.1, lip=127.0.1.1, TLS, session=<Ou8Pm/RdwgB/AAAB>”

Any ideas?

Regards,
Joachim

The option names have changed, and the configuration was not adapted. Please run:

ucr set \
ox/cfg/mailfilter.properties/com.openexchange.mail.filter.loginType="$(ucr get ox/cfg/mailfilter.properties/SIEVE_LOGIN_TYPE)" \
ox/cfg/mailfilter.properties/com.openexchange.mail.filter.credentialSource="$(ucr get ox/cfg/mailfilter.properties/SIEVE_CREDSRC)" \
ox/cfg/mailfilter.properties/com.openexchange.mail.filter.port="$(ucr get ox/cfg/mailfilter.properties/SIEVE_PORT)"

systemctl restart open-xchange.service

Thank you very much.
Now everything is ok.

Mastodon