Worked great. I'm actually working on compiling zcs in Ubuntu 64 and have been writing a script to automate much of it. It inserts a line into the PostFix Makefile to alter the postfix-install file:
sed -i 's/bin\/postfix post-install/$$config_directory\/post-install/' postfix-install; \
That way I can let it run with no manual intervention...
Thanks for the help! |