mod: replace .local with .lan

This commit is contained in:
Andy Bunce 2026-04-07 10:58:44 +01:00
parent 8fe170cf15
commit f4947ea363
9 changed files with 26 additions and 26 deletions

View file

@ -39,5 +39,5 @@ services:
- LLDAP_SMTP_OPTIONS__SMTP_ENCRYPTION=STARTTLS # How the connection is encrypted, either "NONE" (no encryption, port 25), "TLS" (sometimes called SSL, port 465) or "STARTTLS" (sometimes called TLS, port 587).
- LLDAP_SMTP_OPTIONS__USER=bunce.andy@gmail.com # The SMTP user, usually your email address
- LLDAP_SMTP_OPTIONS__PASSWORD=vwnayldwexgyismp # The SMTP password
- LLDAP_SMTP_OPTIONS__FROM=no-reply <admin@n2-plus.local> # The header field, optional: how the sender appears in the email. The first is a free-form name, followed by an email between <>.
- LLDAP_SMTP_OPTIONS__FROM=no-reply <admin@n2-plus.lan> # The header field, optional: how the sender appears in the email. The first is a free-form name, followed by an email between <>.
# - LLDAP_SMTP_OPTIONS__TO=admin <admin@example.com> # Same for reply-to, optional.