content/blog/mail_server_alpine_postfix_dovecot_tutorial/index.md: remove reject_unknown_helo_hostname from postfix conf
This commit is contained in:
parent
99793627df
commit
37fd61e1e2
1 changed files with 0 additions and 1 deletions
|
@ -424,7 +424,6 @@ smtpd_delay_reject = yes
|
||||||
smtpd_helo_restrictions =
|
smtpd_helo_restrictions =
|
||||||
permit_mynetworks,
|
permit_mynetworks,
|
||||||
reject_invalid_helo_hostname,
|
reject_invalid_helo_hostname,
|
||||||
reject_unknown_helo_hostname,
|
|
||||||
permit
|
permit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue