sendmail
Puis-je installer un port pour Mac?
Mac a déjà un processus sendmail .
Mais ce n'est pas ce que je recherche. Le résumé dans sa doc dit:
sendmail - Interface de compatibilité Postfix vers Sendmail
LA DESCRIPTION
The Postfix sendmail(1) command implements the Postfix to Sendmail compatibility interface. For the sake of compatibility with existing applications, some Sendmail command-line options are recognized but silently ignored.
Par exemple, CentOs7 peut être installé yum install sendmail
et installe la version 8.14.7 . Là, le doc dit:
sendmail - un agent de transport de courrier électronique
LA DESCRIPTION
Sendmail sends a message to one or more recipients, routing the message over whatever networks are necessary. Sendmail does internetwork for- warding as necessary to deliver the message to the correct place.
Je cherche ce dernier sendmail. Est-il disponible sur Mac?
Brew ne l'a pas.
$ brew search sendmail
==> Searching local taps...
==> Searching taps on GitHub...
==> Searching blacklisted, migrated and deleted formulae...
No formula found for "sendmail".
Closed pull requests:
mailhog 0.1.8 (new formula) (https://github.com/Homebrew/legacy-homebrew/pull/44884)
macos
unix
homebrew
package-management
Hakan Baba
la source
la source
Il est disponible dans MacPorts: macports.org/ports.php?by=name&substr=sendmail
Allan