mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #232] Caddy example for proxy #150
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#150
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 @lil5 on GitHub (Jan 3, 2024).
Original GitHub issue: https://github.com/axllent/mailpit/issues/232
As per the documentation see link, I’ll show you how I added mailpit to caddy server.
Documentation ref: https://mailpit.axllent.org/docs/configuration/proxy/
Example:
/usr/local/bin/mailpit --smtp 127.0.0.1:8084 --listen 127.0.0.1:8085 --smtp-auth-allow-insecure --smtp-auth-accept-any --webroot /mailpit/Original: https://github.com/the-clothing-loop/website/blob/main/devops/templates/Caddyfile
@axllent commented on GitHub (Jan 4, 2024):
Thank you for the information @lil5. Can you please confirm the websocket works too with this configuration (ie: the web UI shows the messages instantly when they are delivered to Mailpit)?
@lil5 commented on GitHub (Jan 4, 2024):
Yes the web ui works great 👍
@axllent commented on GitHub (Jan 4, 2024):
I've updated the website instructions 👍 Hartstikke bedankt!