Im aware, this most likely should be asked to the dovecot devs/contributers, since its really the logs for dovecot, but here we go.
In the mail.log for dovecot, the IP of roundcube is shown, instead of the users (browsers) IP address. Does ANYONE know if it's possible to change this ?
Ie:
dovecot: imap-login: Login: user=<[email protected]>, method=PLAIN, rip=192.168.100.20, lip=192.168.100.21, mpid=1409, TLS, service=imap
rip=192.168.100.20 = the Remote ip of the webserver running roundcube
lip=192.168.100.21 = the Local ip of the server running dovecot itself.
So, Im missing the endusers IP :)
I've looked into this: https://wiki2.dovecot.org/Variables , and but rip and real_rip gives the same, and also does lip and real_rip, so im counting this aint really an proxy setup as such ?
try this plugin https://plugins.roundcube.net/packages/cor/dovecot-ident
See https://github.com/roundcube/roundcubemail/issues/5336 for some hints.