I just installed QmailToaster on CentOS 6 - 64 bit. This is the same for VirtualBox and for KVM Installed using CentOS 6 Minimal on 4gb memory.
Followed this procedure: https://github.com/QMailToaster/qmailtoaster-util/blob/master/README.install Now begins the quirks that need to be fixed. 1) iptables firewall locks me out on reboot!- good thing I am on a virtual machine where I can have console access- in /etc/rc.d/rc.local I just added: service iptables stop 2) dovecot is not started on startup- in /etc/rc.d/rc.local I just added: service dovecot start 3) cannot send email via squirrelmail: ERROR:> > Message not sent. Server replied: > > > > Temporary authentication failure > > 454 oops, problem with child and I can't auth (#4.3.0)- The fix can be > > found here > > http://www.mail-archive.com/qmailtoaster-list%40qmailtoaster.com/msg38650.html4) > > rpm Update woes. Thank you for For CentOS 6 updates use the WHTC repo: # > > rpm -Uvh > > ftp://ftp.whitehorsetc.com/pub/repo/qmt/CentOS/6/current/noarch/whtc-qmt-1-1.qt.el6.noarch.rpmBut > > when I try # yum upgradeI get errors saying I need libmysqlclient.so.18So > > I searched an found I need to > > installhttps://rpmfind.net/linux/RPM/remi/enterprise/6/test/x86_64/compat-mysql55-5.5.45-1.el6.remi.x86_64.html wget ftp://fr2.rpmfind.net/linux/remi/enterprise/6/test/x86_64/compat-mysql55-5.5.45-1.el6.remi.x86_64.rpm and do a rpm -Uvh compat-mysql55-5.5.45-1.el6.remi.x86_64.rpm Only after that can I do a yum upgrade to the latest versions of dovecot, qmailadmin, spamassassin and clamav from whitehorsetc.com ---------- Hope you guys fix the installation scripts. And hope this helps others to install QmailToaster on CentOS 6. Best wishes,Edwin
