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
Options: virtual_mailbox_maps
Options: smtp_sasl_auth_enable
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
[[category:system files]]
[[category:system files]]
==About==
==About==
'''main.cf''' is the main configuration file for [[Postfix]]. The official documentation for the file's format is in {{link/manpage/only|postfix|man postfix}}.
'''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===
===Syntax===
Earlier values are overridden by later values.
Earlier values are overridden by later values.
Line 13: Line 13:
* [[/receive_override_options]]
* [[/receive_override_options]]
* [[/sender_bcc_maps]]
* [[/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_domains]]
* [[/virtual_mailbox_maps]]
* [[/virtual_mailbox_maps]]

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