* Ludovic Marcotte <[email protected]>:
> Patrick Ben Koetter wrote:
> >How often are the packages currently updated.
> Every night.
> > I've seen sieve additions in the
> >Changelog and was curious to see them, but couldn't find any.
> Have you set to YES the following configuration variables ?
> 
> SOGoSieveScriptsEnabled
> SOGoVacationEnabled
> SOGoForwardEnabled

Yes, I believe I have. I've also checked that the IMAP server offers sieve and
I restarted SOGo after the last update.

Setting vacation over SOGo also works well.

Is the following configuration correct?

{
    NSGlobalDomain = {
    };
    "sogo-slapd-sockd" = {
    };
    sogod = {
        OCSFolderInfoURL = 
"postgresql://sogo:s...@localhost:5432/sogo/sogo_folder_info";
        SOGoACLsSendEMailNotifications = YES;
        SOGoAppointmentSendEMailNotifications = YES;
        SOGoAppointmentSendEMailReceipts = YES;
        SOGoDayEndTime = 17;
        SOGoDayStartTime = 9;
        SOGoDraftsFolderName = Drafts;
        SOGoFirstDayOfWeek = 1;
        SOGoFoldersSendEMailNotifications = YES;
        SOGoForwardEnabled = YES;
        SOGoVacationEnabled = YES;
        SOGoSieveScriptsEnabled = YES;
        SOGoIMAPServer = localhost;
        SOGoLanguage = German;
        SOGoLoginModule = Mail;
        SOGoMailDomain = "example.de";
        SOGoMailMessageCheck = every_minute;
        SOGoMailShowSubscribedFoldersOnly = YES;
        SOGoMailingMechanism = smtp;
        SOGoOtherUsersFolderName = "Andere Benutzer";
        SOGoProfileURL = 
"postgresql://sogo:s...@localhost:5432/sogo/sogo_user_profile";
        SOGoSMTPServer = localhost;
        SOGoSentFolderName = Sent;
        SOGoSharedFolderName = "Gemeinsame Ordner";
        SOGoTimeZone = Europe/Berlin;
        SOGoTrashFolderName = Trash;
        SOGoSuperUsernames = ( [email protected], [email protected] );
        SOGoUserSources = (
            {
                CNFieldName = cn;
                IDFieldName = uniqueIdentifier;
                MailFieldNames = (
                    mail,
                    mailAlias
                );
                UIDFieldName = uniqueIdentifier;
                baseDN = "ou=customers,dc=example,dc=de";
                bindDN = "cn=sogo,ou=services,dc=example,dc=de";
                bindFields = (
                    uniqueIdentifier,
                    cn
                );
                bindPassword = password;
                canAuthenticate = YES;
                displayName = Organisation;
                hostname = localhost;
                id = directory;
                isAddressBook = YES;
                port = 389;
                scope = SUB;
                type = ldap;
            }
        );
        domains = {
        example.de = {
                SOGoMailDomain = example.de;
                SOGoDraftsFolderName = Drafts;
                SOGoUserSources = (
                        {
                                CNFieldName = cn;
                                IDFieldName = uniqueIdentifier;
                                MailFieldNames = (
                                    mail,
                                    mailAlias
                                );
                                UIDFieldName = uniqueIdentifier;
                                baseDN = "ou=customers,dc=example,dc=de";
                                bindDN = "cn=sogo,ou=services,dc=example,dc=de";
                                bindFields = (
                                    uniqueIdentifier,
                                    cn
                                );
                                bindPassword = password;
                                hostname = localhost;
                                type = ldap;
                                port = 389;
                                scope = SUB;
                                baseDN = "ou=us,ou=customers,dc=example,dc=de";
                                canAuthenticate = YES;
                                hostname = localhost;
                                displayName = "Example";
                                id = directory;
                                isAddressBook = YES;
                        }
                                );
                        };
        };
    };
}


> 
> Regards,
> 
> -- 
> Ludovic Marcotte
> [email protected]  ::  +1.514.755.3630  ::  www.inverse.ca
> Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
> (www.packetfence.org)
> 

> -- 
> [email protected]
> https://inverse.ca/sogo/lists


-- 
state of mind
Digitale Kommunikation

http://www.state-of-mind.de

Franziskanerstraße 15      Telefon +49 89 3090 4664
81669 München              Telefax +49 89 3090 4666

Amtsgericht München        Partnerschaftsregister PR 563

-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to