Re: [qmailtoaster] Re: Need help: How to setup qmailtoaster

2014-11-07 Thread Jim Shupert


Friends,
I realize that it is suggested to install cent os with a minimal install

but is it OK to install as 'standard desktop'   ;; with the selfish 
reason to have available the stuff the standard desktop gives you

or should one really - most definitely-!

do a minimal install with generic video drivers

also i  intend to do centos 6.6 64 bit

thanks



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Re: Need help: How to setup qmailtoaster

2014-11-07 Thread Dan McAllister
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    


Add a user:
 /home/vpopmail/bin/vadduser...@your-domain.com    


**

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

Re: [qmailtoaster] Re: Need help: How to setup qmailtoaster

2014-11-07 Thread Dan McAllister

In short, yes. Use exactly as with CentOS 6

Dan McAllister
IT4SOHO

On 11/7/2014 2:03 AM, ferna...@servobox.com wrote:

Hi,

Will this also work if installed in RHEL 6 Server


Quoting ChandranManikandan :


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/vadddomain your-domain.com 



Add a user:

/home/vpopmail/bin/vadduser y...@your-domain.com 



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