Rocky, Alma, Springdale 8 QT Install: Difference between revisions

From QmailToaster
Jump to navigation Jump to search
No edit summary
No edit summary
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
=CentOS Linux 8 Minimal Install=
==QMT Install ('Many-Domain' option)==
<nowiki>#</nowiki> curl -o /usr/local/bin/qt_prep.sh https://raw.githubusercontent.com/qmtoaster/scripts/master/qt_install_cos8.sh
<nowiki>#</nowiki> chmod 755 /usr/local/bin/qt_prep.sh && qt_prep.sh (reboot)
<nowiki>#</nowiki> qt_install.sh
<nowiki>#</nowiki> toaststat
<pre>
<pre>
Vpopmail Many-Domain MySQL backend
Minimal Install RHEL8 Derivative Sprindale Alma Rocky
QMT Install
# curl -o /usr/local/bin/qt_install https://raw.githubusercontent.com/qmtoaster/scripts/master/qt_install_cos8.sh
# chmod 755 /usr/local/bin/qt_install
# qt_install
# toaststat
Status of toaster services
Status of toaster services
send: up (pid 101809) 1684421 seconds
send: up (pid 1323) 1517 seconds
smtp: up (pid 101807) 1684421 seconds
smtp: up (pid 1324) 1517 seconds
smtps: up (pid 101808) 1684421 seconds
submission: up (pid 1325) 1517 seconds
submission: up (pid 101812) 1684421 seconds
send/log: up (pid 1316) 1517 seconds
send/log: up (pid 101806) 1684421 seconds
smtp/log: up (pid 1311) 1517 seconds
smtp/log: up (pid 101811) 1684421 seconds
submission/log: up (pid 1314) 1517 seconds
smtps/log: up (pid 101810) 1684421 seconds
submission/log: up (pid 101827) 1684421 seconds


mysql mysqld
systemd service:              clamd@scan:      [ OK ]
systemd service:              clamd@scan:      [ OK ]
systemd service:        clamav-freshclam:      [ OK ]
systemd service:        clamav-freshclam:      [ OK ]
systemd service:            spamassassin:      [ OK ]
systemd service:            spamassassin:      [ OK ]
systemd service:                  dovecot:      [ OK ]
systemd service:                  dovecot:      [ OK ]
systemd service:                 mariadb:      [ OK ]
systemd service:                   mysqld:      [ OK ]
systemd service:                    httpd:      [ OK ]
systemd service:                    httpd:      [ OK ]
systemd service:                    named:      [ OK ]
systemd service:                    named:      [ OK ]
systemd service:                     ntpd:      [ OK ]
systemd service:                 chronyd:      [ OK ]
systemd service:                    sshd:      [ OK ]
systemd service:                    sshd:      [ OK ]
systemd service:                  network:      [ OK ]
systemd service:                    crond:      [ OK ]
systemd service:                    crond:      [ OK ]
systemd service:                    acpid:      [ OK ]
systemd service:                    acpid:      [ OK ]
systemd service:                      atd:      [ OK ]
systemd service:                      atd:      [ OK ]
systemd service:                  autofs:      [ OK ]
systemd service:                  autofs:      [ OK ]
systemd service:                  smartd:      [ OK ]
systemd service:                  smartd:      [ OK ]
systemd service:              irqbalance:      [ OK  ]
systemd service:              irqbalance:      [ OK ] (Multiple processors only)
</pre>
  <nowiki>#</nowiki> conntest
<pre>
Enter a valid remote email account to which QMT will send mail: <email address>
IMAPS: postmaster@domain.tld --> success
Submission: postmaster@domain.tld --> success
SMTPS: postmaster@domain.tld --> success
</pre>


# conntest
[https://qmailtoaster.org/scanners.html Scanners]
Enter a valid remote email account to which QMT will send mail via Submission & SMTPS:me@remote.org
[https://qmailtoaster.org/mdinst.html Many Domain Install]
IMAPS: postmaster@whitehorsetc.com [success]
[https://qmailtoaster.org/mdconv.html Many Domain Conversion]
Submission: postmaster@whitehorsetc.com --> ebroch.whtc@gmail.com [success]
Qmail-1.03-3.3.7 (Implements TLSv1.3)
SMTPS: postmaster@whitehorsetc.com --> ebroch.whtc@gmail.com [success]
[https://github.com/qmtoaster/patches/tree/master/cos8/3.3.7 Patches] applied
 
Installs PHP 8.1 with compatible Squirrelmail and Roundcubemail
  Scanners: rspam, spamassassin, dspam
  Qmail-1.03-3.3.7 (Implements TLSv1.3)
</pre>

Revision as of 04:59, 20 March 2024

CentOS Linux 8 Minimal Install

QMT Install ('Many-Domain' option)

# curl -o /usr/local/bin/qt_prep.sh https://raw.githubusercontent.com/qmtoaster/scripts/master/qt_install_cos8.sh
# chmod 755 /usr/local/bin/qt_prep.sh && qt_prep.sh (reboot)
# qt_install.sh
# toaststat
Status of toaster services
send: up (pid 1323) 1517 seconds
smtp: up (pid 1324) 1517 seconds
submission: up (pid 1325) 1517 seconds
send/log: up (pid 1316) 1517 seconds
smtp/log: up (pid 1311) 1517 seconds
submission/log: up (pid 1314) 1517 seconds

systemd service:               clamd@scan:       [ OK ]
systemd service:         clamav-freshclam:       [ OK ]
systemd service:             spamassassin:       [ OK ]
systemd service:                  dovecot:       [ OK ]
systemd service:                  mariadb:       [ OK ]
systemd service:                    httpd:       [ OK ]
systemd service:                    named:       [ OK ]
systemd service:                     ntpd:       [ OK ]
systemd service:                     sshd:       [ OK ]
systemd service:                  network:       [ OK ]
systemd service:                    crond:       [ OK ]
systemd service:                    acpid:       [ OK ]
systemd service:                      atd:       [ OK ]
systemd service:                   autofs:       [ OK ]
systemd service:                   smartd:       [ OK ]
systemd service:               irqbalance:       [ OK ] (Multiple processors only)
# conntest
Enter a valid remote email account to which QMT will send mail: <email address>
IMAPS: postmaster@domain.tld --> success
Submission: postmaster@domain.tld --> success
SMTPS: postmaster@domain.tld --> success
Scanners
Many Domain Install
Many Domain Conversion
Qmail-1.03-3.3.7 (Implements TLSv1.3)
Patches applied
Installs PHP 8.1 with compatible Squirrelmail and Roundcubemail