This question has been flagged
2201 Views

Hi guys,

 

I change the port from 8069 to 8070 using these 

iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069

and then also in config.py I changed the port to 8070. 
It works with one exception. All the emails like password resets etc are still sending my users the port 8069. Where is the setting to change the email sending address so it portray the correct port number?

Thank you in advance!

Avatar
Discard