OS: Solaris 10 8/07 (10u4)
WebStack: Blastwave current (20080329)
Problem: Solaris installer fails/stops with postfix configuration.
Reason: Changed location of postfix config files. Probably introduced through changes in blastwave/postfix packaging.
Fix: see diff
171c171
< postfix_config_file=/etc/opt/csw/postfix/main.cf
---
> postfix_config_file=/opt/csw/etc/postfix/main.cf
190c190
< postfix_master=/etc/opt/csw/postfix/master.cf
---
> postfix_master=/opt/csw/etc/postfix/master.cf
413c413
< grep '^myhostname' /etc/opt/csw/postfix/main.cf | fgrep . >/dev/null
---
> grep '^myhostname' /opt/csw/etc/postfix/main.cf | fgrep . >/dev/null
423c423
< grep -v '^myhostname' /etc/opt/csw/postfix/main.cf >/tmp/$$.main.cf
---
> grep -v '^myhostname' /opt/csw/etc/postfix/main.cf >/tmp/$$.main.cf
425c425
< cat /tmp/$$.main.cf >/etc/opt/csw/postfix/main.cf
---
> cat /tmp/$$.main.cf >/opt/csw/etc/postfix/main.cf