File: mta-sts-daemon.yml.redis_sentinel

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 (24 lines) | stat: -rw-r--r-- 481 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
host: 127.0.0.1
port: 8461
reuse_port: true
shutdown_timeout: 20
cache:
  type: redis_sentinel
  options:
    sentinel_master_name: "mymaster"
    sentinels:
      - ["sentinel1", 26379]
      - ["sentinel2", 26379]
      - ["sentinel3", 26379]
    password: "StrongPassword"
    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