Re: Feature wishlist: Allow to hide client IP/host in submission service

2019-08-28 Thread Sebastian Krause via dovecot
Timo Sirainen wrote: > Yeah, it would be useful to hide the client's IP and do it by > default. Actually I think there shouldn't even be an option to not > hide it. Or would it be better or worse to just not have the > Received header added at all? I don't think it's a good idea to just hide the

Re: Feature wishlist: Allow to hide client IP/host in submission service

2019-08-28 Thread Admin via dovecot
> On Aug 28, 2019, at 8:07 AM, Timo Sirainen via dovecot > wrote: > >> On 25 Aug 2019, at 21.51, Sebastian Krause via dovecot >> wrote: >> >> Hi, >> >> In many mail setups a required feature (for privacy reasons) is to >> hide the host and IP of clients (in the "Received" header) that use

Re: Feature wishlist: Allow to hide client IP/host in submission service

2019-08-28 Thread Tom Sommer via dovecot
On 2019-08-28 14:07, Timo Sirainen via dovecot wrote: On 25 Aug 2019, at 21.51, Sebastian Krause via dovecot wrote: Hi, In many mail setups a required feature (for privacy reasons) is to hide the host and IP of clients (in the "Received" header) that use the authenticated submission over po

Re: Feature wishlist: Allow to hide client IP/host in submission service

2019-08-28 Thread Timo Sirainen via dovecot
On 25 Aug 2019, at 21.51, Sebastian Krause via dovecot wrote: > > Hi, > > In many mail setups a required feature (for privacy reasons) is to > hide the host and IP of clients (in the "Received" header) that use > the authenticated submission over port 587. In Postfix that's > possible (https://

Re: Feature wishlist: Allow to hide client IP/host in submission service

2019-08-27 Thread Sebastian Krause via dovecot
Tom Sommer wrote: > Check https://github.com/dovecot/core/pull/74 > > Unsure if it covers Submission though Unfortunately not, the "Received" header is added here and there is no check for an option: https://github.com/dovecot/core/blob/25f6146c1e04ae8419fbba30f193332f71945dc4/src/submission/sub

Re: Feature wishlist: Allow to hide client IP/host in submission service

2019-08-26 Thread Tom Sommer via dovecot
On 2019-08-25 20:51, Sebastian Krause via dovecot wrote: Hi, In many mail setups a required feature (for privacy reasons) is to hide the host and IP of clients (in the "Received" header) that use the authenticated submission over port 587. In Postfix that's possible (https://serverfault.com/q/41

Feature wishlist: Allow to hide client IP/host in submission service

2019-08-25 Thread Sebastian Krause via dovecot
Hi, In many mail setups a required feature (for privacy reasons) is to hide the host and IP of clients (in the "Received" header) that use the authenticated submission over port 587. In Postfix that's possible (https://serverfault.com/q/413533/86332), but not very nice to configure especially if y