Re: Ptr DNS and domains

2018-05-09 Thread Viktor Dukhovni
> On May 9, 2018, at 12:11 PM, Tobias Koeck wrote: > >> Publish exactly one primary name for each IP address via a single PTR record. > > Sounds great but doesn't that mean I need exactly one unique public IP for > every domain? If I 'skip' the PTR records completely how likely is emails >

Re: Ptr DNS and domains

2018-05-09 Thread Tobias Koeck
On Wed, May 9, 2018 at 5:59 PM, Viktor Dukhovni wrote: > > > >Publish exactly one primary name for each IP address via a single PTR > record. > Sounds great but doesn't that mean I need exactly one unique public IP for every domain? If I 'skip' the PTR records completely how likely is emails

Re: Ptr DNS and domains

2018-05-09 Thread Viktor Dukhovni
> On May 9, 2018, at 11:36 AM, Tobias Koeck wrote: > > if I want to use several domains on my Postfix server do every domain need a > unique PTR DNS entry to an unique IP or is it enough to setup $myhostname to > the main domain? 1. Though IP addresses can map to multiple PTR records, this i

RE: Ptr DNS and domains

2018-05-09 Thread Fazzina, Angelo
AM To: postfix-users@postfix.org Subject: Ptr DNS and domains Hi, if I want to use several domains on my Postfix server do every domain need a unique PTR DNS entry to an unique IP or is it enough to setup $myhostname to the main domain? smtp_helo_name = $myhostname smtpd_proxy_ehlo

Ptr DNS and domains

2018-05-09 Thread Tobias Koeck
Hi, if I want to use several domains on my Postfix server do every domain need a unique PTR DNS entry to an unique IP or is it enough to setup $myhostname to the main domain? smtp_helo_name = $myhostname smtpd_proxy_ehlo = $myhostname Greetings Tobias