installing SSL certificate in
Brought to you by:
mbhangui
Hello Manvendra,
We are using ESMTP IndiMail 1.216
The ssl certificate which is installed has been expired and we are unable to change it.
Kindly provide is us the steps to delete the existing one and install the newer certificate.
we have tried changing the servercerts.pem in /etc/indimail/certs but that dosent help and we have lost connectivity on port 25.
So kindly help us on this.
You can generate your own certificate using letsencrypt. If you want to generate self signed certificate then use the following command. Let's say your domain is example.com
The above command will overwrite /etc/indimail/certs/servercert.pem and /etc/indimail/certs/clientcert.pem. But self signed certs are not of much use unless all clients will be from your own hosts. So basically you have to replace servercert.pem (clientcert is just a soft link to servercert.pem). After replacing you have to restart all services using ssl
Last edit: Manvendra Bhangui 2024-04-17
Hello Manvendra,
We are using our own certificate from a vendor.
I have replaced that certificate in /etc/indimail/certs/servercert.pem and restarted the service as above.
But all our internal mails are connecting fine except external.
Look like port 25 is not connecting to internet. So our remote mail boxes are having issues.
Do we need to modify any other configs.
While trying externally by mutt command we are getting the below error.
"Error sending message, child exited 76 (Remote protocol error.).
Could not send the message."
Kindly help us on this.
Thanks and Regards
Ssnatl
On Thu, 18 Apr 2024 at 21:50, Ssnatl ssnatl@users.sourceforge.net wrote:
To test if port 25 is fine can can receive mails from internet, you can use
swaks like this
To send out mails to external domains one uses port 587 and this is how you
can test it
closing this as there is been no revert on this