mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
Remove stunnel as it's not more needed
This commit is contained in:
parent
b7e04f3705
commit
fb62507a0e
1 changed files with 2 additions and 2 deletions
|
@ -10,13 +10,13 @@
|
||||||
SOGoAppointmentSendEMailNotifications = YES;
|
SOGoAppointmentSendEMailNotifications = YES;
|
||||||
SOGoEnablePublicAccess = YES;
|
SOGoEnablePublicAccess = YES;
|
||||||
SOGoMailingMechanism = smtp;
|
SOGoMailingMechanism = smtp;
|
||||||
SOGoSMTPServer = 127.0.0.1:__PORT_SMTP__;
|
SOGoSMTPServer = "smtp://__DOMAIN__:587/?tls=YES";
|
||||||
SOGoSMTPAuthenticationType = PLAIN;
|
SOGoSMTPAuthenticationType = PLAIN;
|
||||||
SOGoTimeZone = UTC;
|
SOGoTimeZone = UTC;
|
||||||
SOGoSentFolderName = Sent;
|
SOGoSentFolderName = Sent;
|
||||||
SOGoTrashFolderName = Trash;
|
SOGoTrashFolderName = Trash;
|
||||||
SOGoDraftsFolderName = Drafts;
|
SOGoDraftsFolderName = Drafts;
|
||||||
SOGoIMAPServer = "imap://localhost:143";
|
SOGoIMAPServer = "imaps://__DOMAIN__:993";
|
||||||
SOGoIMAPAclConformsToIMAPExt = YES;
|
SOGoIMAPAclConformsToIMAPExt = YES;
|
||||||
SOGoVacationEnabled = YES;
|
SOGoVacationEnabled = YES;
|
||||||
SOGoForwardEnabled = YES;
|
SOGoForwardEnabled = YES;
|
||||||
|
|
Loading…
Add table
Reference in a new issue