Re: permit_mx_backup_networks and IPv6

2008-09-17 Thread Wietse Venema
martin f krafft: > also sprach Wietse Venema <[EMAIL PROTECTED]> [2008.09.03.1313 +0100]: > > permit_mx_backup_networks uses the same parser as mynetworks, > > and therefore it expects the same main.cf syntax as mynetworks. > > Thought so... > > > > [2001:6f8:128a::1]/128 # dict_open: unsu

Re: permit_mx_backup_networks and IPv6

2008-09-03 Thread Wietse Venema
permit_mx_backup_networks uses the same parser as mynetworks, and therefore it expects the same main.cf syntax as mynetworks. In smtpd_check.c: mynetworks = namadr_list_init(match_parent_style(VAR_MYNETWORKS), var_mynetworks); ... perm_mx_networks =