'Is the Nodemailer SMTP server library compatible with UNIX sockets?

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?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source