9 Jul
2019
9 Jul
'19
8:08 a.m.
On Mon, Jul 8, 2019, at 10:06 AM, dancab@caltech.edu wrote:
Hi,
Did you ever figure out the issue with port 8000 showing up in your outgoing verification emails?
I'm having whats seems to be a related issue. All my outgoing emails show localhost:8000.
I've got just about everything else working with Mailman3 this one issue has got me stumped.
Please sure that your Nginx configuration has these two lines:
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
In your location /
directive.
There should be similar or equivalent settings in case you are using Apache.
-- thanks, Abhilash Raj (maxking)