SYSTEM INFORMATION | |
---|---|
OS type and version | Ubuntu Linux 24.04.1 |
Virtualmin version | 7.20.2 |
Webmin version 2.202 | |
Usermin version 2.102 |
I have a problem where Apache2 stopped working, and after fixing it, three of my websites no longer open. When entering the IP address, it shows a page indicating that Apache is running correctly.
The second problem is with the Dovecot IMAP/POP3 Server, which is currently not working. Out of three websites, one is working while the other two are down, and I’m not sure how to fix them
error.log
[Fri Dec 06 13:02:52.551915 2024] [mpm_event:notice] [pid 449613:tid 124489742493568] AH00489: Apache/2.4.58 (Ubuntu) configured – resuming normal operations
[Fri Dec 06 13:02:52.552240 2024] [core:notice] [pid 449613:tid 124489742493568] AH00094: Command line: ‘/usr/sbin/apache2’
mail.err
2024-12-06T16:09:11.750826+00:00 hy76 postfix/smtpd[499244]: fatal: no SASL authentication mechanisms
2024-12-06T16:17:58.261134+00:00 hy76 postfix/smtpd[500414]: fatal: no SASL authentication mechanisms
2024-12-06T17:00:53.988685+00:00 hy76 postfix/smtpd[509851]: fatal: no SASL authentication mechanisms
hy76_error_log on
[Sat Nov 30 15:13:01.771460 2024] [ssl:debug] [pid 1343:tid 132362641299328] ssl_util_ssl.c(451): AH02412: [hy76:443] Cert matches for name ‘hy76’ [subject: CN=hy76 / issuer: CN=R10,O=Let’s Encrypt,C=US / serial: 03A3B67A15511CDA21150ACD6D2917C1D9CD / notbefore: Oct 2 11:15:54 2024 GMT / notafter: Dec 31 11:15:53 2024 GMT]
[Sat Nov 30 15:13:01.771497 2024] [ssl:info] [pid 1343:tid 132362641299328] AH02568: Certificate and private key hy76:443:0 configured from /etc/ssl/virtualmin/172120963577612/ssl.cert and /etc/ssl/virtualmin/172120963577612/ssl.key
hy77_error_log off
[Sat Nov 30 15:13:01.771818 2024] [ssl:info] [pid 1343:tid 132362641299328] AH01914: Configuring server hy77:443 for SSL protocol
[Sat Nov 30 15:13:01.773400 2024] [ssl:debug] [pid 1343:tid 132362641299328] ssl_engine_init.c(526): AH01893: Configuring TLS extension handling
[Sat Nov 30 15:13:01.776149 2024] [ssl:emerg] [pid 1343:tid 132362641299328] AH02565: Certificate and private key hy77:443:0 from /etc/ssl/virtualmin/171959300876691/ssl.combined and /etc/ssl/virtualmin/171959300876691/ssl.key do not match
[Sat Nov 30 13:41:09.544048 2024] [ssl:debug] [pid 1356:tid 135204331136896] ssl_util_ssl.c(451): AH02412: [hy78:443] Cert matches for name ‘hy78’ [subject: CN=hy78 / issuer: CN=R11,O=Let’s Encrypt,C=US / serial: 03FBB25F240171049EC04398C79ABD9B4643 / notbefore: Nov 10 14:55:52 2024 GMT / notafter: Feb 8 14:55:51 2025 GMT]
[Sat Nov 30 13:41:09.544086 2024] [ssl:info] [pid 1356:tid 135204331136896] AH02568: Certificate and private key hy78:443:0 configured from /etc/ssl/virtualmin/172330762125204/ssl.cert and /etc/ssl/virtualmin/172330762125204/ssl.key
[Sat Nov 30 15:13:01.510185 2024] [ssl:info] [pid 1343:tid 132362641299328] AH01914: Configuring server hy78:443 for SSL protocol
[Sat Nov 30 15:13:01.534567 2024] [ssl:debug] [pid 1343:tid 132362641299328] ssl_engine_init.c(2220): AH02209: CA certificate: CN=R11,O=Let’s Encrypt,C=US
[Sat Nov 30 15:13:01.534711 2024] [ssl:debug] [pid 1343:tid 132362641299328] ssl_engine_init.c(526): AH01893: Configuring TLS extension handling
[Sat Nov 30 15:13:01.542737 2024] [ssl:debug] [pid 1343:tid 132362641299328] ssl_util_ssl.c(451): AH02412: [hy78:443] Cert matches for name ‘hy78’ [subject: CN=hy78 / issuer: CN=R11,O=Let’s Encrypt,C=US / serial: 03FBB25F240171049EC04398C79ABD9B4643 / notbefore: Nov 10 14:55:52 2024 GMT / notafter: Feb 8 14:55:51 2025 GMT]
[Sat Nov 30 15:13:01.542775 2024] [ssl:info] [pid 1343:tid 132362641299328] AH02568: Certificate and private key hy78:443:0 configured from /etc/ssl/virtualmin/172330762125204/ssl.cert and /etc/ssl/virtualmin/172330762125204/ssl.key
sudo systemctl status dovecot
× dovecot.service - Dovecot IMAP/POP3 email server
Loaded: loaded (/usr/lib/systemd/system/dovecot.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Fri 2024-12-06 16:26:08 UTC; 45min ago
Docs: man:dovecot(1)
https://doc.dovecot.org/
Process: 502681 ExecStart=/usr/sbin/dovecot -F (code=exited, status=89)
Main PID: 502681 (code=exited, status=89)
CPU: 36ms
sudo systemctl restart dovecot
Job for dovecot.service failed because the control process exited with error code.
See “systemctl status dovecot.service” and “journalctl -xeu dovecot.service” for details.