mirror of
https://github.com/HaschekSolutions/opentrashmail.git
synced 2026-04-25 06:35:55 +03:00
[GH-ISSUE #53] Admin account returning no emails #35
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#35
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 7, 2023).
Original GitHub issue: https://github.com/HaschekSolutions/opentrashmail/issues/53
Not sure if I'm misunderstanding the limited docs, but when attempting to set the admin account with the docker image I'm unable to view all emails sent to the server, instead only seeing messages sent to the set address.
Docker logs confirm that the value has been read with
[i] Set admin to: "admin@domain.tld"I have tried setting the
ADMINenvironment variable to different values such asadminandadmin@domain.tldto no success, even attempting addresses that are not on the hosted domain.@DasDunkel commented on GitHub (Nov 11, 2023):
I believe I have figured out the cause of this issue, if the admin address has any upper case characters, for example using a randomly generated string, it simply will not work, I believe this may be due to the input being forced to lowercase at some stage
@geek-at commented on GitHub (Nov 11, 2023):
also quotation marks error. remove them from the env and it should work