mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-02 15:39:57 +00:00
Remove unused SuiteCRM SMTP environment variables and cleanup user definitions
Reference: https://chatgpt.com/share/6928391d-7474-800f-bfcd-256b265a4fc8
This commit is contained in:
@@ -38,16 +38,6 @@ SUITECRM_ADMIN_EMAIL={{ users['administrator'].email }}
|
||||
# Public base URL of the SuiteCRM instance
|
||||
SUITECRM_URL={{ SUITECRM_URL }}
|
||||
|
||||
# ------------------------------------------------
|
||||
# SMTP (Mailu)
|
||||
# ------------------------------------------------
|
||||
SUITECRM_SMTP_HOST={{ SYSTEM_EMAIL.HOST }}
|
||||
SUITECRM_SMTP_PORT={{ SYSTEM_EMAIL.PORT }}
|
||||
SUITECRM_SMTP_USER={{ users['contact'].email }}
|
||||
SUITECRM_SMTP_PASSWORD={{ users['contact'].mailu_token }}
|
||||
SUITECRM_SMTP_PROTOCOL={{ "TLS" if SYSTEM_EMAIL.START_TLS else "SSL" }}
|
||||
SUITECRM_EMAIL_FROM_NAME={{ applications | get_app_conf(application_id, 'email.from_name') }}
|
||||
|
||||
# ------------------------------------------------
|
||||
# LDAP settings (legacy + SuiteCRM 8 / Symfony)
|
||||
# ------------------------------------------------
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
users:
|
||||
administrator:
|
||||
username: "administrator"
|
||||
contact:
|
||||
username: "contact"
|
||||
roles:
|
||||
- mail-bot
|
||||
|
||||
Reference in New Issue
Block a user