Hi,
I'm trying to configure sogo to send email notifications using an external SMTP server.
The problem is that, in some users, the password of the mail server is different to the ldap one. This causes sogo not send the e-mail to the attendees when a new event is created.

  /* Mail */
  SOGoDraftsFolderName = Drafts;
  SOGoSentFolderName = Sent;
  SOGoTrashFolderName = Trash;
  SOGoMailingMechanism = smtp;
  SOGoMailDomain = mydomain.com;
  SOGoSMTPServer = mail.mydomain.com;
  SOGoIMAPServer = imaps://mail.mydomain.com;
  SOGoSMTPAuthenticationType = PLAIN;
  SOGoForceExternalLoginWithEmail = YES;
  SOGoMailSpoolPath = /var/spool/mail/sogo;
  NGImap4ConnectionStringSeparator = "/";
//  SOGoMailCustomFromEnabled = YES;
//  SOGoMailCustomEmail = s...@mydomain.com;

  /* Notifications */
  SOGoAppointmentSendEMailNotifications = YES;
  SOGoACLsSendEMailNotifications = YES;
  SOGoFoldersSendEMailNotifications = YES;
  SOGoNotifyOnPersonalModifications = YES;
                                             
This is part of the sogo.conf file. /etc/cron.d/sogo is already configured with the -p /credfile.
What should I change again?

Best Regards,
Andrea Cuccuru
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to