<div dir="ltr"><div>Hello, I'm trying to work through an issue that cropped up on a server I've been working on and haven't found a very good workaround.<br></div><div><br></div><div>Dovecot is operating in a jailed environment.</div><div><br></div><div>The configuration in dovecot-sql.conf.ext has been set appropriately with the host=127.0.0.1 (which works from a jailed environment) and when dovecot attempts to auth it appears to perform a reverse dns lookup and overwrites the host with the result localhost before using the msql credentials 'user'@'localhost' which then fails after timing out. <br></div><div><br></div><div>I'm currently running version 2.2.33.2 of dovecot.</div><div><br></div><div>The workaround seems to be to have two credentials for the same user. <br></div><div>'user@'localhost' and 'user'@'127.0.0.1'; <br></div><div>postfix operates in a jail as well and works around the jail issue in the same way but doesn't overwrite the specified host with a reverse dns lookup.</div><div><br></div><div>Anyone have any suggestions on how to handle this issue better? or maybe there's a way to force different behavior which I haven't yet found in the documentation?</div><div><br></div><div>Any help is much appreciated.</div><div><br></div><div>Best Regards.</div></div>