[SOGo] BTS activities for Thursday, December 16 2021

2021-12-16 Thread SOGo reporter
Title: BTS activities for Thursday, December 16 2021 BTS Activities Home page: https://sogo.nu/bugs Project: SOGo For the period covering: Thursday, December 16 2021 idlast updatestatus (resolution)categorysummary

Re: [SOGo] IMAPS & SMTPS connections

2021-12-16 Thread HYVERNAT Philippe
Hello, no i haven't and i use the name of the host present in the certifiate (using also openssl s_client. command to connect and show the host) It is a self signed certificate, is it a problem ? ssl error : unknown ca Thanks Le 16/12/2021 à 08:59, Christian Mack

Re: [SOGo] MFA settings

2021-12-16 Thread mj
Op 09-12-2021 om 08:04 schreef Christian Mack (christian.m...@uni-konstanz.de): Good point. Like enforcing password changes. You could open an enhancement request for that on https://sogo.nu/bugs/ Done, here: https://www.sogo.nu/bugs/view.php?id=5446 MJ -- users@sogo.nu

Re: [SOGo] IMAPS & SMTPS connections

2021-12-16 Thread webt...@armymail.mod.uk
You can use an IP with no certificate changes but you need to add an option to the connection string:     SOGoIMAPServer = "imaps://127.0.0.1:143/?tls=YES=allowInsecureLocalhost";     SOGoSMTPServer = "smtp://127.0.0.1:587/?tls=YES=allowInsecureLocalhost"; Not a problem with localhost

Re: [SOGo] IMAPS & SMTPS connections

2021-12-16 Thread Christian Mack
Hello This only works for SMTP and IMAP on the same host as SOGo. As hyvernat philippe is using different servers, this will not work. Kind regards, Christian Mack On 16.12.21 09:34, webt...@armymail.mod.uk wrote: > > You can use an IP with no certificate changes but you need to add an >

Re: [SOGo] IMAPS & SMTPS connections

2021-12-16 Thread Christian Mack
Hello Do you have those IP addresses in your certificates on your IMAP and SMTP servers? If not, you should add the names from those certificates in your sogo.conf. Kind regards, Christian Mack On 14.12.21 15:13, hyvernat philippe (p.hyver...@outlook.fr) wrote: > Hello, > Si nothing butter. I

Re: [SOGo] IMAPS & SMTPS connections

2021-12-16 Thread Christian Mack
Hello This is your problem. You have to tell your OS, which CA you use. Which OS are you using? In Debian you have to add it by: sudo cp my-rootCA.crt /usr/local/share/ca-certificates/ sudo update-ca-certificates Kind regards, Christian Mack On 16.12.21 09:38, HYVERNAT Philippe

Re: [SOGo] IMAPS & SMTPS connections

2021-12-16 Thread HYVERNAT Philippe
Thanks for your answer, i use FreeBSD 13 OS , so where can i place and make a ca certificate ? my smtp  and imap server are on a different hosts each one smtp : 172.30.20.121 imap : 172.30.20.131 Le 16/12/2021 à 13:24, Christian Mack (christian.m...@uni-konstanz.de) a écrit : Hello This

Re: [SOGo] IMAPS & SMTPS connections

2021-12-16 Thread HYVERNAT Philippe
Hello, thanks for your answer . I created certificate and key like that : # openssl req -x509 -newkey rsa:4096 -keyout imapkey.pem -out imapcert.pem -days 365 -nodes The "my-rootCA.crt" in your example is my imapcert.pem in my command ? Le 16/12/2021 à 17:41, Christian Mack

Re: [SOGo] IMAPS & SMTPS connections

2021-12-16 Thread Christian Mack
Hello Your self signed certificate is a CA certificate :-) On FreeBSD you have to: sudo cp my-rootCA.crt /etc/ssl/certs/ sudo chmod 0644 /etc/ssl/certs/my-rootCA.crt sudo chown root:wheel /etc/ssl/certs/my-rootCA.crt sudo openssl x509 -noout -hash -in /etc/ssl/certs/my-rootCA.crt The last

[SOGo] ANN: SOGo v5.4.0 released!

2021-12-16 Thread "SOGo Reporter"
Minor release, but many bug fixes. Download it now!NEW RELEASEANNOUNCEMENTSOGo v5.4.0The Inverse Team is pleased to announce the immediate availability of SOGo version 5.4.0.This is a minor release of SOGo which focuses on various enhancements and improved stability over previous versions.—New