Open LeoMartinDev opened 1 year ago
@LeoMartinDev I just ran across this issue as well. I forked to try to resolve and in examining the source code I think the issue is that this plugin was created for an older version of Dokku that did things a little differently. It is looking for an ENV that I think was previously set by dokku proxy:ports-add
that is not set by the newer dokku ports:set
.
I think in your case if you try dokku config:set mail.ghostlymail.com DOKKU_PROXY_PORT_MAP=tcp:25:25
then it will work for you.
When I try to add a TCP port, the plugin says that no tcp/udp port has been specified