From 90e27fd8f6d6d8ff7b920078b09e97a264eba93a Mon Sep 17 00:00:00 2001 From: Nicolai Langfeldt Date: Fri, 25 Apr 2025 13:23:13 +0200 Subject: [PATCH] Document changes more --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a9c03ca..4046dba 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,14 @@ On local PC (192.168.1.54) create file `/etc/mailrelay.json` with contents: } ``` +Notes on the configuration: + +- `smtp_helo` is optional - when given the client will present itself + to the upstream with the given name. +- `smtp_username` is optional - if given the client will attempt to + authenticate itself with she server. You should also give a password + in this case. + Run `mailrelay`, ```Bash