Re: multiple ip addresses for submission -- My Google Fu is lacking

2021-09-14 Thread raf
On Tue, Sep 14, 2021 at 08:24:00AM +0100, Nick Howitt wrote: > On 14/09/2021 04:29, raf wrote: > > > > On Tue, Sep 14, 2021 at 01:20:03PM +1000, raf wrote: > > > > > > > But chances are that mail clients just do what any > > other TCP client would do. That might be why you can't > > find an

[OT] ANN: Postfix policy service geoid-policyd

2021-09-14 Thread Christian Rößner
Hi, this is my first project written in Go. It is a Postfix policy service that can help reject compromised sender accounts. Therefor it takes the sender IP and gets its geo location ISO code. If a sender comes from too many countries, the request is rejected. A second feature is to count the n

Re: multiple ip addresses for submission -- My Google Fu is lacking

2021-09-14 Thread Gerald Galster
> when a user clicks "send", the email client has to make some tcp-connection > to some ip address. > what if the hostname configured at the email client resolves to multiple ip > addresses? There are several hops that could randomize ips: - authoritative dns server - dns resolver at your di

Re: [OT] ANN: Postfix policy service geoid-policyd

2021-09-14 Thread Christian Rößner
> Am 14.09.2021 um 09:44 schrieb Ken Peng : > > If my email provider has taken your policy, I will be denied by them since I > always was using the VPN to access the internet. > Almost every well known VPN (pureVPN, keepsolid etc) has a large range of IPs > for their users, and these IPs are

Re: multiple ip addresses for submission -- My Google Fu is lacking

2021-09-14 Thread Max-Julian Pogner
If you are only interested in what mail clients do, and can't find any online explanation, you could either look at the source code to some open source ones (probably the easiest way), to me, this feels rather the most troublesome way :-) or set up a mail smarthost with multiple IP address

Re: [OT] ANN: Postfix policy service geoid-policyd

2021-09-14 Thread Ken Peng
If my email provider has taken your policy, I will be denied by them since I always was using the VPN to access the internet. Almost every well known VPN (pureVPN, keepsolid etc) has a large range of IPs for their users, and these IPs are in different countries. regards. On Tue, Sep 14, 2021 at 3

Re: multiple ip addresses for submission -- My Google Fu is lacking

2021-09-14 Thread Nick Howitt
On 14/09/2021 04:29, raf wrote: On Tue, Sep 14, 2021 at 01:20:03PM +1000, raf wrote: But chances are that mail clients just do what any other TCP client would do. That might be why you can't find any discussion on the topic. Remember, the only IP address(es) that the mail client will be co