O problema é que você não tem um FQDN no seu arquivo /etc/hosts
.
Aqui está um exemplo do que /etc/hosts
deve conter:
root@precise64:/home/vagrant# cat /etc/hosts 127.0.1.1 precise64.example.com precise64 # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters
Depois de corrigir o arquivo /etc/hosts
, você poderá verificar seu FQDN com hostname -f
root@precise64:/home/vagrant# hostname -f precise64.example.com
Você deve conseguir sudo apt-get install qmail
após as alterações.