Good morning all,

We use MySQL to store sessions for Roundcube, which is functioning fine. However, I've noticed that the 'ip' field in the 'sessions' table only stores the public IP of the HAProxy server. I have a feeling this might be just a simple configuration change, however I've looked through defaults.inc.php and couldn't find anything that relates to this. I did try setting the array for

$config['proxy_whitelist']

in hopes that it would extract the X_FORWARDED_FOR header. It still seems to log the HAProxy servers public IP.

Is there a way to change this behavior, and if not, why?

Thank you.
_______________________________________________
Roundcube Users mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to