Smail
{{Other uses}}
{{Infobox software
| name = Smail
| screenshot =
| caption =
| developer = Ronald S. Karr, Landon Curt Noll, and many others; currently maintained by Greg A. Woods
| latest_release_version = [ftp://ftp.planix.com/pub/Smail/README 3.2.0.121]
| latest_release_date = {{Start date and age|2005|11|02}}
| platform = Cross-platform
| operating_system = Unix-like
| genre = Mail transfer agent
| license = GNU General Public License
| website = {{URL|http://www.weird.com/~woods/projects/smail.html}}
}}
Smail-3 is a mail transfer agent (MTA) used on Unix-like operating systems. It is Free Software and is licensed under the GNU GPL. It aims to be a general and flexible mailer with extensive facilities for checking incoming e-mail and for routing between disparate networks. It is still in use on the Internet, but it has been mostly superseded by Exim (which was originally based on Smail)[http://people.pwf.cam.ac.uk/ph10/MPD100 Philip Hazel's original thoughts on implementing a future MTA based on Smail] {{webarchive|url=https://web.archive.org/web/20081215104953/http://people.pwf.cam.ac.uk/ph10/MPD100 |date=2008-12-15 }} and other more modern mail transfer agents.
Smail-3 still follows a monolithic design model where a single binary controls the core facilities of the MTA. This type of monolithic design is generally considered to be inherently less secure{{cn|date=August 2022}}, largely because the whole program normally runs with full system privileges at all times. Nevertheless, Smail's security record has been fairly clean, and has only been the subject of one BUGTRAQ advisory. It was designed with security as a primary goal and makes use of several key safe coding practices to avoid some of the most common pitfalls of similar large programs written in C.[http://www.weird.com/~woods/projects/smail.html Weird.com]
References
External links
{{Portal|Free and open-source software}}
- [http://www.weird.com/~woods/projects/smail.html Weird.com], Smail-3 Internet Mailer
Category:Message transfer agents