aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKarel D. Kopecký <kdk@freeshell.de>2023-01-29 23:16:31 +0100
committerRobin Jarry <robin@jarry.cc>2023-02-02 21:50:49 +0100
commitc10cb370bb943fa6bb6a947e0a515674f1ee1958 (patch)
tree0e8feebd9a38b2f9b33904c3ac8a1cb930a953ca /CHANGELOG.md
parent9a69dcc333e9f89bbe3120ef5b181b2a3ecd9a3d (diff)
downloadaerc-c10cb370bb943fa6bb6a947e0a515674f1ee1958.tar.gz
config: add option for SMTP HELO/EHLO local domain
Expose go-smtp functionality for setting the domain name as a config option. This allows aerc to communicate with SMTP servers with strict antispam measures without relying on sendmail. In theory, this should be set to a fully qualified domain name, but some servers simply forbid the use of "localhost", so it is reasonable to let the user set whatever value works for them. For comparison, this is equivalent to the functionality of the "domain" option of msmtp. Signed-off-by: Karel D. Kopecký <kdk@freeshell.de> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53c1dcbe..450465e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Add a `msglist_answered` style for answered messages.
- Compose `Format=Flowed` messages with `format-flowed=true` in `aerc.conf`.
- Add a `trimSignature` function to the templating engine.
+- Change local domain name for SMTP with `smtp-domain=example.com` in
+ `aerc.conf`
### Changed