Yes you need to configure a primary email account first.
You can just configure an external mail accounts as primary account. If
required you can make individual settings per users: check
IMAPHostFieldName and IMAPLoginFieldName in the documentation.

 - Janis

On 02/25/2014 10:23 AM, sr wrote:
> Hello,
> I have try the ZEG just to see and the auxiliary email account is
> working...
> Maybe my sogo auxiliary email don't work because there is no primary
> IMAP account that is set and work???
> ( I have set Active directory for user authentification and for now we
> only have an external mail provider )
> Any ideas? :)
> here is my sogo.conf
> Thanks!
>
> {
>     OCSEMailAlarmsFolderURL =
> "postgresql://sogo:sogo@localhost:5432/sogo/sogo_alarms_folder";
>     OCSFolderInfoURL =
> "postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info";
>     OCSSessionsFolderURL =
> "postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder";
>     SOGoACLsSendEMailNotifications = YES;
>     SOGoAppointmentSendEMailNotifications = YES;
>     SOGoDraftsFolderName = Drafts;
>     SOGoEnableEMailAlarms = YES;
>     SOGoFoldersSendEMailNotifications = YES;
> //  SOGoIMAPServer = localhost;
> //NGImap4ConnectionStringSeparator = ".";
> //SOGoIMAPAclConformsToIMAPExt = YES;
> //SOGoIMAPAclStyle = rfc2086;
> //SOGoIMAPAclStyle = rfc4314;
> //SOGoMailShowSubscribedFoldersOnly = YES;
> //SOGoForceExternalLoginWithEmail = YES;
> //ImapDebugEnabled = YES;
> //NGImap4DisableIMAP4Pooling = YES;
>     SOGoLanguage = French;
>     SOGoLoginModule = Calendar;
>     SOGoMailAuxiliaryUserAccountsEnabled = YES;
>     SOGoMailDomain = "job.fr";
>     SOGoMailingMechanism = smtp;
>     SOGoProfileURL =
> "postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile";
>     SOGoSMTPServer = "smtp.job.fr";
>     SOGoSearchMinimumWordLength = 0;
>     SOGoSentFolderName = Sent;
>     SOGoSuperUsernames = (
>         "s.r@ariane.intra",
>     );
>     SOGoTimeZone = "Europe/Paris";
>     SOGoTrashFolderName = Trash;
>     SOGoUserSources = (
>         {
>             CNFieldName = cn;
>             IDFieldName = cn;
>             UIDFieldName = userPrincipalName;
>             baseDN = "OU=job,DC=ariane,DC=intra";
>             bindDN = "CN=ldap,CN=Users,DC=ariane,DC=intra";
>             bindPassword = ldappw;
>             bindFields = (
>                 sAMAccountName,
>                 userPrincipalName
>             );
>             hostname = "ldap://172.20.2.3:389";;
>             canAuthenticate = YES;
>             isAddressBook = YES;
>             displayName = "Active Directory";
>             // mapping AD du champ Service et Societe
>             mapping = {
>                 ou = ("department","ou");
>                 o = ("company","o");
>             };
>
>         id = "ariane.intra";
>             type = ldap;
>         }
>     );
>     WOWorkersCount = 3;
> }
>
> Le 19/02/2014 15:03, sr a écrit :
>

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

Reply via email to