Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email function not working #60

Closed
dosch opened this issue Oct 8, 2019 · 9 comments
Closed

Email function not working #60

dosch opened this issue Oct 8, 2019 · 9 comments
Assignees
Labels

Comments

@dosch
Copy link

dosch commented Oct 8, 2019

I checked and cross-checked my email settings, but sending email is not working.

When I try to send a testmail from the admin panel I get:

Sending email failed Error trying to send email: 140319669086016:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:../deps/openssl/openssl/ssl/s23_clnt.c:827:

I use port 587 and have TLS support enabled

@yalh76 yalh76 self-assigned this Oct 23, 2019
@yalh76 yalh76 added the bug label Oct 23, 2019
@yalh76
Copy link
Member

yalh76 commented Jan 8, 2020

Have you tried disabling TLS support ?

@yalh76
Copy link
Member

yalh76 commented Feb 20, 2020

Without news, I close that issue. Feel free to reopen that issue

@yalh76 yalh76 closed this as completed Feb 20, 2020
@dosch
Copy link
Author

dosch commented Feb 24, 2020

@yalh76 sorry for the silence. I am unable to test this for a very silly reason; I can no longer access the admin settings... I seem to have somehow downgraded my account to the level of a simple user 😄
thnx for the recent update and the continued support for this package btw

@yalh76
Copy link
Member

yalh76 commented Feb 24, 2020

ok..; then maybe the mail issue will be solved with YunoHost/yunohost#882

@yalh76 yalh76 reopened this Feb 24, 2020
@dosch
Copy link
Author

dosch commented Feb 24, 2020

Any chance you have a tip to regain admin privs.? Or shall I open a separate ticket for that?

@yalh76
Copy link
Member

yalh76 commented Feb 24, 2020

maybe :

wekan_ynh/README.md

Lines 31 to 35 in 7c585b5

As LDAP authentification is enable by default, wekan admins are the members of the YunoHost LDAP admin group.
To add an account in the YunoHost, you must first install [phpLDAPadmin](https://github.com/YunoHost-Apps/phpldapadmin_ynh) , connect to the interface and in the left panel go on `dc=yunohost,dc=org`, `ou=groups`, `cn=admins`. In the right panel, in the memberUid category, click on modify group members, add the account in the group, save changes and update object
If you have disable ldap authentication, first registered user will be admin, and next ones normal users. If you want other admins too, you can change their permission to admin at Wekan Admin Panel.

Something related to ldap authentication...

@zamentur
Copy link
Contributor

zamentur commented Apr 1, 2020

To fix that i have set this settings:
Host: the main domain (localhost doesn't work)
Port: 25
TLS: no
User: a user on yunohost with mail permission
Password: user's password
From: the email of this user

TLS with 587 didn't work indeed.

I tested it in yunohost 3.7

@yalh76
Copy link
Member

yalh76 commented Apr 7, 2020

To fix that i have set this settings:
Host: the main domain (localhost doesn't work)
Port: 25
TLS: no
User: a user on yunohost with mail permission
Password: user's password
From: the email of this user

TLS with 587 didn't work indeed.

I tested it in yunohost 3.7

Yes it's a good way to solve that issue. the other I have to test it is YunoHost/yunohost#882

@yalh76
Copy link
Member

yalh76 commented Feb 15, 2022

now solved

@yalh76 yalh76 closed this as completed Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants