-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgopp.cfg
61 lines (47 loc) · 1.43 KB
/
gopp.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
### GOPP - Postfix policy provider configuration file
#####################
### Common directives
# Listen on IP address.
# Default: 127.0.0.1
listen_ip = 127.0.0.1
# Listen on port.
# Default: 10033
listen_port = 10033
# Work as user: -none-|username|UID
# Default: -none- (do not change UID)
#user = -none-
#user = nobody
# Logging: syslog|log_file_name
# Default: syslog
#log = /tmp/gopp.log
# Enable debug logging: yes|no
# Default: no
debug = no
#############################
### Greylisting configuration
# Grey list on RCPT protocol state: yes|no
# Default: no
grey_listing = yes
# Grey list delay time in seconds.
# Default: 300
grey_list_delay = 299
# Grey list expire time (in seconds) indicates how long records will be stored.
# Messages with the same signature already saved will be permitted if they found
# as having delay time exceeded record. Should be not set less than
# grey_list_delay value.
# Default: 14400 (4 hours)
grey_list_expire = 14400
# Grey list store engine: internal|memcached
# Default: internal
grey_list_store = internal
# Grey list exceptions file.
# Default: -none- (not defined)
greylist_exceptions = -none-
# Memcached servers comma delimited list.
# This setting has sense in case of you set "memcached" as a grey_list_store
# value.
# Default: 127.0.0.1:11211
#memcached_servers = localhost:11211, 192.168.0.50:11211
# Statistic log interval in seconds.
# Default: 0 (do not log statistics)
stat_interval = 600