Eric:

I suggest that we create a GROUP install for QMT -- that way a single yum command can take care of things, ala:
   yum groupinstall qmt-base
   yum groupinstall qmt-dovecot
   yum groupinstall qmt-antispam
   etc...

Dan McAllister

BTW: All of the "other" qmt-x groups would necessarily be dependent upon the qmt-base....



On 12/19/2013 3:15 PM, System Admin wrote:
Update of my test  install, Centos 6.5 bare metal, not VM
*What worked for me:*
Clean install, minimal
yum update
yum install yum-priorities
rpm -ivh http://mirrors.qmailtoaster.com/testing/nodist/qmailtoaster-release-2.0-1.qt.nodist.noarch.rpm
vi /etc/yum.repos.d/qmailtoaster-centos.repo
** edit the two repo files in " testing "**
*enable =1*
yum install autorespond
yum install libsrs2 libsrs2-devel libvpopmail-devel
rpm -ivh http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/libev-4.15-1.el6.rf.x86_64.rpm
groupadd vchkpw
useradd vpopmail
yum install qmail qmailadmin
yum install clamav control-panel
yum install mailadmin isoqlog libdomainkeys maildrop qmailmrtgb vqadmin ripmime squirrelmail

*What Failed:*
*dovecot*,
How I fixed dovecot:
yum install perl-JSON
ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/csbuild:/Perl/CentOS_CentOS-6/noarch/perl-common-sense-3.0-2.3.noarch.rpm
rpm -Uvh ftp://ftp.muug.mb.ca/mirror/fedora/epel/6/x86_64/perl-JSON-XS-2.27-2.el6.x86_64.rpm
yum install dovecot dovecot-devel dovecot-mysql

*Simscan and spamassasin both same errors*: ( not fixed )
inished Dependency Resolution
Error: Package: spamassassin-3.3.2-0.qt.el6.x86_64 (qmailtoaster-testing)
           Requires: perl(Razor2::Client::Agent)
Error: Package: spamassassin-3.3.2-0.qt.el6.x86_64 (qmailtoaster-testing)
           Requires: perl(Mail::DomainKeys)
Error: Package: spamassassin-3.3.2-0.qt.el6.x86_64 (qmailtoaster-testing)
           Requires: perl(Mail::SPF::Query)
Error: Package: spamassassin-3.3.2-0.qt.el6.x86_64 (qmailtoaster-testing)
           Requires: perl(Net::Ident)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
*
**send-emails* ( not fixed )
finished Dependency Resolution
Error: Package: send-emails-0.5-0.qt.el6.x86_64 (qmailtoaster-testing)
           Requires: control-panel-toaster >= 0.5-0.qt.el6
Tried yum install control-panel-toaste, *no package*

*At least we are getting there : )**
**Also noted mysql-server not installed *

yum install mysql-server
/etc/init.d/mysqld start
/usr/bin/mysql_secure_installation
( set pasword for root )
mysqladmin create vpopmail -u root -p
login to mysql
mysql -u root -p
GRANT ALL PRIVILEGES ON vpopmail.* TO vpopmail@localhost IDENTIFIED BY 'SsEeCcRrEeTt';
flush privileges;
quit

*NTP* ( time servers )
yum install ntp
 /etc/init.d/ntpd start
ntpdate -p 8 -u 0.us.pool.ntp.org


So far thats where I am at: )
Dave M


--
IT4SOHO, LLC
33 - 4th Street N, Suite 211
St. Petersburg, FL 33701-3806

CALL TOLL FREE:
  877-IT4SOHO

877-484-7646 Phone
727-647-7646 Local
727-490-4394 Fax

We have support plans for QMail!

Reply via email to