Skip to content

Commit 697cd2c

Browse files
authored
SMTP_HELLO and SMTP_FROM
Adding SMTP_HELLO and SMTP_FROM configuration information.
1 parent adc2ff1 commit 697cd2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ License keys for these external services will improve the quality of the results
9090
* `PWNED_KEY` - obtained from https://haveibeenpwned.com/
9191
* `MAXMIND_KEY` - obtained from https://www.maxmind.com/en/accounts/current/license-key
9292

93-
# TODO
94-
* `SMTP_HELLO` - # TODO
95-
* `SMTP_FROM` - # TODO
93+
Correct communication with the MTA server requires the following settings. Otherwise, the server may close the connection with the error:
94+
* `SMTP_HELLO` - the domain name or IP address of the SMTP client that will be provided as an argument to the HELO command
95+
* `SMTP_FROM` - MAIL FROM value passed to the SMTP server
9696

9797
IP/CIDR lists contain information about addresses used as proxy/VPN or other malicious activity.
9898
You can provide one or many sources separated by whitespace.

0 commit comments

Comments
 (0)