Closed marcosms closed 4 years ago
For email, see https://github.com/wekan/univention/issues/6#issuecomment-607986717
For Let's Encrypt, from UCS App Center install Let's Encrypt
For user management, use UCS web interface LDAP User Manager to add normal or Admin Users, with normal or Admin LDAP groups
For each user, in user manager you can add permission to access Wekan.
I Have the OVA for VMWare running perfect in our server. I made a change to this OVA: I installed letsencrypt to create a free certificate. I had to change the default-ssl.conf in /etc/apache2 to enable the new certificate.
But the changes are overwrited every day (I suppose that there is a cron tab doing this), so i write the letsencrypt changes in /etc/univention/templates/files/etc/apache2/sites-available/ssl.d/00start and now it works as expected.
BUT: I have two problems:
The big one: I can't invite more people to my wekan, because i can't send mails. In The wekan application, i go to administrator - administrator pannel - e-mail (I am translating, because the installation is in spanish) and i put there the correct parameters to send mail... but it doesn't work. My mail provider doesn't allow to send mail without tls encryption (port 587), and the login user has a "@" (I saw in other posts that this can be problematic). I tried to change the "@" symbol with "%40" but it doesn't work. I can't find the file to set this configuration in terminal (I suposse that i can put this information in a file, but I can't find it).
The information in https://github.com/wekan/wekan/wiki/Troubleshooting-Mail is no util. I didn't install in AWS and the example is ussing port 25 without tls. If i know where can i put the information and the format of the settings i will can try to solve this trouble.
I have another problem. I can't make updates. When I tried to make an update, i had the following error.
/etc/univention/templates/files/etc/apache2/sites-available/ssl.d/00start WARNING: There are modified Apache configuration files in /etc/univention/templates/files/etc/apache2/sites-available/. Please restore the original configuration files before upgrading and apply the manual changes again after the upgrade succeeded. This check can be skipped by setting the UCR variable update44/ignore_apache_template_checks to yes. Error: Update aborted by pre-update script of release 4.4-6
I know that i got this error because i changed the file in 00start. As the error says i need to change the ignore_apache_templae_checks to yes, but i can't find the location of the file (And i don't know the name of the file).
¿Can anybody help me in this two troubles?
Regards.