On 11/04/2016 06:20, [email protected] wrote:
Hi Peter!
I think problem occurs some where in
- (NSException *) _smtpSendData: (NSData *) mailData
                    toRecipients: (NSArray *) recipients
                          sender: (NSString *) sender
               withAuthenticator: (id <SOGoAuthenticator>) authenticator
                       inContext: (WOContext *) woContext


Please post you content of sogo.conf.

Regards,
Thomas

Sanitized sogo.conf:

{
  WOPort = 127.0.0.1:30000;
  WOWorkersCount = 10;
  SOGoIMAPServer = localhost;
  SOGoSMTPServer = localhost;
  SOGoMailingMechanism = smtp;
  SOGoSMTPAuthenticationType = PLAIN;
  SOGoForceExternalLoginWithEmail = YES;
SOGoProfileURL = "mysql://domain1.com:password@localhost:5432/sogo/sogo_user_profile"; OCSFolderInfoURL = "mysql://domain1.com:password@localhost:5432/sogo/sogo_folder_info"; OCSSessionsFolderURL = "mysql://domain1.com:password@localhost:5432/sogo/sogo_sessions_folder"; OCSEMailAlarmsFolderURL = "mysql://domain1.com:password@localhost:5432/sogo/sogo_sogo_alarms_folder";
  SOGoSieveServer = sieve://127.0.0.1:4190;
  SOGoAppointmentSendEMailNotifications = YES;
  SOGoEnableEMailAlarms = YES;
  SOGoPasswordChangeEnabled = YES;

  domains = {
    domain2.com = {
      SOGoMailDomain = domain2.com;
      SOGoUserSources = (
        {
          type = ldap;
          CNFieldName = cn;
          UIDFieldName = uid;
          IDFieldName = uid; // first field of the DN for direct binds
          baseDN = "dc=users,dc=domain1,dc=com";
          canAuthenticate = YES;
          hostname = ldap://127.0.0.1:389;
          id = public_domain2com;
          isAddressBook = NO;
          filter = "(uid='*@domain2.com')";
        }
      );
    };
    domain6.com = {
      SOGoMailDomain = domain6.com;
      SOGoUserSources = (
        {
          type = ldap;
          CNFieldName = cn;
          UIDFieldName = uid;
          IDFieldName = uid; // first field of the DN for direct binds
          baseDN = "dc=users,dc=domain1,dc=com";
          canAuthenticate = YES;
          hostname = ldap://127.0.0.1:389;
          id = public_domain6com;
          isAddressBook = NO;
          filter = "(uid='*@domain6.com')";
        }
      );
    };
    domain5.com = {
      SOGoMailDomain = domain5.com;
      SOGoUserSources = (
        {
          type = ldap;
          CNFieldName = cn;
          UIDFieldName = uid;
          IDFieldName = uid; // first field of the DN for direct binds
          baseDN = "dc=users,dc=domain1,dc=com";
          canAuthenticate = YES;
          hostname = ldap://127.0.0.1:389;
          id = public_domain5com;
          isAddressBook = NO;
          filter = "(uid='*@domain5.com')";
        }
      );
    };
    domain3.com = {
      SOGoMailDomain = domain3.com;
      SOGoUserSources = (
        {
          type = ldap;
          CNFieldName = cn;
          UIDFieldName = uid;
          IDFieldName = uid; // first field of the DN for direct binds
          baseDN = "dc=users,dc=domain1,dc=com";
          canAuthenticate = YES;
          hostname = ldap://127.0.0.1:389;
          id = public_domain3com;
          isAddressBook = NO;
          filter = "(uid='*@domain3.com')";
        }
      );
    };
    domain1.com = {
      SOGoMailDomain = domain1.com;
      SOGoUserSources = (
        {
          type = ldap;
          CNFieldName = cn;
          UIDFieldName = uid;
          IDFieldName = uid; // first field of the DN for direct binds
          baseDN = "dc=users,dc=domain1,dc=com";
          canAuthenticate = YES;
          hostname = ldap://127.0.0.1:389;
          id = public_domain1com;
          isAddressBook = NO;
          filter = "(uid='*@domain1.com')";
        }
      );
    };
  };
SOGoDomainsVisibility = ((domain3.com,domain1.com,domain5.com,domain2.com,domain4.com));
  SOGoPageTitle = WebMail;
  SOGoVacationEnabled = YES;
  SOGoForwardEnabled = YES;
  SOGoSieveScriptsEnabled = YES;
  SOGoMailAuxiliaryUserAccountsEnabled = YES;
  SOGoTimeZone = Atlantic/Canary;
}

Peter.

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

Reply via email to