ix-ai / smtp

This is a SMTP docker container for sending emails. You can also relay emails to gmail and amazon SES.
MIT License
97 stars 15 forks source link

Possibility to remove version number from banner? #16

Closed fliespl closed 1 year ago

fliespl commented 1 year ago

smtp_banner config name - how to change it?

tlex commented 1 year ago

Digging a bit through exim settings, you can:

For example (source):

smtp_banner = ${primary_hostname} ESMTP

See entrypoint.sh#L110 for details.

fliespl commented 1 year ago

Thank you very much. Didn't think of it :)