Thanks Edwin. There's not much I can do about the CentOS 6 scripts on
github as I haven't been able to update anything on that site with my
password and username. But, I can look into an automatic install of the
REMI repo if that would be acceptable to the QMT community. I had the
same problem, and I wasn't the first. It was suggested to me here
<http://www.mail-archive.com/[email protected]/msg38966.html>
that I install the remi repo for roundcube. In searching the list about
this issue I found that Jake Vickers stated here
<http://www.mail-archive.com/qmailtoaster-list%40qmailtoaster.com/msg29153.html>
that it wouldn't break the QMT host packages.
On 12/15/2015 8:55 PM, Edwin C wrote:
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
herehttp://www.mail-archive.com/qmailtoaster-list%40qmailtoaster.com/msg38650.html
4) 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.rpm
But when I try
# yum upgrade
I get errors saying I needlibmysqlclient.so.18
So I searched an found I need to install
https://rpmfind.net/linux/RPM/remi/enterprise/6/test/x86_64/compat-mysql55-5.5.45-1.el6.remi.x86_64.html
wgetftp://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 -Uvhcompat-mysql55-5.5.45-1.el6.remi.x86_64.rpm
<ftp://fr2.rpmfind.net/linux/remi/enterprise/6/test/x86_64/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