Ubuntu Pastebin

Paste from robie at Thu, 2 Jun 2016 12:34:39 +0000

Download as text
 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
never_users = root
ignore_bounce_errors_after = 2d
timeout_frozen_after = 7d

check_spool_space = 16M
check_spool_inodes = 1000
check_log_space = 16M
check_log_inodes = 100

log_selector = +queue_time +queue_time_overall +smtp_confirmation

local_interfaces = <; ::1; 127.0.0.1

# empty definition to suppress warning. See
# http://www.exim.org/static/doc/CVE-2016-1531.txt
keep_environment =

begin routers

dnslookup:
  driver = dnslookup
  local_parts = me
  domains = example.com
  transport = remote_smtp
  ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8

system_mail:
  driver = redirect
  data = me@example.com
  verify = false

begin transports

remote_smtp:
  driver = smtp

begin retry

*                      *           F,2h,15m; G,16h,1h,1.5; F,4d,6h
Download as text