chore: Fix indentation

This commit is contained in:
Brennan Kinney 2023-08-11 15:37:13 +12:00 committed by GitHub
parent 734961858f
commit a91afd8dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ the `smtp_bind_address` as source address when "forwarding" email for filtering
```title="postfix-master.cf"
smtp-amavis/unix/smtp_bind_address=127.0.0.1
smtp-amavis/unix/smtp_bind_address6=::1
```
```
This seems to be a better approach than adding your bind-addresses to `mynetworks` parameter in
Postfix `postfix-main.cf`.