Elliot Foster wrote: > Or do some port forwarding trickery, but that becomes clumsy, and not > intuitively maintainable. Does the trunk (or forkserver) have code that > allows it to listen on multiple ports/interfaces/ips?
Not yet... > I used stunnel for a while, but I didn't like not being able to tell > from where someone was connecting. I wound up just adding the public IP address of the host to the norelayclients list (since any local services can just use localhost). I confirmed that without this the server would be technically an open relay for my domains, but with it I can enforce the AUTH requirements. John