Closed fliespl closed 1 year ago
Digging a bit through exim settings, you can:
smtp_banner = "Your text here"
/etc/exim4/_docker_additional_macros
For example (source):
smtp_banner = ${primary_hostname} ESMTP
See entrypoint.sh#L110 for details.
Thank you very much. Didn't think of it :)
smtp_banner config name - how to change it?