mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #40] Change ports? #34
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#34
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 @trymeouteh on GitHub (Feb 17, 2023).
Original GitHub issue: https://github.com/axllent/mailpit/issues/40
Is there a way to change the port numbers for SMTP and the HTTP server?
@axllent commented on GitHub (Feb 17, 2023):
Yes there is, eg
mailpit --smtp 0.0.0.0:1025 --listen 0.0.0.0:8025(those are the default values, but you can change them). Please note that if you are running it as a non-root user then you cannot listen on ports lower than 1024 on Linux/Mac (I don't know about Windows).Please see https://github.com/axllent/mailpit/wiki/Runtime-options