[GH-ISSUE #1742] Catch all sender address not working #1374

Closed
opened 2026-02-27 11:16:47 +03:00 by kerem · 1 comment
Owner

Originally created by @y0va on GitHub (Jun 5, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1742

Impacted versions

  • Modoboa: 1.13.1
  • installer used: Yes
  • Webserver: Nginx

Steps to reproduce

Create a account notifications@domain.tld with a sender adress catchall like @domain.tld.

Try to send a mail using user@domain.tld with smtp eg with nullmailer.

Current behavior

The message is rejected:

Jun  5 23:45:19 strix nullmailer[8356]: smtp: Failed: 553 5.7.1 <user@domain.tld>: Sender address rejected: not owned by user notifications@domain.tld

Expected behavior

The message is accepted

Maybe a continuation of #1580.

Originally created by @y0va on GitHub (Jun 5, 2019). Original GitHub issue: https://github.com/modoboa/modoboa/issues/1742 # Impacted versions * Modoboa: 1.13.1 * installer used: Yes * Webserver: Nginx # Steps to reproduce Create a account `notifications@domain.tld` with a sender adress catchall like `@domain.tld`. Try to send a mail using `user@domain.tld` with smtp eg with nullmailer. # Current behavior The message is rejected: Jun 5 23:45:19 strix nullmailer[8356]: smtp: Failed: 553 5.7.1 <user@domain.tld>: Sender address rejected: not owned by user notifications@domain.tld # Expected behavior The message is accepted Maybe a continuation of #1580.
kerem 2026-02-27 11:16:47 +03:00
Author
Owner

@tonioo commented on GitHub (Jul 5, 2019):

@y0va Indeed, the SQL query used to find valid sender addresses does not support catchall syntax.

<!-- gh-comment-id:508685819 --> @tonioo commented on GitHub (Jul 5, 2019): @y0va Indeed, the SQL query used to find valid sender addresses does not support catchall syntax.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#1374
No description provided.