On 06/20/2014 12:14 PM, Cor Bosman wrote:
Hey guys, our imap service has both a v4 and a v6 address. We're having some issues on v6, and id like rc to connect to v4 only. But... rc uses the imap server name in the database :( I dont want to remove the v6 address from the imap dns record, but it seems impossible for me to tell rc to connect v4 only without it starting a new database key because the imap server would change...
Maybe you could do this on DNS level (or /etc/hosts).
For PHP you can disable ipv6 only at compile time. So, if you can't do this on DNS level, you'll need to set default_host to IPv4 address and update hostname in database.