-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Description
Contribution guidelines
- I've read the contribution guidelines and wholeheartedly agree
Checklist prior issue creation
- I understand that failure to follow below instructions may cause this issue to be closed.
- I understand that vague, incomplete or inaccurate information may cause this issue to be closed.
- I understand that this form is intended solely for reporting software bugs and not for support-related inquiries.
- I understand that all responses are voluntary and community-driven, and do not constitute commercial support.
- I confirm that I have reviewed previous issues to ensure this matter has not already been addressed.
- I confirm that my environment meets all prerequisite requirements as specified in the official documentation.
Description
When I use the mailcow API as described here, I can set the sender_acl with the /api/v1/edit/mailbox function.
However, this attribute is not returned with the /api/v1/get/mailbox/all function, nor is it returned for each mailbox explicitly via /api/v1/get/mailbox/user@example.org.
Steps to reproduce:
- Invoke
/api/v1/get/mailbox/allor/api/v1/get/mailbox/user@example.orgfunctions. - Observe that the
sender_aclattribute is missing in the response document.
Logs:
N/A
Which branch are you using?
master (stable)
Which architecture are you using?
x86_64
Operating System:
N/A
Server/VM specifications:
N/A
Is Apparmor, SELinux or similar active?
N/A
Virtualization technology:
N/A
Docker version:
N/A
docker-compose version or docker compose version:
N/A
mailcow version:
2025-12a
Reverse proxy:
N/A
Logs of git diff:
N/A
Logs of iptables -L -vn:
N/A
Logs of ip6tables -L -vn:
N/A
Logs of iptables -L -vn -t nat:
N/A
Logs of ip6tables -L -vn -t nat:
N/A
DNS check:
N/A
Reactions are currently unavailable