Replies: 2 comments
-
Hi @Sylbo , I have never setup an SMTP server on non-standerd port. Hope there could be other people could help you. Good luck! |
Beta Was this translation helpful? Give feedback.
-
@Sylbo your configuration should work fine with respect to port forwarding. For example, if your docker containers get IPs in the range If you're not sure what you're doing be sure to do an online SMTP open proxy test! Good luck. |
Beta Was this translation helpful? Give feedback.
-
Amazon Lightsail Cloud service doesn't allow to open the 25 port.
Can I use the image on another SMTP standard port, like 587?
I tried running the image:
docker run -t -d -e SMF_CONFIG="$SMF_CONFIG" -p 587:25 zixia/simple-mail-forwarder
I have a response from telnet, but forwarding doesn't seem to work.
Is it possible to run the image this way?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions