Newsgroups: mail-lists.delegate-en
[DeleGate-En] CMAP on ports?
I would like to map NNTP over SSL and normal NNTP to the same virtual
delegate host. Both servers (private, public) reside on the same host,
have the same IP. Only the port is different.
This setup will fail:
SERVER=nntp
CMAP="sslway:FSV:*:private:*"
MOUNT="b563. nntp://private:563"
MOUNT="b119. nntp://public:119"
but
SERVER=nntp
CMAP="sslway:FSV:*:private:*"
MOUNT="b563. nntp://private:563"
MOUNT="b119. nntp://public-different-IP:119"
will work.
Is there a way to use sslway (or SSL) only for selected ports on the same
IP?
Thanks!
|