On 12/13/2012 4:17 PM, Robert Moskowitz wrote: > In the totorial: > > http://www.campworld.net/thewiki/pmwiki.php/LinuxServersCentOS/Cent6VirtMailServer > > > There are modified postfix .cf files. I don't want to just use a > modified postfix file, I want to user postconf to do the > modifications. And I am not experienced using things like diff to > work out what changes were made from the base install files. > > Can anyone lend some expertise in identifying the mods so I can work > this up as postconf commands?
Why? If you're just going to paste in changes it doesn't matter too much if you paste in a pre-made .cf file or if you run a bunch of postconf commands. Better to learn why each line is there, and why. And most important, if *you* need it. http://www.postfix.org/documentation.html http://www.postfix.org/STANDARD_CONFIGURATION_README.html http://www.postfix.org/VIRTUAL_README.html main.cf parameters and their defaults are documented here: http://www.postfix.org/postconf.5.html Generally, only parameters that differ from their default should be included in your main.cf. -- Noel Jones