Hi Guys, I just tried installed QMT on CentOS 6 on a VPS and it has been giving me problems not being able to login to the server after reboot. #1 - SSH problem / install bug The reason is the firewall settings in /etc/sysconfig/iptables has no provision to accept port 22 ssh. Just add -A INPUT -p tcp -m tcp --dport 22 --tcp-flags FIN,SYN,RST,ACK SYN -j ACCEPT before the port 25 line to allow ssh login. #2 - httpd problem / install bug After installing QMT with qt-install you will not be able to /webmail or /qmailadmin simply because httpd has not yet been restarted to have the changes in configuration files take effect. So please have an "httpd restart" installed at the end of qt-install Just adding my 2 cents to QMT on CentOS 6. Best wishes,Edwin
Date: Tue, 23 Jun 2015 06:41:13 -0600 From: [email protected] To: [email protected] Subject: Re: [qmailtoaster] Qmaintoaster-plus error The qmailtoaster-plus is no longer maintained. If this is a fresh install move to CentOS 6 and install as follows: Installation Instructions (pre-wiki) .) install CentOS minimal # curl https://raw.githubusercontent.com/QMailToaster/qmailtoaster-util/master/qt-bootstrap-1 >qt-bootstrap-1 # sh qt-bootstrap-1 (system will reboot) # curl https://raw.githubusercontent.com/QMailToaster/qmailtoaster-util/master/qt-bootstrap-2 >qt-bootstrap-2 # sh qt-bootstrap-2 # qt-install (script will complete the installation) If you want updates for CentOS 5, I have them here: ftp://ftp.whitehorsetc.com/pub/qmail/CentOS5/qmt/rpms/x86_64/ Be mindful that I haven't installed the latest Dovecot on a production machine, but I have installed the latest Spamassassin (3.4.1) and ClamAV in (98.7) in a production environment. EricB. On 6/23/2015 2:53 AM, Biju Jose wrote: Hi I was trying to install QTP repository, I am getting the following error in Cent OS 64 5.10 # rpm -Uvh http://qtp.qmailtoaster.com/trac/downloads/1 Retrieving http://qtp.qmailtoaster.com/trac/downloads/1 error: skipping http://qtp.qmailtoaster.com/trac/downloads/1 - transfer failed - Unknown or unexpected error warning: u 0x25824b0 ctrl 0x2583850 nrefs != 0 (qtp.qmailtoaster.com http) Is there any workaround or should I wait till someone fixes the error? TIA Biju Jose Mobile # 9895990272
