ok, will it work with 20.04?
Posts by robbo007
-
-
Hi,
I'm running Ubuntu 18.04 on my Raspberry pi and want to upgrade to 22.04. Has anyone done this. Does everything work with I-MSCP?
Thanks,
Rob
-
Hi guys,
Can the ClamAV plugin be updated as per this doc? Or is there another day to do it under Ubuntu?
https://docs.clamav.net/faq/faq-upgrade.html
Will it then break the plugin if this is done?
Thanks,
-
Best solution for now (by vege.net but rewrited a bit by me):
1. cd /usr/share/ca-certificates/mozilla/
2. wget https://letsencrypt.org/certs/lets-encrypt-r3.pem
3. mv lets-encrypt-r3.pem lets-encrypt-r3.crt
4. dpkg-reconfigure ca-certificates
In this step check new letsencrypt Cert (lets-encrypt-r3.crt)
5. Edit file: /var/www/imscp/engine/PerlLib/iMSCP/OpenSSL.pm and comment line 134 with # to look like that:6. Go to Let's Encrypt tab on your domains and press button to renew certificate.
Thanks so much for clarifying this. Worked perfectly.
-
Hi,
Sorry for lame questions flame me later.
To clarify is this the solution?
1. Download the CA ISRG Root X1.pem file from the link in the thread
2. Copy it to /etc/ssl/certs/ISRG_Root_X1.pem
3. Run update-ca-certificates -f
4. Delete old cert in /etc/ssl/certs?
Whats the name of the cert that needs deleting? Do you need to restart any services after?
Thanks,
-
Hi guys,
So many comments and possible solutions to this. Whats the final solution?
Many thanks,
-
Hi guys,
Currently my Ubuntu and I-MSCP are using PHP 5.6.40. Can I install a later version 7.2 or 7.4 and leave 5.6.40 also? Will this break I-MSCP? Whats the best way to do this?
Regards,
-
Seems not commenting the MASTER CF_PARAMETERS was the issue. I've commented them out and now it's working.
Thank you very much for the help.
-
Rright, reconfigure worked but still sending via postfix instead of amazon. Strange.
My MAIN CF_PARAMETER section now reads.
Code- inet_protocols => 'ipv4',
- inet_interfaces => 'all',
- smtp_bind_address => 'x.x.x.x',
- smtp_bind_address6 => '',
- relayhost => '[email-smtp.eu-west-1.amazonaws.com]:587',
- smtp_sasl_auth_enable => 'yes',
- smtp_sasl_security_options => 'noanonymous',
- smtp_sasl_password_maps => 'hash:/etc/postfix/sasl_passwd',
- smtp_use_tls => 'yes',
- smtp_tls_security_level => 'encrypt',
- smtp_tls_note_starttls_offer => 'yes',
and my MASTER CF_PARAMETERS
-
ok, Do I need to do anything in IMSCP control panel for it to pickup the changes? Restarting everything does not seem to apply the changes.
I gather in /etc/imscp/listeners.d/0_postfix_tuning.pl I can add things like: smtp_sasl_password_maps also right?