NethServer / dev

NethServer issue tracker
https://github.com/NethServer/dev/issues
63 stars 20 forks source link

IMAP ACL creation fails after NS7 WebTop migration #6966

Closed lucagasparini closed 1 day ago

lucagasparini commented 4 days ago

Steps to reproduce

Expected behavior

Actual behavior

Additional context

The migration-import action does not add this global setting for the mail service: acl.domainsuffix.policy.override = strip INSERT: https://github.com/NethServer/ns8-webtop/blob/d5b3ed9e52d0a92333a956519045ba0057b77a92/postgres/data/init-data-nethserver.sql#L168

Components

ns8-webtop 1.0.17

stephdl commented 3 days ago

QA

for testing you need to migrate and use the version webtop:1.0.18-testing.1 so in add the relevant version

runagent -m webtop1
podman exec -ti postgres psql -qU postgres webtop5
SELECT * FROM core.settings WHERE service_id = 'com.sonicle.webtop.mail';
...
 com.sonicle.webtop.mail | acl.domainsuffix.policy.override      | strip
....
lucagasparini commented 2 days ago

Test OK: VERIFIED The bug is not reproducible

DavidePrincipi commented 1 day ago

Released in https://github.com/NethServer/ns8-webtop/releases/tag/1.0.18