I hear you, Dan.

1) This should be clearly stated in the wiki. I've been waiting for someone to go ahead and change this on the wiki. There are several people here with authority to modify the wiki.

2) Can we simply redirect the qmailtoaster.com site to the wiki site now? Is there any value in keeping the old site up any more? It seems to be more trouble than anything at this point. I would be happy to set up a proxy to do this redirection.

Also please note that the packages are in the /current/ repo now, so it's no longer necessary to change any yum configuration.

Thanks.

--
-Eric 'shubes'


On 11/07/2014 10:13 AM, Dan McAllister wrote:
Just to be clear -- I know/knew how to install with the new RPMs -- and
I think anyone who follows the list would know as well.

But that does not account for NEW USERS. Who generally are looking for a
way to install QMail into an existing server, and are looking to QMT to
make that easier.

Dan McAllister
IT4SOHO


On 11/6/2014 9: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/vadduser...@your-domain.com  <mailto:y...@your-domain.com>  
<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 <q...@it4soho.com
<mailto:q...@it4soho.com>> 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




    --
    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-unsubscr...@qmailtoaster.com
    <mailto:qmailtoaster-list-unsubscr...@qmailtoaster.com>
    For additional commands, e-mail:
    qmailtoaster-list-h...@qmailtoaster.com
    <mailto:qmailtoaster-list-h...@qmailtoaster.com>




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


--
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-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

Reply via email to