Matt Simerson
Matt Simerson
The correct setting would be: add_received=false
There are two settings available to control Received header additions. In `connection.ini`, you can set: ```ini [headers] add_received=false ``` and in `outbound.ini` you can set: ```ini received_header=disabled ```
That's not necessarily an issue and should have been addressed in #3291
> It breaks server/nodemailer/accpets SMTP message, but that is by design. Presumably because you believe that makes it more secure? How, exactly? Please explain why you believe this. > Should...
> It's on a remote VPS, so traffic goes through many untrusted parties. Since I use AUTH method PLAIN, having STARTTLS NO-GO allowed might result in user credentials transferred without...
It prevents email delivery on those ports unless the connection is authenticated. It was added long ago when we observed spam software attempting to evade filters on port 25 by...
> Is it still helpful now? I'd have to go log spelunking to answer that for certain but I'd wager yes. Spammers are always and forever looking for ways to...