Is the Nodemailer SMTP server library compatible with UNIX sockets?

53 Views Asked by At

I have an SMTP server working that listens to a TCP port, but I want it to listen to traffic on a UNIX socket that my NGINX load balancer forwards the SMTP traffic onto. Is this possible, or will I have to stick to using a TCP port?

0

There are 0 best solutions below