Skip to content

Releases: ix-ai/smtp

v0.5.2

16 Oct 11:48
Compare
Choose a tag to compare

v0.5.1

17 Sep 19:31
Compare
Choose a tag to compare

v0.5.0

17 Sep 16:57
Compare
Choose a tag to compare

v0.4.0

06 Jun 14:39
Compare
Choose a tag to compare
  • 3f76d33 update README to include information on SMTPPORTOUT env variable
  • 6a76ac7 allow to change port used for SMTP egress

Thanks to @HasseJohansen for the contribution

v0.3.0

18 Mar 23:26
Compare
Choose a tag to compare
  • 7e375e5 Do not advertise STARTTLS to any client
  • a03c20b Disable TLS if no certificate and key is provided (as by default exim4 generates a self-signed certificate and enables TLS no matter what)

All changes thanks to @llmora

v0.2.0

20 Jan 16:45
Compare
Choose a tag to compare

Highlight:

  • 0957dc1 introduce enviorment variable NET_DEV so net device does need to be eth0 (@hlyi)

Full Changelog:

  • 9feb183 #13: Making the linter happy
  • bbf98e1 #13: update README
  • 0957dc1 introduce enviorment variable NET_DEV so net device does need to be eth0

v0.1.3

28 Aug 11:17
Compare
Choose a tag to compare
  • f0b07eb Adds support for i386 and ghcr.io

v0.1.2

29 Mar 11:07
Compare
Choose a tag to compare
  • 540e29a Fix certificate verification failed

v0.1.1

27 Mar 13:47
Compare
Choose a tag to compare
  • 2f46915 Fixes displaying the wrong variable on error in file_env

v0.1.0

27 Mar 11:37
Compare
Choose a tag to compare
  • 332c393 Add proper error message if the variables are set twice
  • 4cbdb77 Add the ability to use secrets for credentials
  • 497f9b1 #5: Include a way to debug the update-exim4.conf
  • e3edbd2 #5: Add debug
  • 9f1c75e Add additional example using docker-compose, add info re: specific issue and workaround, update differences vs. namshi image.