tiredofit / docker-fusiondirectory

Dockerized web based LDAP manager
MIT License
48 stars 18 forks source link

password reset does not work because msmtprc ownership is wrong #23

Closed joergmschulz closed 1 year ago

joergmschulz commented 4 years ago

Trying to do: have a password reset link mailed when I enter my email address in the password forgtten screen result: error message complaining invalid characters for mailserver remedy:

cd /etc && chown nginx:www-data msmtprc && chmod 600 msmtprc

joergmschulz commented 1 year ago

outdated // works with current images