The pop-before-smtp will get error message.

I used ehcp 0.37.2.b version on Ububtu 14.10.
I got error message about pop-before-smtp when I installed ehcp finish.

warning: hash:/var/lib/pop-before-smtp/hosts is unavailable. open database /var/lib/pop-before-smtp/hosts.db

I can't found /var/lib/pop-before-smtp directory and hosts file.So I manual create firectory and file.And postmap hosts.It's will normal run.

Please fix it.Thanks a lot.

thanks for the contribution. ehcp is getting better with your helps & contributions.

I also had the same issue i was not able to receive email form gmail and other mail servers but now it's sloved by using below commands (this warning comes in ubuntu 14.x )

sudo apt-get install gdebi-core
cd ~/Downloads
wget -N -O "pop-before-smtp.deb" "http://www.dinofly.com/files/linux/pop-before-smtp.deb"
sudo gdebi --n "pop-before-smtp.deb"

http://ubuntuforums.org/showthread.php?t=2221614

sheldon