mirror of
https://github.com/HaschekSolutions/opentrashmail.git
synced 2026-04-25 06:35:55 +03:00
[GH-ISSUE #43] Error starting mailserver #29
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#29
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 @sutidor on GitHub (Sep 19, 2022).
Original GitHub issue: https://github.com/HaschekSolutions/opentrashmail/issues/43
I get an error starting mailserver on port 25, even though I chose a different port.
Google says, it is because it is being started as non-privileged user nginx.
su - nginx -s /bin/ash -c 'cd /var/www/opentrashmail/python;python mailserver.py'@geek-at commented on GitHub (Sep 30, 2022):
is this via docker or without?
@ghost commented on GitHub (Oct 4, 2022):
Starting via docker
@geek-at commented on GitHub (Oct 5, 2022):
cannor reproduce @KaygorodovIS
are you by any chance running non-privileged? because that would mean you can't open ports below 1024
@kobius77 commented on GitHub (Nov 29, 2022):
servus,
getting the same as @KaygorodovIS above - but since i'm root and am using
-p 2525:25 -p 8099:80privileges shouldn't be an issue, should they?@geek-at commented on GitHub (Nov 30, 2022):
you're also getting permission denied error inside of python @drahdiwaberl ?