Thomas Neubauer wrote: > Dear Hugo, > > the Code of policyd-1.9x-200708200636 on a MySQL 4.1.22 with postfix-2.4.3 > is stable for me since about 2 years on a Redhat-Box. My best regards to the > developers. > > As far as I remember the first 1.9 build had a memory leak oder > buffer-overflow issue, > something like that, so I suggest you use latest and fixed one. > >
Hello Thomas, Thank you for pointing that out and for sharing your 1.9x experience. > I don't see any IPV6 support in my version. Did I miss that ? > The database fields for the HOST-IPs would have to be longer. > And you would have to modify the sql requests in the code. > > In version 1.9x-200708200636, which i believe it's the latest, you can read in the Changelog file: --- snip --- 2. To update the relevan't tables to support IPv6, run the following SQL commands... alter table triplet modify _host char(46) not null default ''; alter table whitelist modify _whitelist char(46) not null default ''; alter table blacklist modify _blacklist char(46) not null default ''; alter table helo modify _host char(46) not null default ''; --- snip --- So i would say that it supports IPv6 address matching, although i haven't tested it myself. Best regards, Hugo Monteiro. -- fct.unl.pt:~# cat .signature Hugo Monteiro Email : [email protected] Telefone : +351 212948300 Ext.15307 Web : http://hmonteiro.net Divisão de Informática Faculdade de Ciências e Tecnologia da Universidade Nova de Lisboa Quinta da Torre 2829-516 Caparica Portugal Telefone: +351 212948596 Fax: +351 212948548 www.ci.fct.unl.pt [email protected] fct.unl.pt:~# _ _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users
