mailFrom and mailReplyTo directives : bad default address
Hello,
After a Debian install following this documentation [0], I notice that noreply@example.com
is always present when LL::NG sends mail (for example when using "Password Reset Confirmation" feature). On top of that, file /etc/lemonldap-ng/lemonldap-ng.ini
contains these directives :
; Mail From address
;mailFrom = noreply@test.com
; Reply To
;mailReplyTo = noreply@test.com
In my opinion, we should have :
; Mail From address
;mailFrom = noreply@example.com
; Reply To
;mailReplyTo = noreply@example.com
[0] https://lemonldap-ng.org/documentation/latest/installdeb