You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mailu/webmails/roundcube
Pim van den Berg e8b7d6afed roundcube: log actual client ip by using apache2 remoteip
Roundcube webmail is accessed through the nginx reverse proxy in the
front container. Each access logline logged by apache2 in the roundcube
container did not contain the actual client IP address, but the IP
address of the front container, for example:

> 192.168.203.3 - - [28/May/2022:12:33:52 +0000] "POST /?_task=mail&_action=refresh HTTP/1.1" 200 677 "https://[REDACTED]/roundcube/?_task=mail&_mbox=INBOX" "Mozilla/5.0 (X11; Linux x86_64; rv:100.0) Gecko/20100101 Firefox/100.0"
  ^
  IP address of the front container

By enabling the apache2 remoteip module and configuring it to get the
actual client IP address from the X-Forwarded-For header, it logs the
correct client IP address to the access log.
2 years ago
..
Dockerfile roundcube: log actual client ip by using apache2 remoteip 2 years ago
config.inc.carddav.php Configuring pwstore_scheme in carddav plugin with des_key because Mailu is incompatible with encrypted 3 years ago
config.inc.php Add /overrides directory in include 3 years ago
healthcheck.sh added plugin selection, derive key, clean env 3 years ago
mailu.php fixed health check 3 years ago
php.ini Set timezone in roundcube.ini 3 years ago
remoteip.conf roundcube: log actual client ip by using apache2 remoteip 2 years ago
start.py roundcube: log actual client ip by using apache2 remoteip 2 years ago