View Issue Details

IDProjectCategoryView StatusLast Update
0005050SOGoSOPEpublic2020-06-22 15:11
ReporterFoZo Assigned Tofrancis  
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Platform[Server] LinuxOSUbuntuOS Version16.04 LTS
Product Version4.3.2 
Summary0005050: EXCEPTION: NAME:NSInvalidArgumentException REASON:NGSmtpClient(class) does not recognize clientWithURL: INFO:(null)
Description

I am not sure if the problem is in SOPE, but I did try to downgrade SOGo and I am getting the same result.

Every time I try to send message trough activesync or webmail I am getting:
EXCEPTION: <NSException: 0x555b69b816f0> NAME:NSInvalidArgumentException REASON:NGSmtpClient(class) does not recognize clientWithURL: INFO:(null)

Sogo SMTP config:
SOGoMailingMechanism = smtp;
SOGoSMTPServer = 127.0.0.1:25;
SOGoSMTPAuthenticationType = PLAIN;

Additional Information

Workaround will be to use:

SOGoMailingMechanism = sendmail;

TagsNo tags attached.

Activities

FoZo

FoZo

2020-06-15 10:54

reporter   ~0014408

Reinstalling sope fix the problem
apt install --reinstall libsope-appserver4.9 libsope-core4.9 libsope-gdl1-4.9 libsope-ldap4.9 libsope-mime4.9 libsope-xml4. sope4.9-gdl1-mysql sope4.9-libxmlsaxdriver

Issue History

Date Modified Username Field Change
2020-06-15 09:56 FoZo New Issue
2020-06-15 10:54 FoZo Note Added: 0014408
2020-06-22 15:11 francis Assigned To => francis
2020-06-22 15:11 francis Status new => closed
2020-06-22 15:11 francis Resolution open => no change required