Skip to content

Commit 4bc2961

Browse files
authored
Update README.md
1 parent aa872f4 commit 4bc2961

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Many people seem to address this use case with `nullmailer` / `ssmtp` / `msmtp`
88
However, I found that many relay hosts put requirements on `{envelope,header}x{from,to}`.
99

1010
For example, I found it tricky to impossible to configure above tools to relay through AWS SES,
11-
where the IAM user is [restricted by various policies](https://docs.aws.amazon.com/ses/latest/dg/control-user-access.html).
11+
where the IAM user is [restricted by various policies](https://docs.aws.amazon.com/ses/latest/dg/control-user-access.html) to certain sender & receiver addresses.
1212

13-
One approach to comply with such restrictions is to rewrite `{envelope,header}x{from,to}`.
14-
However, I found that hard or impossible to configure with above tools.
13+
To comply one would need to configure abice tools to rewrite `{envelope,header}x{from,to}`.
14+
However, I found that hard or impossible to do, especially if the recipient address is restricted by the relayhost policy.
1515

16-
Hence, I wrote my this tiny `sendmail` replacement.
16+
Hence, I wrote this tiny `sendmail` replacement.
1717
Deploy it to your Debian using the instructions below.
1818

1919
## Demo

0 commit comments

Comments
 (0)