mirror of
https://github.com/HaschekSolutions/opentrashmail.git
synced 2026-04-25 14:45:59 +03:00
[GH-ISSUE #54] Discard unknown discarding all wildcard domains #36
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentrashmail#36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DasDunkel on GitHub (Nov 8, 2023).
Original GitHub issue: https://github.com/HaschekSolutions/opentrashmail/issues/54
With
DISCARD_UNKNOWNset totrueemails sent to an address using a wildcard domain are discarded.For example;
Domain:
*.domain.tld,domain.tldAddress:
random.user@rand.domain.tldLog message:
Discarding email for unknown domain: rand.domain.tld@geek-at commented on GitHub (Nov 11, 2023):
Cannot reproduce. Did you restart the mailserver after changing the config?
@DasDunkel commented on GitHub (Nov 11, 2023):
Yes, even with the container completely remade it still rejects wildcard domains; screenshot of docker compose file and logs: https://dunk.dev/x2gMWjdMk8h5.png
The address I sent the test email to was randomly generated by the WebUI
@geek-at commented on GitHub (Nov 11, 2023):
probably because of the quotation marks. Check the config.ini that was generated but removing the quotation marks should fix it