Hello, In order to circumvent the limitations of a PIX firewall I need to redirect some pop3 connections through delegate. How to configure it as an account-filtered pop3 and pop3s proxy? I tried the following with alterations with delegated 9.2.2 delegated STLS=-fcl,-fsv -P110,995 RELIABLE="192.168.24.*" PERMIT="*:*:192.168.24.*" SERVER="pop3s:-:{*:995} SERVER="pop:-:{*:110} MOUNT="account1-*%S ///pop.myserver.de/account1-*" MOUNT="pattern.*%S ///pop.myserver.de/pattern.*" MOUNT="other*%S ///pop.otherserver.com/.*" REMITTABLE="+,ssltunnel" So whenever a connection to the proxy to port 110 is made, the defined accounts are forwarded to the pop servers with plain pop3. When a connection to port 995 is made, SSL is used to the server. I don't need any translation plain<->ssl, just simple forwarding of whatever the client talks. Thanks in advance Nikolaus Filus PS: Thanks for that great piece of software!