OK I changed my hostname and domain, which took care of the hostname problem, but its still complaining about anything like {MTA_ANYTHING} in the curly brackets. I changed the main.cf to put actual values in to the hostname and domain fields, but there's a whole lot of those MTA entries in there and I don't know what most of them are. Whats up with it not knowing what to do with those entries? Smells like an unsatisfied dependancy to me, but what? I should also note that I am trying to install VHCS and this might be the VHCS version of main.cf? I dunno what the norm is. Here is what I currently am getting:
Code:
debian:~# dpkg --pending --configure
Setting up postfix (2.1.4-5) ...
Postfix configuration was not changed. If you need to make changes, edit
/etc/postfix/main.cf (and others) as needed. To view Postfix configuration
values, see postconf(1).
After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.
Running newaliases
postalias: fatal: open {MTA_LOCAL_ALIAS_HASH}: No such file or directory
dpkg: error processing postfix (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of postfix-tls:
postfix-tls depends on postfix; however:
Package postfix is not configured yet.
postfix-tls depends on postfix (= 2.1.4-5); however:
Package postfix is not configured yet.
dpkg: error processing postfix-tls (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
postfix
postfix-tls
Any one know whats up?