Hello Andrea,

On Friday, January 16, 2004 at 11:30:31 PM you wrote (at least in
part):

> Why qmail-pop3d via ssl don't open the relay?

Reading your dumps a having a look in vpopmail sources I get the
impression when you're in SSL mode the environment variable
TCPREMOTEIP seems not to be set. I don't know which vpopmail version
you're actually using, so I don't know if there are other versions
when vpopmail does neither read nor write open-smtp, but this could be
/one/ reason.

Please execute this on a command line:

,----- [  ]
| #!/bin/sh
| CAFILE="/usr/local/ssl/certs/pop3s.cert"
| CERTFILE="/usr/local/ssl/certs/pop3s.cert"
| KEYFILE="/usr/local/ssl/certs/pop3s.key"
| DHFILE="/usr/local/ssl/certs/dh1024.pem"
| export CAFILE CERTFILE KEYFILE DHFILE
| exec /usr/local/bin/softlimit -m 3800000 \
| /usr/local/bin/sslserver -v -R -H -l 0 0 996 \
| echo "IP: " $TCPREMOTEIP 2>&1
`-----

And on a different terminal use 'openssl s_client ...' to connect to
port 996. I'd expect the output 'IP: ' and nothing else ...
-- 
Best regards
Peter Palmreuther

"Other than that, Mrs. Lincoln, how was the play?"

Reply via email to