-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Mailserver log get wrong ip address. #4617
Copy link
Copy link
Closed as not planned
Labels
area/networkingissue/limited supportDue to a specific configuration on the user side only limited support is offeredDue to a specific configuration on the user side only limited support is offeredkind/questionSomeone asked a question - feel free to answerSomeone asked a question - feel free to answermeta/closed due to age or inactivityThis issue / PR has been closed due to inactivityThis issue / PR has been closed due to inactivitymeta/staleThis issue / PR has become stale and will be closed if there is no further activityThis issue / PR has become stale and will be closed if there is no further activityservice/dovecotservice/postfix
Metadata
Metadata
Assignees
Labels
area/networkingissue/limited supportDue to a specific configuration on the user side only limited support is offeredDue to a specific configuration on the user side only limited support is offeredkind/questionSomeone asked a question - feel free to answerSomeone asked a question - feel free to answermeta/closed due to age or inactivityThis issue / PR has been closed due to inactivityThis issue / PR has been closed due to inactivitymeta/staleThis issue / PR has become stale and will be closed if there is no further activityThis issue / PR has become stale and will be closed if there is no further activityservice/dovecotservice/postfix
Hello everyone, I am trying to use Docker Mailserver, but I encountered an issue. The IP address I obtained in the log is the address of the Docker network card, regardless of where I logged in from. I also used caddy-l4 at the same time( https://github.com/mholt/caddy-l4 )Perform TCP forwarding. Here are log and docker-compose.yaml and caddy json.
At the same time, I used the official documentation to add support for reverse proxy, but none of them were effective. I think even if the reverse proxy configuration is invalid, the IP should still be the IP where the proxy is located, not the internal IP of Docker. Did I miss anything?
Originally posted by @jASSSSSSON in #4610