Difference between revisions of "Postfix"
From Funtoo Linux
(Created page with "WIP") |
(add running section) |
||
| (One intermediate revision by one user not shown) | |||
| 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. | ||
| + | == Running == | ||
| + | Now you will start postfix and add it to the daemons that run on start. | ||
| + | <console># rc-update add postfix default</console> | ||
| + | <console># rc</console> | ||
Latest revision as of 14:37, 17 January 2013
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.
[edit] 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.
[edit] Running
Now you will start postfix and add it to the daemons that run on start.
# rc-update add postfix default
# rc