Postfix installation error on Ubuntu
May 20, 2013 in answer
ANSWER:
This might be caused by configuring an invalid hostname on first installation. The debconf keeps the values in its database and uses those for future installations also (I guess?), which causes this problems even if you remove or/and purge your postfix.
Try to purge your configuration with following command echo PURGE | debconf-communicate postfix and try apt-get install postfix again.

New Comments