aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/rmilter/rmilter-redis.conf
blob: 0a1c96c04211a56122b029d485933e6091ec9532 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
use_redis = yes;

redis {
	servers_grey = localhost;
	servers_white = localhost;
	servers_limits = localhost;
	servers_id = localhost;
	#servers_spam = localhost;
	#servers_copy = localhost;
};

greylisting {
	enable = yes;
};

limits {
	enable = yes;
};