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;
|
||||
SOGoEnablePublicAccess = YES;
|
||||
SOGoMailingMechanism = smtp;
|
||||
SOGoSMTPServer = 127.0.0.1:__PORT_SMTP__;
|
||||
SOGoSMTPServer = "smtp://__DOMAIN__:587/?tls=YES";
|
||||
SOGoSMTPAuthenticationType = PLAIN;
|
||||
SOGoTimeZone = UTC;
|
||||
SOGoSentFolderName = Sent;
|
||||
SOGoTrashFolderName = Trash;
|
||||
SOGoDraftsFolderName = Drafts;
|
||||
SOGoIMAPServer = "imap://localhost:143";
|
||||
SOGoIMAPServer = "imaps://__DOMAIN__:993";
|
||||
SOGoIMAPAclConformsToIMAPExt = YES;
|
||||
SOGoVacationEnabled = YES;
|
||||
SOGoForwardEnabled = YES;
|
||||
|
|
Loading…
Reference in a new issue