-
Notifications
You must be signed in to change notification settings - Fork 18
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
Wrong migration of Mail's "Accept Unknown Recipients" setting #7257
Comments
Remove non-migratable catchall handling for UnknownRecipientsActionAction NethServer/dev#7257
QA prepare a NS7 mail server with the option |
VERIFIED |
The bug occurs when we have set in NS7 domain the "Accept unknown recipients" flag
Steps to reproduce
Expected behavior
I expect a migration without issue
Actual behavior
The migration goes well, no warnings or errors but when you go to the domain of the mail server in NS8, the page is no longer browseable, you have an error displayed
Validation errors: [0.catchall: Must validate one and only one schema (oneOf) 0.catchall.dtype: 0.catchall.dtype must be one of the following: "user", "group", "public", "apo"]
this is what the api output
If I set to null the catchall option, I can display the form and set a catchall from the ns8 UI
However we can see that we have probably an incompatible option between NS7 and NS8 because the option
add user from user domain
is not allowed withaccept unknown recipient
if we look to the domains.json that we have migrated to NS8, we find
Components
nethserver-ns8-migration-1.1.0-1
See also
--
thank Mark Albrecht
The text was updated successfully, but these errors were encountered: