Skip to content

Commit

Permalink
Add inbound email note
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoli Nicolae <[email protected]>
  • Loading branch information
anatolinicolae committed Mar 9, 2024
1 parent cc7d6f5 commit 6f91f0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions notes/unblock-addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,11 @@ All commands above can be also run against a specific IP e.g.
Problem fat-fingering passwords + dynamic IP? Use `cp.whitelist-access true` to
always permit panel access even if banned. Only `rampart:blacklist` has
precedence when set.

## Temporarily whitelist IP for inbound email

Temporarily whitelisting a blocked IP (i.e.: listed at spamcop.net) can be achived by adding the IP to `/etc/postfix/postscreen_access.cidr`, either IP or in CIDR notation (`1.2.3.4/24`), then applying via `postmap`:

```bash
postmap /etc/postfix/postscreen_access.cidr
```

0 comments on commit 6f91f0e

Please sign in to comment.