Postfix/main.cf: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Created page with '==About== category:system files'''main.cf''' is the main configuration file for Postfix.{{seed}} ===Options=== * /receive_override_options ==Links== ===Reference=== *…'
 
Options: smtp_sasl_auth_enable
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#set:page type=article}}
{{#set:thing type=config file}}
{{#set:configures=Postfix}}
[[category:system files]]
==About==
==About==
[[category:system files]]'''main.cf''' is the main configuration file for [[Postfix]].{{seed}}
'''main.cf''' is the main configuration file for [[Postfix]]. The official documentation for the file's format is in [[Special:ManPage/page:postconf/section:5|man 5 postconf]] and [http://www.postfix.org/postconf.5.html on postfix.org].
===Syntax===
Earlier values are overridden by later values.
===Options===
===Options===
* [[/alias_maps]]
* [[/mailbox_command]]
* [[/mailbox_transport]]
* [[/receive_override_options]]
* [[/receive_override_options]]
* [[/sender_bcc_maps]]
* [[/smtp_sasl_auth_enable]] - enable authentication from local SMTP client to external [[SMTP]] relay server
* [[/smtpd_sasl_auth_enable]]
* [[/virtual_mailbox_domains]]
* [[/virtual_mailbox_maps]]
* [[/virtual_transport]]
==Links==
==Links==
===Reference===
===Reference===
* [http://www.postfix.org/postconf.5.html official]
* [http://www.postfix.org/postconf.5.html official]

Latest revision as of 15:50, 31 July 2011

{{#set:page type=article}} {{#set:thing type=config file}} {{#set:configures=Postfix}}

About

main.cf is the main configuration file for Postfix. The official documentation for the file's format is in man 5 postconf and on postfix.org.

Syntax

Earlier values are overridden by later values.

Options

Reference