Displaying 1 result from an estimated 1 matches for "eximhost".
Did you mean:
edihost
2007 Jun 14
1
using 'socat' to relay Dovecot SASL's auth socket over TCP?
hi,
i've been running Exim & Dovecot together on the same box.
Exim's been sharing Dovecot/SASL auth info over a local unix socket.
works great.
i'm now splitting Exim & Dovecot onto two different boxes.
iiuc, Dovecot ONLY provides a UNIX (local) socket; *not* a TCP socket
for over-the-network access. SUre, I could mount the Dovecot socket's
volume over NFS ... but