We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ac8a5 commit 20c4868Copy full SHA for 20c4868
README.md
@@ -38,17 +38,18 @@ Automate adding domains and IP addresses to Postfix and Postgrey whitelists on M
38
39
### Bulk from a file
40
41
-1) Create a file `whitelists.txt` with one domain or IP per line (blank lines and `#` comments are ignored):
+1. Create a file `whitelists.txt` with one domain or IP per line (blank lines and `#` comments are ignored):
42
43
- example.com
44
- mail.example.org
+ example.com
+ mail.example.org
45
192.168.1.10
46
-
47
48
49
-2) Run:
+2. **Run:**
50
+ ```bash
51
sudo ./add_whitelists.sh -f whitelists.txt
+ ```
52
+
53
54
### What the script does
55
- **Auto-creates** required files if missing:
0 commit comments