Rick Zeman: > I'm using the Apple-compiled Postfix 2.9.4 that comes with Mac > Mavericks server. One thing that made setup much harder than it > needed to be for me is that Apple puts their postfix config files in a > different location than the "standard" /etc/postfix, but yet the > postfix helper apps in /usr/sbin (postmap, postconf, etc) default to > looking in /etc/postfix for the config files unless overridden by the > -c flag.
I suspect that you have programs from different Postfix builds on the same machine. Postfix would never work when some Postfix programs have a different built-in config_directory than other Postfix programs. Wietse