Bowie Bailey wrote: > I was trying to diagnose exactly what is happening by watching the > communication between the servers, but I can't seem to turn off TLS when > talking to the other Courier server. There used to be a /SECURITY=NONE > switch in esmtproutes, but I don't see it in the man page now and it > doesn't seem to do anything. Was this removed? How can I disable TLS > between these servers so I can see the data stream?
There are multiple ways to do that, from disabling the encryption altogether, to performing a MITM yourself. One of the most unobtrusive ways is to do on the remote server: strace -f -eread,write -s 90 -p 12345 where 12345 is the pid of the appropiate couriertcpd process. Half of the messages will be encrypted, but the other half will show the unencrrypted communication of couriertls with the underlying process (courieresmtpd in this case). Regards ------------------------------------------------------------------------------ Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce Perforce version control. Predictably reliable. http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users