Jason Woods:
> Hi,
>
> I'm wanting to get some unix socket support on my mail server for
> the same protocol used by the TCP table. I can see patches for
> this were submitted before but had some issues with usability and
> namespace:
> http://comments.gmane.org/gmane.mail.postfix.user/222895
>
>
Hi,
I'm wanting to get some unix socket support on my mail server for the same
protocol used by the TCP table. I can see patches for this were submitted
before but had some issues with usability and namespace:
http://comments.gmane.org/gmane.mail.postfix.user/222895
Has any thought been put int
> Why not use socketmaps? These already support "inet" and "unix"
> domain sockets, and they use (length, value) netstrings which require
> no encoding of special characters. There are netstring implementations
> for many languages, so availability should not be a problem.
Thanks. I'll definitely