Difference between pages "Template:Console" and "Package:Postfix"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
(Created page with "<console> {{{body}}} </console> {{#if:{{{desc|}}}|'''Console: {{{desc|}}}}}")
 
(in Funtoo postfix added to default runlevel automatically in stage3)
 
Line 1: Line 1:
<console>
{{Ebuild
{{{body}}}
|Summary=A fast and secure drop-in replacement for sendmail.
</console>
|CatPkg=mail-mta/postfix
{{#if:{{{desc|}}}|'''Console: {{{desc|}}}}}
|Maintainer=
|Homepage=http://www.postfix.org
}}
 
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 is providing postfix as default MTA.
 
== Installation ==
<console>###i## emerge postfix</console>
At this point emerge will try to replace any alternative MTA (if any) installed on your system.
 
{{EbuildFooter}}

Revision as of 05:42, January 6, 2015

Postfix

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.


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 is providing postfix as default MTA.

Installation

root # emerge postfix

At this point emerge will try to replace any alternative MTA (if any) installed on your system.