Re: ipv6 address syntax in master.cf

2009-01-24 Thread Wietse Venema
Olivier MJ Crepin-Leblond: > Use the notation with the square brackets: > > [::1]:10028 > > They are used to differentiate the colon used for separaring the port, > as opposed to a colon which is part of the IPv6 address. The form [::1]:10028 is safe everywhere Postfix allows host:port. Postfi

Re: ipv6 address syntax in master.cf

2009-01-24 Thread Byung-Hee HWANG
Olivier MJ Crepin-Leblond wrote: Use the notation with the square brackets: [::1]:10028 They are used to differentiate the colon used for separaring the port, as opposed to a colon which is part of the IPv6 address. Olivier Thanks! byunghee

Re: ipv6 address syntax in master.cf

2009-01-24 Thread Olivier MJ Crepin-Leblond
: "Byung-Hee HWANG" To: Sent: Saturday, January 24, 2009 10:53 AM Subject: ipv6 address syntax in master.cf hello, simple question. is that possible writing ipv6 address style in master.cf? if it is possible, which is correct syntax? [::1]:10028 inet (...) smtpd or ::1:10028 inet (

ipv6 address syntax in master.cf

2009-01-24 Thread Byung-Hee HWANG
hello, simple question. is that possible writing ipv6 address style in master.cf? if it is possible, which is correct syntax? [::1]:10028 inet (...) smtpd or ::1:10028 inet (...) smtpd byunghee