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

Allow to force-adding aliases for special groups #1850

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Conversation

tituspijean
Copy link
Contributor

The problem

https://forum.yunohost.org/t/mail-alias-for-all-users/29781

This line mentions that the edition of all_users group can be allowed/forced with --force, but neither the actions maps nor the user_group_add_mailalias or user_group_remove_mailalias support that flag.

Solution

...

PR Status

Ready

How to test

yunohost user group add-mailalias all_users everyone@domain.tld
# should display an error
yunohost user group add-mailalias all_users everyone@domain.tld --force
# should work

@alexAubin alexAubin merged commit eb8a1b3 into dev Sep 17, 2024
3 checks passed
@alexAubin alexAubin deleted the mailalias-force branch September 17, 2024 20:48
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

Successfully merging this pull request may close these issues.

2 participants