Hi,
Thx for helping out!
I have:
#1 Stopped the kerio-connect service
#2 changed the mailserver.cfg so it now has
<variable name="UseProxiedInfo">1</variable>
<variable name="TrustedProxyAddressGroup">Proxy</variable>
and i have created a "Proxy" ip address group(This is a test environment, so the IP's are different than in my previous posts):
<listitem>
<variable name="Name">Proxy</variable>
<variable name="Value">192.168.1.218/255.255.255.0</variable>
<variable name="Enabled">1</variable>
<variable name="Desc">Proxy</variable>
<variable name="Guid">e0960fb1-7aa3-4da7-bfa9-fca6771d65dd</variable>
<variable name="GroupGuid">267f75df-dd79-4752-8b19-96e6019fcad5</variable>
</listitem>
#3 Started the kerio service after doing the changes
After doing these changes, I can now see the real IP address in the log files.
Why is this not documented anywhere, or mentioned in your KB article section?