mpaperno / spampd

SpamPD - Spam Proxy Daemon. A spam-filtering SMTP/LMTP proxy server using SpamAssassin in Perl. Since 2002.
GNU General Public License v3.0
34 stars 9 forks source link

Support for UNIX sockets #11

Closed Kritzefitz closed 7 years ago

Kritzefitz commented 7 years ago

Currently spampd seems to only support listening on and relaying to INET sockets.

It would be nice if spampd would support listening on and relaying to UNIX domain sockets. This would be useful in situations where an MTA listens for mail from the internet and forwards that mail to an LMTP daemon listening on a UNIX socket.

Of course this could also be solved by having the LMTP daemon listening on a loopback interface, but this comes with slight performance losses and less strict access control.