On 28.3.2011, at 21.43, Mike Abbott wrote: >>> $ ./imaptest user=foo pass=bar host=localhost test=tests >>> Error: connect() failed: No route to host >> >> I can't reproduce this connect() failure. Not in OSX or Linux. > > It has something to do with IPv6 or multiple aliases of localhost, for if I > comment out this line in client_new() like so it runs fine: > // if (++conf.ip_idx == conf.ips_count)
Or just host=127.0.0.1 :) > Anyway, I was trying to use imaptest to make a reproducible case for you to > troubleshoot the "dovecot-uidlist: Duplicate file entry" warnings but with no > joy yet. Do you have any hints as to what I should try next? Not much .. What kind of a stress test is it that generates the errors with you? It's copying/moving messages to other mailboxes and back?
