smtp.proxy is a proxy server for the SMTP protocol
smtp.proxy is a proxy server for the SMTP protocol. It forwards traffic between a client and a server watching that the client fullfills the protocol specification. smtp.proxy needs either inetd or xinetd to work.
smtp.proxy is a proxy server for the SMTP protocol. It forwards traffic between a client and a server watching that the client fullfills the protocol specification. smtp.proxy needs either inetd or xinetd to work.
To install smtpproxy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install smtpproxy
To see what files were installed by smtpproxy, run:
port contents smtpproxy
To later upgrade smtpproxy, run:
sudo port selfupdate && sudo port upgrade smtpproxy
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.