File: mta-sts-daemon.yml.redis

package info (click to toggle)
postfix-mta-sts-resolver 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 536 kB
  • sloc: python: 3,069; sh: 226; makefile: 47
file content (19 lines) | stat: -rw-r--r-- 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
host: 127.0.0.1
port: 8461
reuse_port: true
shutdown_timeout: 20
cache:
  type: redis
  options:
    url: "redis://127.0.0.1/0"
    max_connections: 25
    socket_timeout: 1.0
    socket_connect_timeout: 1.0
default_zone:
  strict_testing: false
  timeout: 4
  #tlsrpt: true
zones:
  myzone:
    strict_testing: false
    timeout: 4