Thanks, Chandran.

Please note that it is no longer necessary to change the yum repos. The packages have all been promoted to /current/ now. You should only enable the /testing/ repos if you want to test a new release of some package. The /testing/ repos are not recommended for production. Note though, that if you installed something from /testing/ and it's been promoted to /current/, there is no need to reinstall. Packages promoted to /current/ from /testing/ undergo absolutely no changes - they're identical.

Thanks.

--
-Eric 'shubes'

On 11/06/2014 07:51 PM, ChandranManikandan wrote:
Hi,
Try below steps to install QMT in Centos 6.5

*_Centos 6.5 64 Bit QMT install_*

1.install CentOS minimal

url : http://mirror.upsi.edu.my/centos/6.5/isos/x86_64/

2. curl
https://raw.github.com/QMailToaster/qmailtoaster-util/master/qt-bootstrap-1 
>qt-bootstrap-1

3. sh qt-bootstrap-1

(system will reboot)

4. curl
https://raw.github.com/QMailToaster/qmailtoaster-util/master/qt-bootstrap-2 
>qt-bootstrap-2

vi qt-bootstrap-2

Change:

http://mirrors.qmailtoaster.com/*current*/nodist/qmailtoaster-release-2.0-1.qt.nodist.noarch.rpm

To:

http://mirrors.qmailtoaster.com/*testing*/nodist/qmailtoaster-release-2.0-1.qt.nodist.noarch.rpm

5. cd /etc/yum.repos.d

*vi qmailtoaster-nodist.repo*

*Script is below*

**

# qmailtoaster-nodist.repo

#

# The QmailToaster nodist repo supports multiple distros, as well as
universal

# rpms containing scripts that can be used on any platform or arch.

#

# Packages for specific distros are found by their respective repo file.

#

# The 'current' repos are considered production worthy, aka stable.

# The 'testing' repos are considered beta, and should not be used in
production.

# The 'devel' repos are considered alpha, and should be used only by
developers.

#

# Packages in the current repos have all been promoted from testing,

# and signed with the qmailtoaster key.

# If you have installed a package from the testing repo, there is no purpose

# in reinstalling it after it's been promoted into current.

#

# Packages in testing have been newly built (they're not development
copies),

# and are signed with the qmailtoaster key.

#

# Packages in devel may or may not be signed by the developer.

#

# If the mirrorlist= does not work for you, as a fall back you can try the

# remarked out baseurl= line instead.

#

# current (stable) packages

[qmailtoaster-current-nodist]

name=QmailToaster current - nodist (universal)

mirrorlist=http://mirrors.qmailtoaster.com/current/nodist/mirror.list

#baseurl=http://mirrors.qmailtoaster.com/current/nodist

enabled=0

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qmailtoaster

priority=7

# packages being tested, not for production hosts

[qmailtoaster-testing-nodist]

name=QmailToaster testing - nodist (universal)

mirrorlist=http://mirrors.qmailtoaster.com/testing/nodist/mirror.list

#baseurl=http://mirrors.qmailtoaster.com/testing/nodist

enabled=1

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qmailtoaster

priority=7

# packages being developed, for developer use only

[qmailtoaster-devel-nodist]

name=QmailToaster devel - nodist (universal)

mirrorlist=http://mirrors.qmailtoaster.com/devel/nodist/mirror.list

#baseurl=http://mirrors.qmailtoaster.com/devel/nodist

enabled=0

gpgcheck=0

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-shubes

priority=7

**

{{{ Same in qmailtoaster-dist.repo }}}

*Vi qmailtoaster-dist.repo*

# qmailtoaster-centos.repo

#

# The current repo is considered production worthy, aka stable.

# The testing repo is considered beta, and should not be used in production.

# The devel repo is considered alpha, and should be used only by developers.

#

[qmailtoaster-current]

name=QmailToaster current - CentOS $releasever

mirrorlist=http://mirrors.qmailtoaster.com/current/CentOS/mirror.list

enabled=0

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qmailtoaster

priority=7

# packages being tested, not for production hosts

[qmailtoaster-testing]

name=QmailToaster testing - CentOS $releasever

mirrorlist=http://mirrors.qmailtoaster.com/testing/CentOS/mirror.list

enabled=1

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qmailtoaster

priority=7

# packages being developed, for developer use only

[qmailtoaster-devel]

name=QmailToaster development - CentOS $releasever

mirrorlist=http://mirrors.qmailtoaster.com/devel/CentOS/mirror.list

enabled=0

gpgcheck=0

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-shubes

priority=7

enabled from 1 to 0 in the [qmailtoaster-current] and from 0 to 1 in the
[qmailtoaster-testing].

save and run yum clean all

6. sh qt-bootstrap-2

7. qt-install

8. Set mysql root password for the following installation option.

8. service dovecot restart and chkconfig dovecot on

*Configure domain*

add a domain:

     /home/vpopmail/bin/vadddomainyour-domain.com  <http://your-domain.com>  
<postmaster-password>

Add a user:

     /home/vpopmail/bin/[email protected]  <mailto:[email protected]>  
<your-password>

**

Edit /etc/php.ini and set register_globals = On

     service httpd restart





Bring up your browser and go to:

     http://www.your-domain.com/admin-toaster/

       Username: admin

       Password: toaster

     Change your password . . .

Edit /etc/php.ini and set register_globals = Off

     service httpd restart



Check your mail server:

     http://www.your-domain.com/webmail

     login with your full email address and your password

     Send yourself an email - should show right away

     Send an email to yourself if you have another address

     Go to your other email account and reply to the message you sent

If Isoqlog doesn't show right away, do this:



     sh /usr/share/toaster/isoqlog/bin/cron.sh

**


On Fri, Nov 7, 2014 at 12:36 AM, Dan McAllister <[email protected]
<mailto:[email protected]>> wrote:

    Eric:

    Might I make a STRONG suggestion that we point potential NEW USERS
    of QMT to this via our website (or some other Google'able location).

    I know when I need to do a clean install on a VM a few weeks ago, I
    spent nearly 20 minutes searching in old emails to find the install
    scripts.

    Thanks

    Dan




    On 11/6/2014 7:40 AM, Eric Shubert wrote:

        On 11/05/2014 05:21 AM, Merry Ahuja wrote:

            Hi All,

            I want to setup qmailtoaster. Can anyone give me steps to
            install the
            same or a link.

            Thanks

        
https://github.com/__QMailToaster/qmailtoaster-__util/blob/master/README.__install
        
<https://github.com/QMailToaster/qmailtoaster-util/blob/master/README.install>




    --
    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!



    ------------------------------__------------------------------__---------
    To unsubscribe, e-mail:
    qmailtoaster-list-unsubscribe@__qmailtoaster.com
    <mailto:[email protected]>
    For additional commands, e-mail:
    qmailtoaster-list-help@__qmailtoaster.com
    <mailto:[email protected]>




--
*/Thanks & Best Regards,
Manikandan.C
/*




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to