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

From QmailToaster
Jump to navigation Jump to search
No edit summary
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Main_Page#RHEL_9_&_Derivatives|Back]]<br>
=CentOS Linux 9 Minimal Install=  
=CentOS Linux 9 Minimal Install=  
==QMT Install ('Many-Domain')==  
==QMT Install ('Many-Domain')==  
Line 27: Line 28:
  systemd service:                  autofs:      [<span style="color:green"> OK </span>]
  systemd service:                  autofs:      [<span style="color:green"> OK </span>]
  systemd service:                  smartd:      [<span style="color:green"> OK </span>]
  systemd service:                  smartd:      [<span style="color:green"> OK </span>]
  systemd service:              irqbalance:      [<span style="color:green"> OK </span>] (Multiple processors only)
  systemd service:              irqbalance:      [<span style="color:green"> OK </span>] (Multiple processors only)<br>
 
  <nowiki>#</nowiki> [https://raw.githubusercontent.com/qmtoaster/scripts/master/conntest conntest]
  <nowiki>#</nowiki> conntest<br>
  Enter a valid remote email account to which QMT will send mail: <email address>
  Enter a valid remote email account to which QMT will send mail: <email address>
  IMAPS: postmaster@domain.tld --> success
  IMAPS: postmaster@domain.tld --> <span style="color:green">success</span>
  Submission: postmaster@domain.tld --> success
  Submission: postmaster@domain.tld --> <span style="color:green">success</span>
  SMTPS: postmaster@domain.tld --> success
  SMTPS: postmaster@domain.tld --> <span style="color:green">success</span>


  [https://qmailtoaster.org/scanners.html Scanners]
  [http://wiki.qmailtoaster.org/index.php?title=Simscan Scanners]
  Qmail-1.03-3.3.7 (Implements TLSv1.3)
[http://wiki.qmailtoaster.org/index.php?title=Alias_Domains Many Domain Install (Alias Domain)]
  [https://github.com/qmtoaster/patches/tree/master/cos8/3.3.7 Patches] applied
  Qmail-1.03-3.3.11 (OpenSSL3)
  [https://github.com/qmtoaster/patches/blob/master/EL9/README.md Patches] applied

Latest revision as of 21:38, 24 April 2024

Back

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
Many Domain Install (Alias Domain)
Qmail-1.03-3.3.11 (OpenSSL3)
Patches applied