Client-ip mail proxy

hi,

i’ve setup pop3/imap4 proxy using nginx recently, everything work great,
unless i cannot obtain client ip address, i’m using external auth_http
server run on apache/php.

How do i forward client ip from nginx to apache auth server? something
like ‘X-Forwarded-For’ in http reverse proxy.
this is what i have done so far by adding auth_http_header

mail {

   server {
         protocol    pop3;
         listen      110;
         starttls    on;
         auth_http_header X-Auth-Client-IP $remote_addr;
   }

}

i still seeing nginx ip address in apache log
i need some enlightenment here

TIA

PT.CITRA SARI MAKMUR
SATELLITE & TERRESTRIAL NETWORK

Connecting the distance - anytime, anywhere, any content

On Aug 31, 2012, at 14:06 , Hari Hendaryanto wrote:

i need some enlightenment here
A client IP is sent in “Client-IP” header by default.


Igor S.

On 8/31/2012 5:47 PM, Igor S. wrote:

i still seeing nginx ip address in apache log
i need some enlightenment here
A client IP is sent in “Client-IP” header by default.


Igor S.

ah., yes i missed that.

thanks

PT.CITRA SARI MAKMUR
SATELLITE & TERRESTRIAL NETWORK

Connecting the distance - anytime, anywhere, any content