rupert wrote:
> Feb  8 08:44:23 backend-B1 authdaemond: authmysql: sysusername=<null>,
> sysuserid=5000, sysgroupid=5000, homedir=/home/vmail,
> [EMAIL PROTECTED], fullname=<null>,
> maildir=example.local/sales/, quota=10485760,
> options=mailhost=backend-A1.fra1.mailcluster
> Feb  8 08:44:23 backend-B1 imapd: Proxy host
> backend-A1.fra1.mailcluster is me, normal login.
> --cut--
>
> Feb  8 08:44:43 backend-B1 authdaemond: authmysql: sysusername=<null>,
> sysuserid=5000, sysgroupid=5000, homedir=/home/vmail,
> [EMAIL PROTECTED], fullname=<null>, maildir=test.local/horst/,
> quota=10485760, options=mailhost=backend-B1.fra1.mailcluster
> Feb  8 08:44:43 backend-B1 imapd: Proxy host
> backend-B1.fra1.mailcluster is me, normal login.
>   

Fabulous.  imapd on backend-B1 believes that is both 
backend-A1.fra1.mailcluster and backend-B1.fra1.mailcluster.  That's why 
your connections aren't being proxied. :)

That only really makes sense if that machine's hostname is 
"backend-B1.fra1.mailcluster" and the PROXY_HOSTNAME is set to 
"backend-A1.fra1.mailcluster" in etc/courier/imapd

Try restarting imapd if the configuration file is correct.  If it still 
doesn't work, then find the PID of the couriertcpd with port 143 open 
(you can use netstat -tlnp | grep :143) and then examine its environment:

cat /proc/<PID>/environ | tr '\0' '\n' | grep PROXY


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to