Postfix Install Via Script
I am trying to install postfix via a script downloading the tar.gz file and switching to the unzipped directory and what not doing the make and then the make install i have no problem up to this point works great, however when it does the make install it gets to a point when it's installing where it prompts for user input such as:
install_root: [/]
tempdir: [/root/postfix-2.0.16-20030921]
config_directory: [/etc/postfix]
daemon_directory: [/usr/libexec/postfix]
command_directory: [/usr/sbin]
you can just press enter to all these to get the defaults, but i don't know how to get my script to press enter or simply skip this part installing the defaults, like a flag or something, or something in the script itself any ideas?
Thanks, Karl
|