Difference between revisions of "Postfix"
From Funtoo Linux
(Created page with "WIP") |
|||
| Line 1: | Line 1: | ||
| + | Postfix is an advanced mail server, MTA (mail transport agent). Postfix attempts to be fast, easy to administer, and secure. The outside has a definite Sendmail-ish flavor, but the inside is completely different. Funtoo/Linux providing postfix as default MTA. | ||
| + | == Installation == | ||
| + | <console># emerge postfix</console> | ||
| + | At this point emerge will try to replace any alternative MTA (if any) installed on your system. It is safe to proceed. | ||
WIP | WIP | ||
Revision as of 11:11, 30 August 2012
Postfix is an advanced mail server, MTA (mail transport agent). Postfix attempts to be fast, easy to administer, and secure. The outside has a definite Sendmail-ish flavor, but the inside is completely different. Funtoo/Linux providing postfix as default MTA.
Installation
# emerge postfix
At this point emerge will try to replace any alternative MTA (if any) installed on your system. It is safe to proceed. WIP