wekan / univention

Wekan on Univention specific Feature Requests, Bug Reports and Release Files
https://www.univention.com/products/univention-app-center/app-catalog/wekan/
MIT License
2 stars 0 forks source link

SMTP does'nt work #12

Closed thomasfrenkler closed 3 years ago

thomasfrenkler commented 4 years ago

Dear Wekan Friends,

we use Univention 4.4-4 and Wekan. Actually my base problem is, that the E-Mail address from our LDAP(received froma MS-AD) User not the right one in wekan. (The other issue allready in discussion). But during my test i have recognized that my smtp settings not working properly.

The strange thing is if i setup smtp over the Wekan admin panel like: Server: :25/?ignoreTLS=true&tls={rejectUnauthorized:false}&secure=false Port:25 nothing else

and commit the settings it works excellent. But this settings seems to be only temporary and as long as i dont restart wekan.

If i setup the same setting (of course with smtp://:25/?ignoreTLS=true&tls={rejectUnauthorized:false}&secure=false) over: univention-app configure --set wekan/MAIL_URL='smtp://:25/?ignoreTLS=true&tls={rejectUnauthorized:false}&secure=false' --autostart yes wekan the setting is persistent but i get an error if i try to send an Email in Wekan: Email protocol in $MAIL_URL ('smtp://kopanoserver.fmbb.local:25/?ignoreTLS=true&tls={rejectUnauthorized:false}&secure=false') must be 'smtp' or 'smtps' at the first time and if i try it a second time i get no error message but also no Email and this log message:

**====== BEGIN MAIL #0 ====== _(Mail not sent; to enable sending, set the MAILURL environment variable.) Content-Type: text/plain From: "'FMB-Wekan Support '" wekan@....de To: frenkler@.... Subject: SMTP Test-E-Mail Message-ID: 244e7324-bebc-2ce6-9e32-f074da6f67e2@.....de Content-Transfer-Encoding: 7bit Date: Fri, 15 May 2020 08:20:52 +0000 MIME-Version: 1.0

Sie haben erfolgreich eine E-Mail versandt ====== END MAIL #0 ======**

Any ideas regarding this issue

Thanks a lot Thomas