mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #1746] How to forward Mail server through NPM? Using Streams? #1300
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#1300
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 @b3nd1k on GitHub (Jan 11, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1746
Hey! I've the ProtonMail Bridge Docker installed on my Unraid server that I want to expose to the internet. Currently IMAP is running locally from 10.0.0.20:1143 and SMTP from 10.0.0.20:1025. How do I do this in Nginx Proxy Manager? I am thinking maybe I Could use 'Streams'. What I essential want is to connect my email apps through mydomain.com:1025 rather than through public-ip:1025.
@chaptergy commented on GitHub (Jan 11, 2022):
If you don't need NPM to handle SSL certificates, streams could work. Otherwise there is no build in way currently, you would have to mount a custom config file into your docker container. See https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1110.