@lbutlr: > Is there a simple way to use the makedefs.conf file to recompile a new > version of Postfix? >
Find the lines with:
# Start of summary of user-configurable 'make makefiles' options.
# CCARGS=XXX
# AUXLIBS=YYY
...
# End of summary of user-configurable 'make makefiles' options.
Then do
make makefiles 'CCARGS=XXX' 'AUXLIBS=YYY' ...
That takes care of most build options (it misses some, such
as OPT, or DEBUG).
Wietse
