[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
	
	
	  
	
5428
	2021-12-16 04:07:11
	updated (open)
	Web Mail
	Webmail redirecty me every few minutes back to SSO.
	
	  
	
5446
	2021-12-16 05:03:32
	updated (open)
	Web Preferences
	MFA - admin enforced
	
	  
	
5448
	2021-12-16 09:42:09
	resolved (fixed)
	Backend Mail
	Activation time constraint for vacation auto reply results in invalid Sieve script
	
	  
	
5443
	2021-12-16 08:10:25
	resolved (fixed)
	Web Preferences
	Can't save vacation auto reply preferences
	
	  
	
5447
	2021-12-16 08:34:18
	closed (not a bug)
	Web Administration
	absence message: not able to pick the date
	
	  
	
  
  


-- users@sogo.nuhttps://inverse.ca/sogo/lists

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 (christian.m...@uni-konstanz.de) a 
écrit :

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 use the / separator used also in dovecot

And with the imap acl parameter nothing better.
The connection is ok with imap://host:143 but nothing whith imaps and 993


HYVERNAT Philippe


Le 13 déc. 2021 à 18:18, Christian Mack  a écrit :

Hello

Have you set the following option?
SOGoIMAPAclConformsToIMAPExt = YES;

And what have you set for NGImap4ConnectionStringSeparator?


Kind regards,
Christian Mack


Am 13.12.21 um 16:51 schrieb HYVERNAT Philippe (p.hyver...@outlook.fr):
Hello all,

another problem, i have an smtp and imap server :


postfix :

587 STARTTLS PLAIN

Imap :

993 SSL/TLS PLAIN


On thunderbird everything is ok but impossible to connect with Sogo. I
tried many configuration and nothing is ok  :


SOGoIMAPServer = "imaps//172.30.20.131:993";

   SOGoSMTPServer = "smtp://172.30.20.121:587/?tls=YES";

SOGoSMTPAuthenticationType = PLAIN;
   SOGoMailingMechanism = smtp;

Have you any configuration example ?


thanks

HYVERNAT Philippe,





--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung und Lehre
78457 Konstanz
+49 7531 88-4416




--
users@sogo.nu
https://inverse.ca/sogo/lists


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
https://inverse.ca/sogo/lists


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 but otherwise use with caution obviously.

Regards
Rhodri

On 16/12/2021 07:59, Christian Mack (christian.m...@uni-konstanz.de) wrote:

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 use the / separator used also in dovecot

And with the imap acl parameter nothing better.
The connection is ok with imap://host:143 but nothing whith imaps and 993


HYVERNAT Philippe


Le 13 déc. 2021 à 18:18, Christian Mack  a écrit :

Hello

Have you set the following option?
SOGoIMAPAclConformsToIMAPExt = YES;

And what have you set for NGImap4ConnectionStringSeparator?


Kind regards,
Christian Mack


Am 13.12.21 um 16:51 schrieb HYVERNAT Philippe (p.hyver...@outlook.fr):
Hello all,

another problem, i have an smtp and imap server :


postfix :

587 STARTTLS PLAIN

Imap :

993 SSL/TLS PLAIN


On thunderbird everything is ok but impossible to connect with Sogo. I
tried many configuration and nothing is ok  :


SOGoIMAPServer = "imaps//172.30.20.131:993";

   SOGoSMTPServer = "smtp://172.30.20.121:587/?tls=YES";

SOGoSMTPAuthenticationType = PLAIN;
   SOGoMailingMechanism = smtp;

Have you any configuration example ?


thanks

HYVERNAT Philippe,





--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung und Lehre
78457 Konstanz
+49 7531 88-4416





--
users@sogo.nu
https://inverse.ca/sogo/lists

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
> 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 but otherwise use with caution obviously.
> 
> Regards
> Rhodri
> 
> On 16/12/2021 07:59, Christian Mack (christian.m...@uni-konstanz.de) wrote:
>> 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 use the / separator used also in dovecot
>>>
>>> And with the imap acl parameter nothing better.
>>> The connection is ok with imap://host:143 but nothing whith imaps and
>>> 993
>>>
>>>
>>> HYVERNAT Philippe
>>>
 Le 13 déc. 2021 à 18:18, Christian Mack  a écrit :

 Hello

 Have you set the following option?
     SOGoIMAPAclConformsToIMAPExt = YES;

 And what have you set for NGImap4ConnectionStringSeparator?


 Kind regards,
 Christian Mack

> Am 13.12.21 um 16:51 schrieb HYVERNAT Philippe
> (p.hyver...@outlook.fr):
> Hello all,
>
> another problem, i have an smtp and imap server :
>
>
> postfix :
>
> 587 STARTTLS PLAIN
>
> Imap :
>
> 993 SSL/TLS PLAIN
>
>
> On thunderbird everything is ok but impossible to connect with Sogo. I
> tried many configuration and nothing is ok  :
>
>
> SOGoIMAPServer = "imaps//172.30.20.131:993";
>
>    SOGoSMTPServer = "smtp://172.30.20.121:587/?tls=YES";
>
> SOGoSMTPAuthenticationType = PLAIN;
>    SOGoMailingMechanism = smtp;
>
> Have you any configuration example ?
>
>
> thanks
>
> HYVERNAT Philippe,
>
>
>

 -- 
 Christian Mack
 Universität Konstanz
 Kommunikations-, Informations-, Medienzentrum (KIM)
 Abteilung IT-Dienste Forschung und Lehre
 78457 Konstanz
 +49 7531 88-4416

>>
> 


-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung und Lehre
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


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 use the / separator used also in dovecot 
> 
> And with the imap acl parameter nothing better.
> The connection is ok with imap://host:143 but nothing whith imaps and 993
> 
> 
> HYVERNAT Philippe
> 
>> Le 13 déc. 2021 à 18:18, Christian Mack  a écrit :
>>
>> Hello
>>
>> Have you set the following option?
>>SOGoIMAPAclConformsToIMAPExt = YES;
>>
>> And what have you set for NGImap4ConnectionStringSeparator?
>>
>>
>> Kind regards,
>> Christian Mack
>>
>>> Am 13.12.21 um 16:51 schrieb HYVERNAT Philippe (p.hyver...@outlook.fr):
>>> Hello all,
>>>
>>> another problem, i have an smtp and imap server :
>>>
>>>
>>> postfix :
>>>
>>> 587 STARTTLS PLAIN
>>>
>>> Imap :
>>>
>>> 993 SSL/TLS PLAIN
>>>
>>>
>>> On thunderbird everything is ok but impossible to connect with Sogo. I
>>> tried many configuration and nothing is ok  :
>>>
>>>
>>> SOGoIMAPServer = "imaps//172.30.20.131:993";
>>>
>>>   SOGoSMTPServer = "smtp://172.30.20.121:587/?tls=YES";
>>>
>>> SOGoSMTPAuthenticationType = PLAIN;
>>>   SOGoMailingMechanism = smtp;
>>>
>>> Have you any configuration example ?
>>>
>>>
>>> thanks
>>>
>>> HYVERNAT Philippe,
>>>
>>>
>>>
>>
>>
>> -- 
>> Christian Mack
>> Universität Konstanz
>> Kommunikations-, Informations-, Medienzentrum (KIM)
>> Abteilung IT-Dienste Forschung und Lehre
>> 78457 Konstanz
>> +49 7531 88-4416
>>


-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung und Lehre
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


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 (p.hyver...@outlook.fr) wrote:
> 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 (christian.m...@uni-konstanz.de) a
> écrit :
>> 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 use the / separator used also in dovecot
>>>
>>> And with the imap acl parameter nothing better.
>>> The connection is ok with imap://host:143 but nothing whith imaps and
>>> 993
>>>
>>>
>>> HYVERNAT Philippe
>>>
 Le 13 déc. 2021 à 18:18, Christian Mack  a écrit :

 Hello

 Have you set the following option?
     SOGoIMAPAclConformsToIMAPExt = YES;

 And what have you set for NGImap4ConnectionStringSeparator?


 Kind regards,
 Christian Mack

> Am 13.12.21 um 16:51 schrieb HYVERNAT Philippe
> (p.hyver...@outlook.fr):
> Hello all,
>
> another problem, i have an smtp and imap server :
>
>
> postfix :
>
> 587 STARTTLS PLAIN
>
> Imap :
>
> 993 SSL/TLS PLAIN
>
>
> On thunderbird everything is ok but impossible to connect with Sogo. I
> tried many configuration and nothing is ok  :
>
>
> SOGoIMAPServer = "imaps//172.30.20.131:993";
>
>    SOGoSMTPServer = "smtp://172.30.20.121:587/?tls=YES";
>
> SOGoSMTPAuthenticationType = PLAIN;
>    SOGoMailingMechanism = smtp;
>
> Have you any configuration example ?
>
>
> thanks
>
> HYVERNAT Philippe,
>
>
>

 -- 
 Christian Mack
 Universität Konstanz
 Kommunikations-, Informations-, Medienzentrum (KIM)
 Abteilung IT-Dienste Forschung und Lehre
 78457 Konstanz
 +49 7531 88-4416

>>


-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung und Lehre
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


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 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 (p.hyver...@outlook.fr) wrote:

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 (christian.m...@uni-konstanz.de) a
écrit :

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 use the / separator used also in dovecot

And with the imap acl parameter nothing better.
The connection is ok with imap://host:143 but nothing whith imaps and
993


HYVERNAT Philippe


Le 13 déc. 2021 à 18:18, Christian Mack  a écrit :

Hello

Have you set the following option?
     SOGoIMAPAclConformsToIMAPExt = YES;

And what have you set for NGImap4ConnectionStringSeparator?


Kind regards,
Christian Mack


Am 13.12.21 um 16:51 schrieb HYVERNAT Philippe
(p.hyver...@outlook.fr):
Hello all,

another problem, i have an smtp and imap server :


postfix :

587 STARTTLS PLAIN

Imap :

993 SSL/TLS PLAIN


On thunderbird everything is ok but impossible to connect with Sogo. I
tried many configuration and nothing is ok  :


SOGoIMAPServer = "imaps//172.30.20.131:993";

    SOGoSMTPServer = "smtp://172.30.20.121:587/?tls=YES";

SOGoSMTPAuthenticationType = PLAIN;
    SOGoMailingMechanism = smtp;

Have you any configuration example ?


thanks

HYVERNAT Philippe,




--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung und Lehre
78457 Konstanz
+49 7531 88-4416




--
users@sogo.nu
https://inverse.ca/sogo/lists


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 (christian.m...@uni-konstanz.de) a 
écrit :

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 command gives you some String, e.g. 5d3b9418
Use that in the following command:
sudo ln -s /etc/ssl/certs/my-rootCA.crt /etc/ssl/certs/5d3b9418.0

That's it.

Of course you have to do that for both self signed certificates from
your two servers.


Kind regards,
Christian Mack

On 16.12.21 17:01, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:

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 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 (p.hyver...@outlook.fr) wrote:

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 (christian.m...@uni-konstanz.de) a
écrit :

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 use the / separator used also in dovecot

And with the imap acl parameter nothing better.
The connection is ok with imap://host:143 but nothing whith imaps and
993


HYVERNAT Philippe


Le 13 déc. 2021 à 18:18, Christian Mack  a écrit :

Hello

Have you set the following option?
  SOGoIMAPAclConformsToIMAPExt = YES;

And what have you set for NGImap4ConnectionStringSeparator?


Kind regards,
Christian Mack


Am 13.12.21 um 16:51 schrieb HYVERNAT Philippe
(p.hyver...@outlook.fr):
Hello all,

another problem, i have an smtp and imap server :


postfix :

587 STARTTLS PLAIN

Imap :

993 SSL/TLS PLAIN


On thunderbird everything is ok but impossible to connect with
Sogo. I
tried many configuration and nothing is ok  :


SOGoIMAPServer = "imaps//172.30.20.131:993";

     SOGoSMTPServer ="smtp://172.30.20.121:587/?tls=YES";

SOGoSMTPAuthenticationType = PLAIN;
     SOGoMailingMechanism = smtp;

Have you any configuration example ?


thanks

HYVERNAT Philippe,




--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung und Lehre
78457 Konstanz
+49 7531 88-4416




--
users@sogo.nu
https://inverse.ca/sogo/lists

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 command gives you some String, e.g. 5d3b9418
Use that in the following command:
sudo ln -s /etc/ssl/certs/my-rootCA.crt /etc/ssl/certs/5d3b9418.0

That's it.

Of course you have to do that for both self signed certificates from
your two servers.


Kind regards,
Christian Mack

On 16.12.21 17:01, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:
> 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 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 (p.hyver...@outlook.fr) wrote:
>>> 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 (christian.m...@uni-konstanz.de) a
>>> écrit :
 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 use the / separator used also in dovecot
>
> And with the imap acl parameter nothing better.
> The connection is ok with imap://host:143 but nothing whith imaps and
> 993
>
>
> HYVERNAT Philippe
>
>> Le 13 déc. 2021 à 18:18, Christian Mack  a écrit :
>>
>> Hello
>>
>> Have you set the following option?
>>  SOGoIMAPAclConformsToIMAPExt = YES;
>>
>> And what have you set for NGImap4ConnectionStringSeparator?
>>
>>
>> Kind regards,
>> Christian Mack
>>
>>> Am 13.12.21 um 16:51 schrieb HYVERNAT Philippe
>>> (p.hyver...@outlook.fr):
>>> Hello all,
>>>
>>> another problem, i have an smtp and imap server :
>>>
>>>
>>> postfix :
>>>
>>> 587 STARTTLS PLAIN
>>>
>>> Imap :
>>>
>>> 993 SSL/TLS PLAIN
>>>
>>>
>>> On thunderbird everything is ok but impossible to connect with
>>> Sogo. I
>>> tried many configuration and nothing is ok  :
>>>
>>>
>>> SOGoIMAPServer = "imaps//172.30.20.131:993";
>>>
>>>     SOGoSMTPServer = "smtp://172.30.20.121:587/?tls=YES";
>>>
>>> SOGoSMTPAuthenticationType = PLAIN;
>>>     SOGoMailingMechanism = smtp;
>>>
>>> Have you any configuration example ?
>>>
>>>
>>> thanks
>>>
>>> HYVERNAT Philippe,
>>>
>>>
>>>
>> -- 
>> Christian Mack
>> Universität Konstanz
>> Kommunikations-, Informations-, Medienzentrum (KIM)
>> Abteilung IT-Dienste Forschung und Lehre
>> 78457 Konstanz
>> +49 7531 88-4416
>>
>>


-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung und Lehre
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


[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 Featuresmail: delay or disable automatic mark message as read (4eed98d), closes #1585mail: enable autoreply on specific days or at a specific time (2ecd441), closes #5328Bug Fixesaddressbook(js): custom field creation (fc121ac)calendar(js): improve bi-weekly event description (c17165d), closes #5261calendar: update email alarm of yearly events (9c025f6), closes #4991core: avoid exception when the user's cn is null (153c1ee)login(js): input focus on TOTP field (56a6f24)mail(html): ban "_javascript_:" prefix in href, action and formaction (8afc80d)mail(js): create new object instances in popup from parent's data (a98b46a)mail(js): don't allow to rename special mailboxes (c3c9432)mail(js): don't load mailboxes list from popup editor (cb6b729)mail(js): don't poll server from popup windows (8724f90, 11eb6c2)mail(js): expose all account identities in popup window (78855be), closes #5442mail(js): ignore return key in input fields of editor (1786ec4), closes #4666mail(js): open one distinct popup for each action (addf3c1), closes #5431mail(js): resolve draft mailbox from popup window (25c69aa), closes #5442mail(js): save draft after having removed an attachment (6ef99a5), closes #5432mail(js): update unseen count when it's zero (635b8c6)mail(web): display emails extracted from smime certificate (93dff69), closes #5440mail: allow to directly empty junk folder (f9ed639), closes #5224mail: check if smime certificate matches sender address (e85576c), closes #5407mail: delete msgs once moved to an external account (e0df548)mail: don't lowercase href/action/formaction attribute value (c4bb0de), closes #5434mail: only apply IMAP host constraint when SSO is enabled (8cb5ef3), closes #5433mail: show comment attribute of iTIP replies (ff1eeca), closes #5410mail: sign and send only if smime certificate matches sender address (4ad2105), closes #5407preferences(css): align timepicker inside input container (2014589)preferences(js): don't alter the list of default email addresses (bdfe1be), closes #5443preferences(js): improve initialization of dates/times constraints (46971d4), closes #5443preferences(js): set default auto mark as read delay to 5 (cb4d555), closes #5443preferences: add plus sign to timezone in Sieve script (f191231, 2daeab3), closes #5448web(js): position notifications to the bottom right (e064e9a), closes #5127 #5423web: add missing tooltips for expand/reduce buttons (1febace)Localizationde: update German translation (b665f7e, 6684784)fr: update French translation (6084fcd, 748fd8f)hu: update Hungarian translation (07f2c26)pl: update Polish translation (3e9b8db, 070f1a6)See the closed tickets for this release and the complete change log.DownloadUpgrade Instructions →What is SOGoSOGo is a free and modern scalable groupware server. It offers shared calendars, address books and emails through your favorite Web browser or by using a native client such as Mozilla Thunderbird and Lightning, Apple Calendar and Address Book (Mac OS X and iOS) and Microsoft Outlook.SOGo is standard-compliant and supports CalDAV, CardDAV and reuses existing IMAP, SMTP and database servers - making the solution easy to deploy and interoperable with many applications.SOGo features:Scalable architecture suitable for deployments from dozen to many thousand usersRich, responsible Web-based interface aligned with Google Material Design guidelinesImproved integration with Mozilla Thunderbird and Lightning by using the SOGo Connector and the SOGo IntegratorTwo-way synchronization support with any Microsoft ActiveSync-capable device (Apple iOS, Android, Windows Phone, BlackBerry 10) or Outlook 2013/2016Excellent native integration with Apple software (OS X and iOS) and Android-based devicesand many more! SOGo and our connectors are completely free.Try OnlineAvailable accounts: sogo1, sogo2 and sogo3.Their password is the same as their username.HelpingSOGo is a collaborative effort in order to create the best Free and Open Source groupware solution.There are multiple ways you can contribute to the project:Documentation reviews, enhancements and translationsWrite test cases - if you know Python, join in!Feature requests or by sharing your ideasParticipate to the discussion in mailing listsPatches for bugs or enhancementsProvide new translationsFeel free to send us your questions. You can also post them to the SOGo mailing list.Getting SupportFor any questions, do not hesitate to contact us by writing to supp...@sogo.nuCustomer support packages for SOGo are also available.