Skip to content

Commit 20c4868

Browse files
README.md
1 parent 42ac8a5 commit 20c4868

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,18 @@ Automate adding domains and IP addresses to Postfix and Postgrey whitelists on M
3838

3939
### Bulk from a file
4040

41-
1) Create a file `whitelists.txt` with one domain or IP per line (blank lines and `#` comments are ignored):
41+
1. Create a file `whitelists.txt` with one domain or IP per line (blank lines and `#` comments are ignored):
4242

43-
example.com
44-
mail.example.org
43+
example.com
44+
mail.example.org
4545
192.168.1.10
46-
47-
4846

49-
2) Run:
47+
2. **Run:**
5048

49+
```bash
5150
sudo ./add_whitelists.sh -f whitelists.txt
51+
```
52+
5253

5354
### What the script does
5455
- **Auto-creates** required files if missing:

0 commit comments

Comments
 (0)