Skip to content

mailcow API: 'sender_acl' not retrieved via /api/v1/get/mailbox/ APIย #7011

@ralfbergs

Description

@ralfbergs

Contribution guidelines

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:

  1. Invoke /api/v1/get/mailbox/all or /api/v1/get/mailbox/user@example.org functions.
  2. Observe that the sender_acl attribute 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions