hi been struggling to get my CentOS box to work. Mail is not working properly. Main error I can see is this: " fatal: open database /var/lib/mailman/data/transport-mailman.db: No such file or directory" I've searched these forums, and google, for a solution without success. So now I ask.... I assume the file should have been created by the install process, I don't understand why it was not. Guide used: http://www.howtoforge.com/perfect-server-centos-6.3-x86_64-nginx-courier-ispconfig-3-p5 /// with a few modifications (MariaDB instead of MySQL) Thanks, Ian
run: touch /var/lib/mailman/data/transport-mailman postmap /var/lib/mailman/data/transport-mailman to fix this on your server. It has already been fixed in ispconfig svn last week.