Difference between revisions of "Postfix"
From Funtoo Linux
(add running section) |
|||
| Line 3: | Line 3: | ||
<console># emerge postfix</console> | <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. | 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