2022-01-27 20:30:35 +01:00
|
|
|
#e-mail config
|
|
|
|
<mailx_default>
|
|
|
|
mail_to = "admin@example.tld"
|
2023-07-20 07:14:28 +02:00
|
|
|
mail_bcc = "";
|
2022-01-27 20:30:35 +01:00
|
|
|
mail_from = "post@example.tld"
|
|
|
|
mail_gateway = "smtp.mailxchanger.tld"
|
|
|
|
sasl_username = "post@example.tld"
|
|
|
|
sasl_password = "xxxxxxxxxxxxxxx"
|
|
|
|
</mailx_default>
|
|
|
|
|
2023-07-20 07:14:28 +02:00
|
|
|
<mailx_invoice>
|
|
|
|
mail_to = "invoice@example.tld"
|
|
|
|
mail_bcc = "";
|
|
|
|
mail_from = "post@example.tld"
|
|
|
|
mail_gateway = "smtp.mailxchanger.tld"
|
|
|
|
sasl_username = "post@example.tld"
|
|
|
|
sasl_password = "xxxxxxxxxxxxxxx"
|
|
|
|
</mailx_invoice>
|
|
|
|
|
|
|
|
<mailx_invoice_bcc>
|
|
|
|
mail_to = "invoice@example.tld"
|
|
|
|
mail_bcc = "invoice-bcc@example.tld"
|
|
|
|
mail_from = "post@example.tld"
|
|
|
|
mail_gateway = "smtp.mailxchanger.tld"
|
|
|
|
sasl_username = "post@example.tld"
|
|
|
|
sasl_password = "xxxxxxxxxxxxxxx"
|
|
|
|
</mailx_invoice_bcc>
|
2022-01-27 20:30:35 +01:00
|
|
|
|