( http://bit.ly/2to5Y50 ) – the error “553 sorry, that domain isn’t in my list of allowed rcpthosts”
To fix it, do the following:
- log into your mail server as root;
- stop qmaild:
/etc/rc.d/init.d/qmaild stop
- backup all needed files in the ~vpopmail/etc directory;
- delete the directory ~vpopmail/etc:
rm -rf ~vpopmail/etc
- create it anew:
mkdir ~vpopmail/etc
- copy backed files to this new directory;
- empty the file ~vpopmail/etc/open-smtp:
cat /dev/null > ~vpopmail/etc/open-smtp
- start qmaild: