On 10 May 2005, at 20:33, Michael Holzt wrote:
Because the current qpsmtpd implementation uses stdin and stdout for network
communication i need to retransform stdin/stdout into an ssl-capable socket
by using IO::Socket::SSL->new_from_fd. If qpsmtpd would directly use an
IO::Socket::INET socket, the implementation of SSL would be much more
easier.
I think this would be much easier to hack into the high_perf branch, since we've dropped the idea of STDIN/STDOUT there.
