Difference between revisions of "Redhat:Postfix"
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
* [[Postfix: main | main.cf File]] | * [[Postfix: main | main.cf File]] | ||
| + | |||
| + | |||
| + | Any changes to the files below must be updated to the postfix database using the postmap command. | ||
| + | |||
| + | <syntaxhighlight> | ||
| + | postmap access | ||
| + | </syntaxhighlight> | ||
| + | |||
* [[Postfix: Access | Access File]] | * [[Postfix: Access | Access File]] | ||
* [[Postfix: Canonical | Canonical and Generic Files]] | * [[Postfix: Canonical | Canonical and Generic Files]] | ||
Latest revision as of 11:17, 26 August 2013
Postfix Configuration
All of the configuration files for Postfix are stored in /etc/postfix. Configurations can be tested using the postconf command. By default Postfix is configured to only accept email from the local system.
Any changes to the files below must be updated to the postfix database using the postmap command.
postmap access