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

From QmailToaster
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
  <nowiki>#</nowiki> chmod 755 /usr/local/bin/qt_prep.sh && qt_prep.sh (reboot)
  <nowiki>#</nowiki> chmod 755 /usr/local/bin/qt_prep.sh && qt_prep.sh (reboot)
  <nowiki>#</nowiki> qt_install.sh
  <nowiki>#</nowiki> qt_install.sh
  <nowiki>#</nowiki> toaststat
  <nowiki>#</nowiki> toaststat<br>
<pre>
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 ]
Status of toaster services
systemd service:        clamav-freshclam:      [ OK ]
send: up (pid 1323) 1517 seconds
systemd service:            spamassassin:      [ OK ]
smtp: up (pid 1324) 1517 seconds
systemd service:                  dovecot:      [ OK ]
submission: up (pid 1325) 1517 seconds
systemd service:                  mariadb:      [ OK ]
send/log: up (pid 1316) 1517 seconds
systemd service:                    httpd:      [ OK ]
smtp/log: up (pid 1311) 1517 seconds
systemd service:                    named:      [ OK ]
submission/log: up (pid 1314) 1517 seconds<br>
systemd service:                    ntpd:      [ OK ]
systemd service:              clamd@scan:      [ OK ]
systemd service:                    sshd:      [ OK ]
systemd service:        clamav-freshclam:      [ OK ]
systemd service:                  network:      [ OK ]
systemd service:            spamassassin:      [ OK ]
systemd service:                    crond:      [ OK ]
systemd service:                  dovecot:      [ OK ]
systemd service:                    acpid:      [ OK ]
systemd service:                  mariadb:      [ OK ]
systemd service:                      atd:      [ OK ]
systemd service:                    httpd:      [ OK ]
systemd service:                  autofs:      [ OK ]
systemd service:                    named:      [ OK ]
systemd service:                  smartd:      [ OK ]
systemd service:                    ntpd:      [ OK ]
systemd service:              irqbalance:      [ OK ] (Multiple processors only)
systemd service:                    sshd:      [ OK ]
</pre>
systemd service:                  network:      [ OK ]
  <nowiki>#</nowiki> conntest
systemd service:                    crond:      [ OK ]
<pre>
systemd service:                    acpid:      [ OK ]
Enter a valid remote email account to which QMT will send mail: <email address>
systemd service:                      atd:      [ OK ]
IMAPS: postmaster@domain.tld --> success
systemd service:                  autofs:      [ OK ]
Submission: postmaster@domain.tld --> success
systemd service:                  smartd:      [ OK ]
SMTPS: postmaster@domain.tld --> success
systemd service:              irqbalance:      [ OK ] (Multiple processors only)
</pre>
 
  <nowiki>#</nowiki> conntest<br>
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


  [https://qmailtoaster.org/scanners.html Scanners]
  [https://qmailtoaster.org/scanners.html Scanners]
  Qmail-1.03-3.3.7 (Implements TLSv1.3)
  Qmail-1.03-3.3.7 (Implements TLSv1.3)
  [https://github.com/qmtoaster/patches/tree/master/cos8/3.3.7 Patches] applied
  [https://github.com/qmtoaster/patches/tree/master/cos8/3.3.7 Patches] applied

Revision as of 08:43, 26 March 2024

CentOS Linux 9 Minimal Install

QMT Install ('Many-Domain')

# curl -o /usr/local/bin/qt_prep.sh https://raw.githubusercontent.com/qmtoaster/scripts/master/qt_install_cos9.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
Qmail-1.03-3.3.7 (Implements TLSv1.3)
Patches applied