Hi List, If you are using the greylisting patch and your server is aware of IPv6 the relay_ip field of the table relaydelay is to short. instead of char(16) it should be char(40). If not the database 'll cut the IPv6 addresses to fit into the 16 chars.
IPv4: 192.168.168.168 -> char(16) IPv6: 2001:0dba:1234:1234:1234:1234:1234:1234 -> char(40) The relay_ip field of the two other tables should be longer too but as this tables are not used it doesn't matter (yet). BTW: does someone know what for the two other tables are? Hope it helps Ueli -- I'm sorry, Mouse has out-of-cheese-error
