You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Add whitelist addresses for rmilter limits
This commit is contained in:
@@ -89,7 +89,7 @@ redis {
|
|||||||
# limits section
|
# limits section
|
||||||
limits {
|
limits {
|
||||||
# Whitelisted ip or networks
|
# Whitelisted ip or networks
|
||||||
limit_whitelist = 127.0.0.1/32, [::1]/128;
|
limit_whitelist = 127.0.0.1, 192.168.0.0/16, 172.16.0.0/12, 10.0.0.0/8, [::1]/128;
|
||||||
# Whitelisted recipients
|
# Whitelisted recipients
|
||||||
limit_whitelist_rcpt = postmaster, mailer-daemon;
|
limit_whitelist_rcpt = postmaster, mailer-daemon;
|
||||||
# Addrs for bounce checks
|
# Addrs for bounce checks
|
||||||
|
Reference in New Issue
Block a user