[exim] Exim discards email to unreachable smarthost with no …

Top Page
Delete this message
Reply to this message
Author: Simon Arlott
Date:  
To: exim-users
Subject: [exim] Exim discards email to unreachable smarthost with no DSN
I'm using Exim 4.86.2-2ubuntu2 and it has some unusual behaviour when
the configured smarthost is unreachable for several hours.

I've managed to capture the email submission and the queue run for an
email that was discarded as if it was delivered when no delivery had
succeeded, and no DSN was generated.

See the attached files:
"krull-example-com.simon@??? was previously delivered: discarded"

--
Simon Arlott2016-09-20T20:17:28.347+01:00 6327 Connection request from ::1 port 54080
2016-09-20T20:17:28.347+01:00  6327 LOG: smtp_connection MAIN
2016-09-20T20:17:28.347+01:00  6327   SMTP connection from [::1]:54080 (TCP/IP connection count = 1)
2016-09-20T20:17:28.347+01:00 SMTP connection from [::1]:54080 (TCP/IP connection count = 1)
2016-09-20T20:17:28.347+01:00  6327 search_tidyup called
2016-09-20T20:17:28.347+01:00  6327 1 SMTP accept process running
2016-09-20T20:17:28.347+01:00  6327 Listening...
2016-09-20T20:17:28.350+01:00  9796 host in rfc1413_hosts? yes (matched "*")
2016-09-20T20:17:28.350+01:00  9796 doing ident callback
2016-09-20T20:17:28.356+01:00  9796 sender_ident = sensu
2016-09-20T20:17:28.356+01:00  9796 sender_fullhost = [::1]:54080
2016-09-20T20:17:28.356+01:00  9796 sender_rcvhost = [::1] (port=54080 ident=sensu)
2016-09-20T20:17:28.356+01:00  9796 Process 9796 is handling incoming connection from [::1]:54080
2016-09-20T20:17:28.356+01:00  9796 host in host_lookup? yes (matched "*")
2016-09-20T20:17:28.356+01:00  9796 looking up host name for ::1
2016-09-20T20:17:28.357+01:00  9796 DNS lookup of 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa. (PTR) succeeded
2016-09-20T20:17:28.357+01:00  9796 Reverse DNS security status: unverified
2016-09-20T20:17:28.357+01:00  9796 IP address lookup yielded "localhost"
2016-09-20T20:17:28.357+01:00  9796 DNS lookup of localhost (AAAA) succeeded
2016-09-20T20:17:28.357+01:00  9796 DNS lookup of localhost (A) succeeded
2016-09-20T20:17:28.357+01:00  9796 local host found for non-MX address
2016-09-20T20:17:28.357+01:00  9796 localhost ::1 mx=-1 sort=-952
2016-09-20T20:17:28.357+01:00  9796 localhost 127.0.0.1 mx=-1 sort=-291
2016-09-20T20:17:28.357+01:00  9796 checking addresses for localhost
2016-09-20T20:17:28.357+01:00  9796 Forward DNS security status: unverified
2016-09-20T20:17:28.357+01:00  9796   ::1 OK
2016-09-20T20:17:28.357+01:00  9796 sender_fullhost = localhost [::1]:54080
2016-09-20T20:17:28.357+01:00  9796 sender_rcvhost = localhost ([::1]:54080 ident=sensu)
2016-09-20T20:17:28.357+01:00  9796 set_process_info:  9796 handling incoming connection from localhost [::1]:54080 U=sensu
2016-09-20T20:17:28.357+01:00  9796 host in host_reject_connection? no (option unset)
2016-09-20T20:17:28.357+01:00  9796 host in sender_unqualified_hosts? no (option unset)
2016-09-20T20:17:28.357+01:00  9796 host in recipient_unqualified_hosts? no (option unset)
2016-09-20T20:17:28.357+01:00  9796 host in helo_verify_hosts? no (option unset)
2016-09-20T20:17:28.357+01:00  9796 host in helo_try_verify_hosts? no (option unset)
2016-09-20T20:17:28.357+01:00  9796 host in helo_accept_junk_hosts? no (option unset)
2016-09-20T20:17:28.357+01:00  9796 SMTP>> 220 krull.example.com ESMTP
2016-09-20T20:17:28.357+01:00  9796 Process 9796 is ready for new message
2016-09-20T20:17:28.357+01:00  9796 smtp_setup_msg entered
2016-09-20T20:17:28.358+01:00  9796 SMTP<< ehlo krull.example.com
2016-09-20T20:17:28.358+01:00  9796 sender_fullhost = localhost (krull.example.com) [::1]:54080
2016-09-20T20:17:28.358+01:00  9796 sender_rcvhost = localhost
2016-09-20T20:17:28.358+01:00  9796     ([::1]:54080 helo=krull.example.com ident=sensu)
2016-09-20T20:17:28.358+01:00  9796 set_process_info:  9796 handling incoming connection from localhost (krull.example.com) [::1]:54080 U=sensu
2016-09-20T20:17:28.358+01:00  9796 host in dsn_advertise_hosts? no (option unset)
2016-09-20T20:17:28.358+01:00  9796 host in pipelining_advertise_hosts? yes (matched "*")
2016-09-20T20:17:28.358+01:00  9796 host in auth_advertise_hosts? yes (matched "*")
2016-09-20T20:17:28.358+01:00  9796 host in tls_advertise_hosts? yes (matched "*")
2016-09-20T20:17:28.358+01:00  9796 SMTP>> 250-krull.example.com Hello sensu at localhost [::1]
2016-09-20T20:17:28.358+01:00  9796 250-SIZE 52428800
2016-09-20T20:17:28.358+01:00  9796 250-8BITMIME
2016-09-20T20:17:28.358+01:00  9796 250-PIPELINING
2016-09-20T20:17:28.358+01:00  9796 250-STARTTLS
2016-09-20T20:17:28.358+01:00  9796 250-PRDR
2016-09-20T20:17:28.358+01:00  9796 250 HELP
2016-09-20T20:17:28.359+01:00  9796 SMTP<< mail FROM:<sensu@???> size=549
2016-09-20T20:17:28.359+01:00  9796 spool directory space = 10255756K inodes = -1 check_space = 0K inodes = 0 msg_size = 5549
2016-09-20T20:17:28.359+01:00  9796 using ACL "acl_check_mail"
2016-09-20T20:17:28.359+01:00  9796 processing "deny"
2016-09-20T20:17:28.359+01:00  9796   message: no HELO given before MAIL command
2016-09-20T20:17:28.359+01:00  9796 check condition = ${if def:sender_helo_name {no}{yes}}
2016-09-20T20:17:28.359+01:00  9796                 = no
2016-09-20T20:17:28.359+01:00  9796 deny: condition test failed in ACL "acl_check_mail"
2016-09-20T20:17:28.359+01:00  9796 processing "accept"
2016-09-20T20:17:28.359+01:00  9796 accept: condition test succeeded in ACL "acl_check_mail"
2016-09-20T20:17:28.359+01:00  9796 end of ACL "acl_check_mail": ACCEPT
2016-09-20T20:17:28.359+01:00  9796 SMTP>> 250 OK
2016-09-20T20:17:28.361+01:00  9796 SMTP<< rcpt TO:<root@???>
2016-09-20T20:17:28.361+01:00  9796 using ACL "acl_check_rcpt"
2016-09-20T20:17:28.361+01:00  9796 processing "accept"
2016-09-20T20:17:28.361+01:00  9796 check hosts = :
2016-09-20T20:17:28.361+01:00  9796 host in ":"? no (end of list)
2016-09-20T20:17:28.361+01:00  9796 accept: condition test failed in ACL "acl_check_rcpt"
2016-09-20T20:17:28.361+01:00  9796 processing "deny"
2016-09-20T20:17:28.361+01:00  9796 check domains = +local_domains
2016-09-20T20:17:28.361+01:00  9796 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.361+01:00  9796 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.361+01:00  9796 check local_parts = ^[.] : ^.*[@%!/|`#&?]
2016-09-20T20:17:28.361+01:00  9796 root in "^[.] : ^.*[@%!/|`#&?]"? no (end of list)
2016-09-20T20:17:28.361+01:00  9796 deny: condition test failed in ACL "acl_check_rcpt"
2016-09-20T20:17:28.361+01:00  9796 processing "deny"
2016-09-20T20:17:28.361+01:00  9796 check domains = !+local_domains
2016-09-20T20:17:28.361+01:00  9796 cached yes match for +local_domains
2016-09-20T20:17:28.362+01:00  9796 cached lookup data = NULL
2016-09-20T20:17:28.362+01:00  9796 krull.example.com in "!+local_domains"? no (matched "!+local_domains" - cached)
2016-09-20T20:17:28.362+01:00  9796 deny: condition test failed in ACL "acl_check_rcpt"
2016-09-20T20:17:28.362+01:00  9796 processing "accept"
2016-09-20T20:17:28.362+01:00  9796 check local_parts = postmaster
2016-09-20T20:17:28.362+01:00  9796 root in "postmaster"? no (end of list)
2016-09-20T20:17:28.362+01:00  9796 accept: condition test failed in ACL "acl_check_rcpt"
2016-09-20T20:17:28.362+01:00  9796 processing "deny"
2016-09-20T20:17:28.362+01:00  9796 check !acl = acl_local_deny_exceptions
2016-09-20T20:17:28.362+01:00  9796 using ACL "acl_local_deny_exceptions"
2016-09-20T20:17:28.362+01:00  9796 processing "accept"
2016-09-20T20:17:28.362+01:00  9796 check hosts = ${if exists{/etc/exim4/host_local_deny_exceptions}{/etc/exim4/host_local_deny_exceptions}{}}
2016-09-20T20:17:28.362+01:00  9796 host in ""? no (end of list)
2016-09-20T20:17:28.362+01:00  9796 accept: condition test failed in ACL "acl_local_deny_exceptions"
2016-09-20T20:17:28.362+01:00  9796 processing "accept"
2016-09-20T20:17:28.362+01:00  9796 check senders = ${if exists{/etc/exim4/sender_local_deny_exceptions}{/etc/exim4/sender_local_deny_exceptions}{}}
2016-09-20T20:17:28.362+01:00  9796 sensu@??? in ""? no (end of list)
2016-09-20T20:17:28.362+01:00  9796 accept: condition test failed in ACL "acl_local_deny_exceptions"
2016-09-20T20:17:28.362+01:00  9796 processing "accept"
2016-09-20T20:17:28.362+01:00  9796 check hosts = ${if exists{/etc/exim4/local_host_whitelist}{/etc/exim4/local_host_whitelist}{}}
2016-09-20T20:17:28.362+01:00  9796 host in ""? no (end of list)
2016-09-20T20:17:28.362+01:00  9796 accept: condition test failed in ACL "acl_local_deny_exceptions"
2016-09-20T20:17:28.362+01:00  9796 processing "accept"
2016-09-20T20:17:28.362+01:00  9796 check senders = ${if exists{/etc/exim4/local_sender_whitelist}{/etc/exim4/local_sender_whitelist}{}}
2016-09-20T20:17:28.362+01:00  9796 sensu@??? in ""? no (end of list)
2016-09-20T20:17:28.362+01:00  9796 accept: condition test failed in ACL "acl_local_deny_exceptions"
2016-09-20T20:17:28.362+01:00  9796 end of ACL "acl_local_deny_exceptions": implicit DENY
2016-09-20T20:17:28.362+01:00  9796 check senders = ${if exists{/etc/exim4/local_sender_callout}{/etc/exim4/local_sender_callout}{}}
2016-09-20T20:17:28.362+01:00  9796 sensu@??? in ""? no (end of list)
2016-09-20T20:17:28.362+01:00  9796 deny: condition test failed in ACL "acl_check_rcpt"
2016-09-20T20:17:28.362+01:00  9796 processing "accept"
2016-09-20T20:17:28.362+01:00  9796 check hosts = +relay_from_hosts
2016-09-20T20:17:28.362+01:00  9796 host in ": 127.0.0.1 : ::::1"? yes (matched "::1")
2016-09-20T20:17:28.362+01:00  9796 host in "+relay_from_hosts"? yes (matched "+relay_from_hosts")
2016-09-20T20:17:28.362+01:00  9796 check control = submission/sender_retain
2016-09-20T20:17:28.362+01:00  9796 check control = dkim_disable_verify
2016-09-20T20:17:28.362+01:00  9796 accept: condition test succeeded in ACL "acl_check_rcpt"
2016-09-20T20:17:28.362+01:00  9796 end of ACL "acl_check_rcpt": ACCEPT
2016-09-20T20:17:28.362+01:00  9796 SMTP>> 250 Accepted
2016-09-20T20:17:28.362+01:00  9796 DSN: orcpt: NULL  flags: 0
2016-09-20T20:17:28.362+01:00  9796 SMTP<< data
2016-09-20T20:17:28.362+01:00  9796 SMTP>> 354 Enter message, ending with "." on a line by itself
2016-09-20T20:17:28.362+01:00  9796 search_tidyup called
2016-09-20T20:17:28.363+01:00  9796 host in ignore_fromline_hosts? no (option unset)
2016-09-20T20:17:28.363+01:00  9796 >>Headers received:
2016-09-20T20:17:28.363+01:00  9796 Content-Type: text/plain; charset="us-ascii"
2016-09-20T20:17:28.363+01:00  9796 MIME-Version: 1.0
2016-09-20T20:17:28.363+01:00  9796 Content-Transfer-Encoding: 7bit
2016-09-20T20:17:28.363+01:00  9796 Subject: [tsort.example.com/conn (IPv4)] CRITICAL: 81.2.80.87 is unreachable
2016-09-20T20:17:28.363+01:00  9796 From: Sensu (krull.example.com) <sensu@???>
2016-09-20T20:17:28.363+01:00  9796 To: <root@???>
2016-09-20T20:17:28.363+01:00  9796
2016-09-20T20:17:28.363+01:00  9796 address match test: subject=sensu@??? pattern=*@+local_domains
2016-09-20T20:17:28.363+01:00  9796 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.363+01:00  9796 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.363+01:00  9796 sensu@??? in "*@+local_domains"? yes (matched "*@+local_domains")
2016-09-20T20:17:28.363+01:00  9796 search_open: lsearch "/etc/email-addresses"
2016-09-20T20:17:28.363+01:00  9796 search_find: file="/etc/email-addresses"
2016-09-20T20:17:28.363+01:00  9796   key="sensu" partial=-1 affix=NULL starflags=0
2016-09-20T20:17:28.363+01:00  9796 LRU list:
2016-09-20T20:17:28.363+01:00  9796   7/etc/email-addresses
2016-09-20T20:17:28.363+01:00  9796   End
2016-09-20T20:17:28.363+01:00  9796 internal_search_find: file="/etc/email-addresses"
2016-09-20T20:17:28.363+01:00  9796   type=lsearch key="sensu"
2016-09-20T20:17:28.363+01:00  9796 file lookup required for sensu
2016-09-20T20:17:28.363+01:00  9796   in /etc/email-addresses
2016-09-20T20:17:28.363+01:00  9796 lookup failed
2016-09-20T20:17:28.363+01:00  9796 address match test: subject=sensu@??? pattern=*@krull.example.com
2016-09-20T20:17:28.363+01:00  9796 krull.example.com in "krull.example.com"? yes (matched "krull.example.com")
2016-09-20T20:17:28.363+01:00  9796 sensu@??? in "*@krull.example.com"? yes (matched "*@krull.example.com")
2016-09-20T20:17:28.363+01:00  9796 search_open: lsearch "/etc/email-addresses"
2016-09-20T20:17:28.363+01:00  9796   cached open
2016-09-20T20:17:28.363+01:00  9796 search_find: file="/etc/email-addresses"
2016-09-20T20:17:28.363+01:00  9796   key="sensu" partial=-1 affix=NULL starflags=0
2016-09-20T20:17:28.363+01:00  9796 LRU list:
2016-09-20T20:17:28.363+01:00  9796   7/etc/email-addresses
2016-09-20T20:17:28.363+01:00  9796   End
2016-09-20T20:17:28.363+01:00  9796 internal_search_find: file="/etc/email-addresses"
2016-09-20T20:17:28.363+01:00  9796   type=lsearch key="sensu"
2016-09-20T20:17:28.363+01:00  9796 cached data used for lookup of sensu
2016-09-20T20:17:28.363+01:00  9796   in /etc/email-addresses
2016-09-20T20:17:28.363+01:00  9796 lookup failed
2016-09-20T20:17:28.363+01:00  9796 rewritten sender = sensu@???
2016-09-20T20:17:28.363+01:00  9796 rewrite_one_header: type=F:
2016-09-20T20:17:28.363+01:00  9796   From: Sensu (krull.example.com) <sensu@???>
2016-09-20T20:17:28.363+01:00  9796 address match test: subject=sensu@??? pattern=*@+local_domains
2016-09-20T20:17:28.363+01:00  9796 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.364+01:00  9796 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.364+01:00  9796 sensu@??? in "*@+local_domains"? yes (matched "*@+local_domains")
2016-09-20T20:17:28.364+01:00  9796 search_open: lsearch "/etc/email-addresses"
2016-09-20T20:17:28.364+01:00  9796   cached open
2016-09-20T20:17:28.364+01:00  9796 search_find: file="/etc/email-addresses"
2016-09-20T20:17:28.364+01:00  9796   key="sensu" partial=-1 affix=NULL starflags=0
2016-09-20T20:17:28.364+01:00  9796 LRU list:
2016-09-20T20:17:28.364+01:00  9796   7/etc/email-addresses
2016-09-20T20:17:28.364+01:00  9796   End
2016-09-20T20:17:28.364+01:00  9796 internal_search_find: file="/etc/email-addresses"
2016-09-20T20:17:28.364+01:00  9796   type=lsearch key="sensu"
2016-09-20T20:17:28.364+01:00  9796 cached data used for lookup of sensu
2016-09-20T20:17:28.364+01:00  9796   in /etc/email-addresses
2016-09-20T20:17:28.364+01:00  9796 lookup failed
2016-09-20T20:17:28.364+01:00  9796 address match test: subject=sensu@??? pattern=*@krull.example.com
2016-09-20T20:17:28.364+01:00  9796 krull.example.com in "krull.example.com"? yes (matched "krull.example.com")
2016-09-20T20:17:28.364+01:00  9796 sensu@??? in "*@krull.example.com"? yes (matched "*@krull.example.com")
2016-09-20T20:17:28.364+01:00  9796 search_open: lsearch "/etc/email-addresses"
2016-09-20T20:17:28.364+01:00  9796   cached open
2016-09-20T20:17:28.364+01:00  9796 search_find: file="/etc/email-addresses"
2016-09-20T20:17:28.364+01:00  9796   key="sensu" partial=-1 affix=NULL starflags=0
2016-09-20T20:17:28.364+01:00  9796 LRU list:
2016-09-20T20:17:28.364+01:00  9796   7/etc/email-addresses
2016-09-20T20:17:28.364+01:00  9796   End
2016-09-20T20:17:28.364+01:00  9796 internal_search_find: file="/etc/email-addresses"
2016-09-20T20:17:28.364+01:00  9796   type=lsearch key="sensu"
2016-09-20T20:17:28.364+01:00  9796 cached data used for lookup of sensu
2016-09-20T20:17:28.364+01:00  9796   in /etc/email-addresses
2016-09-20T20:17:28.364+01:00  9796 lookup failed
2016-09-20T20:17:28.364+01:00  9796 rewrite_one_header: type=T:
2016-09-20T20:17:28.364+01:00  9796   To: <root@???>
2016-09-20T20:17:28.364+01:00  9796 search_tidyup called
2016-09-20T20:17:28.364+01:00  9796 >>Headers after rewriting and local additions:
2016-09-20T20:17:28.364+01:00  9796   Content-Type: text/plain; charset="us-ascii"
2016-09-20T20:17:28.364+01:00  9796   MIME-Version: 1.0
2016-09-20T20:17:28.364+01:00  9796   Content-Transfer-Encoding: 7bit
2016-09-20T20:17:28.364+01:00  9796   Subject: [tsort.example.com/conn (IPv4)] CRITICAL: 81.2.80.87 is unreachable
2016-09-20T20:17:28.364+01:00  9796 F From: Sensu (krull.example.com) <sensu@???>
2016-09-20T20:17:28.364+01:00  9796 T To: <root@???>
2016-09-20T20:17:28.364+01:00  9796 I Message-Id: <E1bmQXo-0002Y0-Bh@???>
2016-09-20T20:17:28.364+01:00  9796   Date: Tue, 20 Sep 2016 20:17:28 +0100
2016-09-20T20:17:28.364+01:00  9796
2016-09-20T20:17:28.488+01:00  9796 Data file written for message 1bmQXo-0002Y0-Bh
2016-09-20T20:17:28.488+01:00  9796 >>Generated Received: header line
2016-09-20T20:17:28.488+01:00  9796 P Received: from localhost
2016-09-20T20:17:28.488+01:00  9796     ([::1]:54080 helo=krull.example.com ident=sensu)
2016-09-20T20:17:28.488+01:00  9796     by krull.example.com with esmtp (Exim 4.86_2)
2016-09-20T20:17:28.488+01:00  9796     (envelope-from <sensu@???>)
2016-09-20T20:17:28.488+01:00  9796     id 1bmQXo-0002Y0-Bh
2016-09-20T20:17:28.488+01:00  9796     for root@???; Tue, 20 Sep 2016 20:17:28 +0100
2016-09-20T20:17:28.488+01:00  9796 using ACL "acl_check_data"
2016-09-20T20:17:28.488+01:00  9796 processing "accept"
2016-09-20T20:17:28.488+01:00  9796 accept: condition test succeeded in ACL "acl_check_data"
2016-09-20T20:17:28.488+01:00  9796 end of ACL "acl_check_data": ACCEPT
2016-09-20T20:17:28.488+01:00  9796 calling local_scan(); timeout=300
2016-09-20T20:17:28.488+01:00  9796 local_scan() returned 0 NULL
2016-09-20T20:17:28.488+01:00  9796 Writing spool header file
2016-09-20T20:17:28.488+01:00  9796 DSN: Write SPOOL :-dsn_envid NULL
2016-09-20T20:17:28.488+01:00  9796 DSN: Write SPOOL :-dsn_ret 0
2016-09-20T20:17:28.488+01:00  9796 DSN: Flags :0
2016-09-20T20:17:28.488+01:00  9796 DSN: **** SPOOL_OUT - address: |root@???| errorsto: |NULL| orcpt: |NULL| dsn_flags: 0
2016-09-20T20:17:28.540+01:00  9796 Size of headers = 558
2016-09-20T20:17:28.540+01:00  9796 LOG: MAIN
2016-09-20T20:17:28.540+01:00  9796   <= sensu@??? H=localhost (krull.example.com) [::1]:54080 U=sensu P=esmtp S=845 M8S=0
2016-09-20T20:17:28.541+01:00 1bmQXo-0002Y0-Bh <= sensu@??? H=localhost (krull.example.com) [::1]:54080 U=sensu P=esmtp S=845 M8S=0
2016-09-20T20:17:28.541+01:00  9796 SMTP>> 250 OK id=1bmQXo-0002Y0-Bh
2016-09-20T20:17:28.541+01:00  9796 search_tidyup called
2016-09-20T20:17:28.541+01:00  9796 Sender: sensu@???
2016-09-20T20:17:28.541+01:00  9796 Recipients:
2016-09-20T20:17:28.541+01:00  9796   root@???
2016-09-20T20:17:28.541+01:00  9796 forked delivery process 9816
2016-09-20T20:17:28.541+01:00  9796 Process 9796 is ready for new message
2016-09-20T20:17:28.541+01:00  9796 smtp_setup_msg entered
2016-09-20T20:17:28.541+01:00  9796 SMTP<< quit
2016-09-20T20:17:28.541+01:00  9796 SMTP>> 221 krull.example.com closing connection
2016-09-20T20:17:28.541+01:00  9796 LOG: smtp_connection MAIN
2016-09-20T20:17:28.541+01:00  9796   SMTP connection from localhost (krull.example.com) [::1]:54080 closed by QUIT
2016-09-20T20:17:28.541+01:00 SMTP connection from localhost (krull.example.com) [::1]:54080 closed by QUIT
2016-09-20T20:17:28.541+01:00  9796 search_tidyup called
2016-09-20T20:17:28.550+01:00  6327 child 9796 ended: status=0x0
2016-09-20T20:17:28.550+01:00  6327   normal exit, 0
2016-09-20T20:17:28.550+01:00  6327 0 SMTP accept processes now running
2016-09-20T20:17:28.550+01:00  6327 Listening...
2016-09-20T20:17:28.562+01:00  9816 exec /usr/sbin/exim4 -d=0xfbbd5cfd -Mc 1bmQXo-0002Y0-Bh
2016-09-20T20:17:28.569+01:00  9816 Exim version 4.86_2 uid=114 gid=119 pid=9816 D=fbbd5cfd
2016-09-20T20:17:28.569+01:00 Berkeley DB: Berkeley DB 5.3.28: (September  9, 2013)
2016-09-20T20:17:28.569+01:00 Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages DKIM DNSSEC PRDR OCSP
2016-09-20T20:17:28.569+01:00 Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmjz dbmnz dnsdb dsearch nis nis0 passwd
2016-09-20T20:17:28.569+01:00 Authenticators: cram_md5 plaintext
2016-09-20T20:17:28.569+01:00 Routers: accept dnslookup ipliteral manualroute queryprogram redirect
2016-09-20T20:17:28.569+01:00 Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
2016-09-20T20:17:28.569+01:00 Fixed never_users: 0
2016-09-20T20:17:28.569+01:00 Size of off_t: 8
2016-09-20T20:17:28.569+01:00 Compiler: GCC [5.3.1 20160330]
2016-09-20T20:17:28.569+01:00 Library version: GnuTLS: Compile: 3.4.10
2016-09-20T20:17:28.569+01:00                          Runtime: 3.4.10
2016-09-20T20:17:28.569+01:00 Library version: PCRE: Compile: 8.38
2016-09-20T20:17:28.569+01:00                        Runtime: 8.38 2015-11-23
2016-09-20T20:17:28.569+01:00  9816 Total 13 lookups
2016-09-20T20:17:28.569+01:00 WHITELIST_D_MACROS: "OUTGOING"
2016-09-20T20:17:28.569+01:00 TRUSTED_CONFIG_LIST: "/etc/exim4/trusted_configs"
2016-09-20T20:17:28.569+01:00  9816 changed uid/gid: forcing real = effective
2016-09-20T20:17:28.569+01:00  9816   uid=0 gid=119 pid=9816
2016-09-20T20:17:28.569+01:00  9816   auxiliary group list: <none>
2016-09-20T20:17:28.570+01:00  9816 seeking password data for user "uucp": cache not available
2016-09-20T20:17:28.570+01:00  9816 getpwnam() succeeded uid=10 gid=10
2016-09-20T20:17:28.570+01:00  9817 changed uid/gid: calling tls_validate_require_cipher
2016-09-20T20:17:28.570+01:00  9817   uid=114 gid=119 pid=9817
2016-09-20T20:17:28.570+01:00  9817   auxiliary group list: <none>
2016-09-20T20:17:28.570+01:00  9817 tls_require_ciphers expands to "PFS:!ARCFOUR-128:!ARCFOUR-40:!3DES-CBC:!SHA1:!MD5:-VERS-SSL3.0:-VERS-TLS1.0:-VERS-TLS1.1"
2016-09-20T20:17:28.570+01:00  9816 tls_validate_require_cipher child 9817 ended: status=0x0
2016-09-20T20:17:28.570+01:00  9816 configuration file is /var/lib/exim4/config.autogenerated
2016-09-20T20:17:28.570+01:00  9816 log selectors = 0000fffd 027746dd
2016-09-20T20:17:28.570+01:00  9816 cwd=/ 4 args: /usr/sbin/exim4 -d=0xfbbd5cfd -Mc 1bmQXo-0002Y0-Bh
2016-09-20T20:17:28.570+01:00  9816 trusted user
2016-09-20T20:17:28.570+01:00  9816 admin user
2016-09-20T20:17:28.571+01:00  9816 seeking password data for user "mail": cache not available
2016-09-20T20:17:28.571+01:00  9816 getpwnam() succeeded uid=8 gid=8
2016-09-20T20:17:28.571+01:00  9816 DSN: oof_add propagating DSN
2016-09-20T20:17:28.571+01:00  9816 DSN: batv_add propagating DSN
2016-09-20T20:17:28.571+01:00  9816 DSN: hubbed_hosts propagating DSN
2016-09-20T20:17:28.571+01:00  9816 DSN: smarthost propagating DSN
2016-09-20T20:17:28.571+01:00  9816 DSN: real_local propagating DSN
2016-09-20T20:17:28.571+01:00  9816 DSN: batv_remove propagating DSN
2016-09-20T20:17:28.571+01:00  9816 DSN: system_aliases propagating DSN
2016-09-20T20:17:28.571+01:00  9816 DSN: userforward propagating DSN
2016-09-20T20:17:28.571+01:00  9816 DSN: procmail propagating DSN
2016-09-20T20:17:28.571+01:00  9816 DSN: maildrop propagating DSN
2016-09-20T20:17:28.571+01:00  9816 DSN: lowuid_aliases propagating DSN
2016-09-20T20:17:28.571+01:00  9816 DSN: system_user propagating DSN
2016-09-20T20:17:28.571+01:00  9816 DSN: local_user propagating DSN
2016-09-20T20:17:28.571+01:00  9816 DSN: mail4root propagating DSN
2016-09-20T20:17:28.571+01:00  9816 set_process_info:  9816 delivering specified messages
2016-09-20T20:17:28.571+01:00  9816 set_process_info:  9816 delivering 1bmQXo-0002Y0-Bh
2016-09-20T20:17:28.571+01:00  9816 reading spool file 1bmQXo-0002Y0-Bh-H
2016-09-20T20:17:28.571+01:00  9816 user=Debian-exim uid=114 gid=119 sender=sensu@???
2016-09-20T20:17:28.571+01:00  9816 sender_fullhost = localhost (krull.example.com) [::1]:54080
2016-09-20T20:17:28.571+01:00  9816 sender_rcvhost = localhost
2016-09-20T20:17:28.571+01:00  9816     ([::1]:54080 helo=krull.example.com ident=sensu)
2016-09-20T20:17:28.571+01:00  9816 sender_local=0 ident=sensu
2016-09-20T20:17:28.571+01:00  9816 Non-recipients:
2016-09-20T20:17:28.571+01:00  9816 Empty Tree
2016-09-20T20:17:28.571+01:00  9816 ---- End of tree ----
2016-09-20T20:17:28.571+01:00  9816 recipients_count=1
2016-09-20T20:17:28.571+01:00  9816 **** SPOOL_IN - No additional fields
2016-09-20T20:17:28.571+01:00  9816 body_linecount=14 message_linecount=14
2016-09-20T20:17:28.572+01:00  9816 DSN: set orcpt: NULL  flags: 0
2016-09-20T20:17:28.572+01:00  9816 Delivery address list:
2016-09-20T20:17:28.572+01:00  9816   root@???
2016-09-20T20:17:28.572+01:00  9816 locking /var/spool/exim4/db/retry.lockfile
2016-09-20T20:17:28.572+01:00  9816 locked /var/spool/exim4/db/retry.lockfile
2016-09-20T20:17:28.572+01:00  9816 EXIM_DBOPEN(/var/spool/exim4/db/retry)
2016-09-20T20:17:28.572+01:00  9816 returned from EXIM_DBOPEN
2016-09-20T20:17:28.572+01:00  9816 opened hints database /var/spool/exim4/db/retry: flags=O_RDONLY
2016-09-20T20:17:28.572+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.572+01:00  9816 Considering: root@???
2016-09-20T20:17:28.572+01:00  9816 unique = root@???
2016-09-20T20:17:28.572+01:00  9816 dbfn_read: key=R:krull.example.com
2016-09-20T20:17:28.572+01:00  9816 dbfn_read: key=R:root@???
2016-09-20T20:17:28.572+01:00  9816 dbfn_read: key=R:root@???:<sensu@???>
2016-09-20T20:17:28.572+01:00  9816 no domain retry record
2016-09-20T20:17:28.572+01:00  9816 no address retry record
2016-09-20T20:17:28.572+01:00  9816 root@???: queued for routing
2016-09-20T20:17:28.572+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.572+01:00  9816 routing root@???
2016-09-20T20:17:28.572+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.572+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.572+01:00  9816 R: oof_add for root@???
2016-09-20T20:17:28.572+01:00  9816 checking "condition"
2016-09-20T20:17:28.572+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.572+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.572+01:00  9816 calling oof_add router
2016-09-20T20:17:28.572+01:00  9816 rda_interpret (string): ${quote_local_part:$local_part}@$domain
2016-09-20T20:17:28.572+01:00  9816 expanded: root@???
2016-09-20T20:17:28.572+01:00  9816 file is not a filter file
2016-09-20T20:17:28.572+01:00  9816 parse_forward_list: root@???
2016-09-20T20:17:28.572+01:00  9816 extract item: root@???
2016-09-20T20:17:28.572+01:00  9816 oof_add router generated root@???
2016-09-20T20:17:28.572+01:00  9816   errors_to=NULL transport=NULL
2016-09-20T20:17:28.572+01:00  9816   uid=unset gid=unset home=NULL
2016-09-20T20:17:28.572+01:00  9816 routed by oof_add router
2016-09-20T20:17:28.572+01:00  9816   envelope to: root@???
2016-09-20T20:17:28.572+01:00  9816   transport: <none>
2016-09-20T20:17:28.573+01:00  9816 locking /var/spool/exim4/db/retry.lockfile
2016-09-20T20:17:28.573+01:00  9816 locked /var/spool/exim4/db/retry.lockfile
2016-09-20T20:17:28.573+01:00  9816 EXIM_DBOPEN(/var/spool/exim4/db/retry)
2016-09-20T20:17:28.573+01:00  9816 returned from EXIM_DBOPEN
2016-09-20T20:17:28.573+01:00  9816 opened hints database /var/spool/exim4/db/retry: flags=O_RDONLY
2016-09-20T20:17:28.573+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.573+01:00  9816 Considering: root@???
2016-09-20T20:17:28.573+01:00  9816 unique = \0\root@???
2016-09-20T20:17:28.573+01:00  9816 dbfn_read: key=R:krull.example.com
2016-09-20T20:17:28.573+01:00  9816 dbfn_read: key=R:root@???
2016-09-20T20:17:28.573+01:00  9816 dbfn_read: key=R:root@???:<sensu@???>
2016-09-20T20:17:28.573+01:00  9816 no domain retry record
2016-09-20T20:17:28.573+01:00  9816 no address retry record
2016-09-20T20:17:28.573+01:00  9816 root@???: queued for routing
2016-09-20T20:17:28.573+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.573+01:00  9816 routing root@???
2016-09-20T20:17:28.573+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.573+01:00  9816 oof_add router skipped: previously routed root@???
2016-09-20T20:17:28.573+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.573+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.573+01:00  9816 R: batv_add for root@??? (sensu@???)
2016-09-20T20:17:28.573+01:00  9816 checking "condition"
2016-09-20T20:17:28.573+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.573+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.573+01:00  9816 calling batv_add router
2016-09-20T20:17:28.573+01:00  9816 rda_interpret (string): ${quote_local_part:$local_part}@$domain
2016-09-20T20:17:28.573+01:00  9816 expanded: root@???
2016-09-20T20:17:28.573+01:00  9816 file is not a filter file
2016-09-20T20:17:28.573+01:00  9816 parse_forward_list: root@???
2016-09-20T20:17:28.573+01:00  9816 extract item: root@???
2016-09-20T20:17:28.573+01:00  9816 HMAC[sha1](*,1bmQXo-0002Y0-Bh=sensu=17064)=87cfb6e2320b6a3f96c2ff7a9b4b1f49a536da6a
2016-09-20T20:17:28.573+01:00  9816 ------ Verifying errors address 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? ------
2016-09-20T20:17:28.573+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.573+01:00  9816 Verifying 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.573+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.573+01:00  9816 Considering 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.573+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.573+01:00  9816 routing 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.573+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.573+01:00  9816 local_part=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu domain=krull.example.com
2016-09-20T20:17:28.573+01:00  9816 R: oof_add for 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.573+01:00  9816 checking "condition"
2016-09-20T20:17:28.573+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.573+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.573+01:00  9816 oof_add router skipped: condition failure
2016-09-20T20:17:28.573+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.574+01:00  9816 local_part=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu domain=krull.example.com
2016-09-20T20:17:28.574+01:00  9816 R: batv_add for 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? ()
2016-09-20T20:17:28.574+01:00  9816 checking "condition"
2016-09-20T20:17:28.574+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.574+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.574+01:00  9816 batv_add router skipped: condition failure
2016-09-20T20:17:28.574+01:00  9816 --------> hubbed_hosts router <--------
2016-09-20T20:17:28.574+01:00  9816 local_part=1bmqxo-0002y0-bh=87cfb6e2320b=sensu domain=krull.example.com
2016-09-20T20:17:28.574+01:00  9816 checking domains
2016-09-20T20:17:28.574+01:00  9816 expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
2016-09-20T20:17:28.575+01:00  9816 hubbed_hosts router skipped: domains mismatch
2016-09-20T20:17:28.575+01:00  9816 --------> smarthost router <--------
2016-09-20T20:17:28.575+01:00  9816 local_part=1bmqxo-0002y0-bh=87cfb6e2320b=sensu domain=krull.example.com
2016-09-20T20:17:28.575+01:00  9816 checking domains
2016-09-20T20:17:28.575+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.575+01:00  9816 krull.example.com in "! +local_domains"? no (matched "! +local_domains")
2016-09-20T20:17:28.575+01:00  9816 smarthost router skipped: domains mismatch
2016-09-20T20:17:28.575+01:00  9816 --------> real_local router <--------
2016-09-20T20:17:28.575+01:00  9816 local_part=1bmqxo-0002y0-bh=87cfb6e2320b=sensu domain=krull.example.com
2016-09-20T20:17:28.575+01:00  9816 real_local router skipped: prefix mismatch
2016-09-20T20:17:28.575+01:00  9816 --------> batv_remove router <--------
2016-09-20T20:17:28.575+01:00  9816 local_part=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu domain=krull.example.com
2016-09-20T20:17:28.575+01:00  9816 R: batv_remove for 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.575+01:00  9816 checking "condition"
2016-09-20T20:17:28.575+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.575+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.575+01:00  9816 calling batv_remove router
2016-09-20T20:17:28.575+01:00  9816 rda_interpret (string): ${quote_local_part:${substr_30:$local_part}}@$domain
2016-09-20T20:17:28.575+01:00  9816 expanded: sensu@???
2016-09-20T20:17:28.576+01:00  9816 file is not a filter file
2016-09-20T20:17:28.576+01:00  9816 parse_forward_list: sensu@???
2016-09-20T20:17:28.576+01:00  9816 extract item: sensu@???
2016-09-20T20:17:28.576+01:00  9816 batv_remove router generated sensu@???
2016-09-20T20:17:28.576+01:00  9816   errors_to=NULL transport=NULL
2016-09-20T20:17:28.576+01:00  9816   uid=unset gid=unset home=NULL
2016-09-20T20:17:28.576+01:00  9816 routed by batv_remove router
2016-09-20T20:17:28.576+01:00  9816   envelope to: 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.576+01:00  9816   transport: <none>
2016-09-20T20:17:28.576+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.576+01:00  9816 Considering sensu@???
2016-09-20T20:17:28.576+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.576+01:00  9816 routing sensu@???
2016-09-20T20:17:28.576+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.576+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.576+01:00  9816 R: oof_add for sensu@???
2016-09-20T20:17:28.576+01:00  9816 checking "condition"
2016-09-20T20:17:28.576+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.576+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.576+01:00  9816 oof_add router skipped: condition failure
2016-09-20T20:17:28.576+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.576+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.576+01:00  9816 R: batv_add for sensu@??? ()
2016-09-20T20:17:28.576+01:00  9816 checking "condition"
2016-09-20T20:17:28.576+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.576+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.576+01:00  9816 batv_add router skipped: condition failure
2016-09-20T20:17:28.576+01:00  9816 --------> hubbed_hosts router <--------
2016-09-20T20:17:28.576+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.576+01:00  9816 checking domains
2016-09-20T20:17:28.576+01:00  9816 expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
2016-09-20T20:17:28.576+01:00  9816 hubbed_hosts router skipped: domains mismatch
2016-09-20T20:17:28.576+01:00  9816 --------> smarthost router <--------
2016-09-20T20:17:28.576+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.576+01:00  9816 checking domains
2016-09-20T20:17:28.576+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.577+01:00  9816 krull.example.com in "! +local_domains"? no (matched "! +local_domains")
2016-09-20T20:17:28.577+01:00  9816 smarthost router skipped: domains mismatch
2016-09-20T20:17:28.577+01:00  9816 --------> real_local router <--------
2016-09-20T20:17:28.577+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.577+01:00  9816 real_local router skipped: prefix mismatch
2016-09-20T20:17:28.577+01:00  9816 --------> batv_remove router <--------
2016-09-20T20:17:28.577+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.577+01:00  9816 R: batv_remove for sensu@???
2016-09-20T20:17:28.577+01:00  9816 checking "condition"
2016-09-20T20:17:28.577+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.577+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.577+01:00  9816 batv_remove router skipped: condition failure
2016-09-20T20:17:28.577+01:00  9816 --------> system_aliases router <--------
2016-09-20T20:17:28.577+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.577+01:00  9816 checking domains
2016-09-20T20:17:28.577+01:00  9816 cached yes match for +local_domains
2016-09-20T20:17:28.577+01:00  9816 cached lookup data = NULL
2016-09-20T20:17:28.577+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
2016-09-20T20:17:28.577+01:00  9816 R: system_aliases for sensu@???
2016-09-20T20:17:28.577+01:00  9816 calling system_aliases router
2016-09-20T20:17:28.577+01:00  9816 rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
2016-09-20T20:17:28.577+01:00  9816 search_open: lsearch "/etc/aliases"
2016-09-20T20:17:28.577+01:00  9816 search_find: file="/etc/aliases"
2016-09-20T20:17:28.577+01:00  9816   key="sensu" partial=-1 affix=NULL starflags=0
2016-09-20T20:17:28.577+01:00  9816 LRU list:
2016-09-20T20:17:28.577+01:00  9816   7/etc/aliases
2016-09-20T20:17:28.577+01:00  9816   End
2016-09-20T20:17:28.577+01:00  9816 internal_search_find: file="/etc/aliases"
2016-09-20T20:17:28.577+01:00  9816   type=lsearch key="sensu"
2016-09-20T20:17:28.577+01:00  9816 file lookup required for sensu
2016-09-20T20:17:28.577+01:00  9816   in /etc/aliases
2016-09-20T20:17:28.577+01:00  9816 lookup failed
2016-09-20T20:17:28.577+01:00  9816 expanded:
2016-09-20T20:17:28.577+01:00  9816 file is not a filter file
2016-09-20T20:17:28.577+01:00  9816 parse_forward_list:
2016-09-20T20:17:28.577+01:00  9816 system_aliases router declined for sensu@???
2016-09-20T20:17:28.578+01:00  9816 --------> userforward router <--------
2016-09-20T20:17:28.578+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.578+01:00  9816 userforward router skipped: verify 2 0 0
2016-09-20T20:17:28.578+01:00  9816 --------> procmail router <--------
2016-09-20T20:17:28.578+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.578+01:00  9816 procmail router skipped: verify 2 0 0
2016-09-20T20:17:28.578+01:00  9816 --------> maildrop router <--------
2016-09-20T20:17:28.578+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.578+01:00  9816 maildrop router skipped: verify 2 0 0
2016-09-20T20:17:28.578+01:00  9816 --------> lowuid_aliases router <--------
2016-09-20T20:17:28.578+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.578+01:00  9816 checking domains
2016-09-20T20:17:28.578+01:00  9816 cached yes match for +local_domains
2016-09-20T20:17:28.578+01:00  9816 cached lookup data = NULL
2016-09-20T20:17:28.578+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
2016-09-20T20:17:28.578+01:00  9816 checking for local user
2016-09-20T20:17:28.578+01:00  9816 seeking password data for user "sensu": cache not available
2016-09-20T20:17:28.578+01:00  9816 getpwnam() succeeded uid=999 gid=992
2016-09-20T20:17:28.578+01:00  9816 R: lowuid_aliases for sensu@??? (UID 999)
2016-09-20T20:17:28.578+01:00  9816 checking "condition"
2016-09-20T20:17:28.578+01:00  9816 ::1 in ":@[]"? yes (matched "@[]")
2016-09-20T20:17:28.578+01:00  9816 lowuid_aliases router skipped: condition failure
2016-09-20T20:17:28.578+01:00  9816 --------> system_user router <--------
2016-09-20T20:17:28.578+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.578+01:00  9816 checking domains
2016-09-20T20:17:28.578+01:00  9816 cached yes match for +local_domains
2016-09-20T20:17:28.578+01:00  9816 cached lookup data = NULL
2016-09-20T20:17:28.578+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
2016-09-20T20:17:28.578+01:00  9816 checking for local user
2016-09-20T20:17:28.578+01:00  9816 seeking password data for user "sensu": using cached result
2016-09-20T20:17:28.578+01:00  9816 getpwnam() succeeded uid=999 gid=992
2016-09-20T20:17:28.578+01:00  9816 R: system_user for sensu@??? (UID 999)
2016-09-20T20:17:28.578+01:00  9816 checking "condition"
2016-09-20T20:17:28.578+01:00  9816 calling system_user router
2016-09-20T20:17:28.578+01:00  9816 rda_interpret (string): root
2016-09-20T20:17:28.578+01:00  9816 expanded: root
2016-09-20T20:17:28.578+01:00  9816 file is not a filter file
2016-09-20T20:17:28.578+01:00  9816 parse_forward_list: root
2016-09-20T20:17:28.578+01:00  9816 extract item: root
2016-09-20T20:17:28.578+01:00  9816 system_user router generated root@???
2016-09-20T20:17:28.578+01:00  9816   errors_to=NULL transport=NULL
2016-09-20T20:17:28.578+01:00  9816   uid=unset gid=unset home=NULL
2016-09-20T20:17:28.578+01:00  9816 routed by system_user router
2016-09-20T20:17:28.578+01:00  9816   envelope to: sensu@???
2016-09-20T20:17:28.578+01:00  9816   transport: <none>
2016-09-20T20:17:28.578+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.578+01:00  9816 Considering root@???
2016-09-20T20:17:28.578+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.578+01:00  9816 routing root@???
2016-09-20T20:17:28.578+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.578+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.578+01:00  9816 R: oof_add for root@???
2016-09-20T20:17:28.578+01:00  9816 checking "condition"
2016-09-20T20:17:28.578+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.578+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.578+01:00  9816 oof_add router skipped: condition failure
2016-09-20T20:17:28.578+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.578+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.578+01:00  9816 R: batv_add for root@??? ()
2016-09-20T20:17:28.578+01:00  9816 checking "condition"
2016-09-20T20:17:28.578+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.578+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.578+01:00  9816 batv_add router skipped: condition failure
2016-09-20T20:17:28.578+01:00  9816 --------> hubbed_hosts router <--------
2016-09-20T20:17:28.578+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.578+01:00  9816 checking domains
2016-09-20T20:17:28.578+01:00  9816 expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
2016-09-20T20:17:28.578+01:00  9816 hubbed_hosts router skipped: domains mismatch
2016-09-20T20:17:28.578+01:00  9816 --------> smarthost router <--------
2016-09-20T20:17:28.578+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.578+01:00  9816 checking domains
2016-09-20T20:17:28.578+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.578+01:00  9816 krull.example.com in "! +local_domains"? no (matched "! +local_domains")
2016-09-20T20:17:28.578+01:00  9816 smarthost router skipped: domains mismatch
2016-09-20T20:17:28.578+01:00  9816 --------> real_local router <--------
2016-09-20T20:17:28.578+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.578+01:00  9816 real_local router skipped: prefix mismatch
2016-09-20T20:17:28.578+01:00  9816 --------> batv_remove router <--------
2016-09-20T20:17:28.578+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.578+01:00  9816 R: batv_remove for root@???
2016-09-20T20:17:28.578+01:00  9816 checking "condition"
2016-09-20T20:17:28.578+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.578+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.579+01:00  9816 batv_remove router skipped: condition failure
2016-09-20T20:17:28.579+01:00  9816 --------> system_aliases router <--------
2016-09-20T20:17:28.579+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.579+01:00  9816 checking domains
2016-09-20T20:17:28.579+01:00  9816 cached yes match for +local_domains
2016-09-20T20:17:28.579+01:00  9816 cached lookup data = NULL
2016-09-20T20:17:28.579+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
2016-09-20T20:17:28.579+01:00  9816 R: system_aliases for root@???
2016-09-20T20:17:28.579+01:00  9816 calling system_aliases router
2016-09-20T20:17:28.579+01:00  9816 rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
2016-09-20T20:17:28.579+01:00  9816 search_open: lsearch "/etc/aliases"
2016-09-20T20:17:28.579+01:00  9816   cached open
2016-09-20T20:17:28.579+01:00  9816 search_find: file="/etc/aliases"
2016-09-20T20:17:28.579+01:00  9816   key="root" partial=-1 affix=NULL starflags=0
2016-09-20T20:17:28.579+01:00  9816 LRU list:
2016-09-20T20:17:28.579+01:00  9816   7/etc/aliases
2016-09-20T20:17:28.579+01:00  9816   End
2016-09-20T20:17:28.579+01:00  9816 internal_search_find: file="/etc/aliases"
2016-09-20T20:17:28.579+01:00  9816   type=lsearch key="root"
2016-09-20T20:17:28.579+01:00  9816 file lookup required for root
2016-09-20T20:17:28.579+01:00  9816   in /etc/aliases
2016-09-20T20:17:28.579+01:00  9816 lookup yielded: sa
2016-09-20T20:17:28.579+01:00  9816 expanded: sa
2016-09-20T20:17:28.579+01:00  9816 file is not a filter file
2016-09-20T20:17:28.579+01:00  9816 parse_forward_list: sa
2016-09-20T20:17:28.579+01:00  9816 extract item: sa
2016-09-20T20:17:28.579+01:00  9816 system_aliases router generated sa@???
2016-09-20T20:17:28.579+01:00  9816   errors_to=NULL transport=NULL
2016-09-20T20:17:28.579+01:00  9816   uid=unset gid=unset home=NULL
2016-09-20T20:17:28.579+01:00  9816 routed by system_aliases router
2016-09-20T20:17:28.579+01:00  9816   envelope to: root@???
2016-09-20T20:17:28.579+01:00  9816   transport: <none>
2016-09-20T20:17:28.579+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.579+01:00  9816 Considering sa@???
2016-09-20T20:17:28.579+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.579+01:00  9816 routing sa@???
2016-09-20T20:17:28.579+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.579+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.579+01:00  9816 R: oof_add for sa@???
2016-09-20T20:17:28.579+01:00  9816 checking "condition"
2016-09-20T20:17:28.579+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.579+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.579+01:00  9816 oof_add router skipped: condition failure
2016-09-20T20:17:28.579+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.579+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.579+01:00  9816 R: batv_add for sa@??? ()
2016-09-20T20:17:28.579+01:00  9816 checking "condition"
2016-09-20T20:17:28.579+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.579+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.579+01:00  9816 batv_add router skipped: condition failure
2016-09-20T20:17:28.579+01:00  9816 --------> hubbed_hosts router <--------
2016-09-20T20:17:28.579+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.579+01:00  9816 checking domains
2016-09-20T20:17:28.579+01:00  9816 expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
2016-09-20T20:17:28.579+01:00  9816 hubbed_hosts router skipped: domains mismatch
2016-09-20T20:17:28.579+01:00  9816 --------> smarthost router <--------
2016-09-20T20:17:28.579+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.579+01:00  9816 checking domains
2016-09-20T20:17:28.579+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.579+01:00  9816 krull.example.com in "! +local_domains"? no (matched "! +local_domains")
2016-09-20T20:17:28.579+01:00  9816 smarthost router skipped: domains mismatch
2016-09-20T20:17:28.579+01:00  9816 --------> real_local router <--------
2016-09-20T20:17:28.579+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.579+01:00  9816 real_local router skipped: prefix mismatch
2016-09-20T20:17:28.579+01:00  9816 --------> batv_remove router <--------
2016-09-20T20:17:28.579+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.579+01:00  9816 R: batv_remove for sa@???
2016-09-20T20:17:28.579+01:00  9816 checking "condition"
2016-09-20T20:17:28.579+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.579+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.579+01:00  9816 batv_remove router skipped: condition failure
2016-09-20T20:17:28.579+01:00  9816 --------> system_aliases router <--------
2016-09-20T20:17:28.579+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.579+01:00  9816 checking domains
2016-09-20T20:17:28.579+01:00  9816 cached yes match for +local_domains
2016-09-20T20:17:28.579+01:00  9816 cached lookup data = NULL
2016-09-20T20:17:28.579+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
2016-09-20T20:17:28.579+01:00  9816 R: system_aliases for sa@???
2016-09-20T20:17:28.579+01:00  9816 calling system_aliases router
2016-09-20T20:17:28.579+01:00  9816 rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
2016-09-20T20:17:28.579+01:00  9816 search_open: lsearch "/etc/aliases"
2016-09-20T20:17:28.579+01:00  9816   cached open
2016-09-20T20:17:28.579+01:00  9816 search_find: file="/etc/aliases"
2016-09-20T20:17:28.579+01:00  9816   key="sa" partial=-1 affix=NULL starflags=0
2016-09-20T20:17:28.580+01:00  9816 LRU list:
2016-09-20T20:17:28.580+01:00  9816   7/etc/aliases
2016-09-20T20:17:28.580+01:00  9816   End
2016-09-20T20:17:28.580+01:00  9816 internal_search_find: file="/etc/aliases"
2016-09-20T20:17:28.580+01:00  9816   type=lsearch key="sa"
2016-09-20T20:17:28.580+01:00  9816 file lookup required for sa
2016-09-20T20:17:28.580+01:00  9816   in /etc/aliases
2016-09-20T20:17:28.580+01:00  9816 lookup yielded: krull-example-com.simon@???
2016-09-20T20:17:28.580+01:00  9816 expanded: krull-example-com.simon@???
2016-09-20T20:17:28.580+01:00  9816 file is not a filter file
2016-09-20T20:17:28.580+01:00  9816 parse_forward_list: krull-example-com.simon@???
2016-09-20T20:17:28.580+01:00  9816 extract item: krull-example-com.simon@???
2016-09-20T20:17:28.580+01:00  9816 system_aliases router generated krull-example-com.simon@???
2016-09-20T20:17:28.580+01:00  9816   errors_to=NULL transport=NULL
2016-09-20T20:17:28.584+01:00  9816   uid=unset gid=unset home=NULL
2016-09-20T20:17:28.584+01:00  9816 routed by system_aliases router
2016-09-20T20:17:28.584+01:00  9816   envelope to: sa@???
2016-09-20T20:17:28.584+01:00  9816   transport: <none>
2016-09-20T20:17:28.584+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.584+01:00  9816 Considering krull-example-com.simon@???
2016-09-20T20:17:28.584+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.584+01:00  9816 routing krull-example-com.simon@???
2016-09-20T20:17:28.585+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.585+01:00  9816 local_part=krull-example-com.simon domain=example.net
2016-09-20T20:17:28.585+01:00  9816 R: oof_add for krull-example-com.simon@???
2016-09-20T20:17:28.585+01:00  9816 checking "condition"
2016-09-20T20:17:28.585+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.585+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.585+01:00  9816 oof_add router skipped: condition failure
2016-09-20T20:17:28.585+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.585+01:00  9816 local_part=krull-example-com.simon domain=example.net
2016-09-20T20:17:28.585+01:00  9816 R: batv_add for krull-example-com.simon@??? ()
2016-09-20T20:17:28.585+01:00  9816 checking "condition"
2016-09-20T20:17:28.585+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.585+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.585+01:00  9816 batv_add router skipped: condition failure
2016-09-20T20:17:28.585+01:00  9816 --------> hubbed_hosts router <--------
2016-09-20T20:17:28.585+01:00  9816 local_part=krull-example-com.simon domain=example.net
2016-09-20T20:17:28.585+01:00  9816 checking domains
2016-09-20T20:17:28.585+01:00  9816 expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
2016-09-20T20:17:28.585+01:00  9816 hubbed_hosts router skipped: domains mismatch
2016-09-20T20:17:28.585+01:00  9816 --------> smarthost router <--------
2016-09-20T20:17:28.585+01:00  9816 local_part=krull-example-com.simon domain=example.net
2016-09-20T20:17:28.585+01:00  9816 checking domains
2016-09-20T20:17:28.585+01:00  9816 example.net in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.585+01:00  9816 example.net in "! +local_domains"? yes (end of list)
2016-09-20T20:17:28.585+01:00  9816 R: smarthost for krull-example-com.simon@???
2016-09-20T20:17:28.585+01:00  9816 calling smarthost router
2016-09-20T20:17:28.585+01:00  9816 smarthost router called for krull-example-com.simon@???
2016-09-20T20:17:28.585+01:00  9816   domain = example.net
2016-09-20T20:17:28.585+01:00  9816 route_item = * tsort.example.com byname
2016-09-20T20:17:28.585+01:00  9816 example.net in "*"? yes (matched "*")
2016-09-20T20:17:28.585+01:00  9816 original list of hosts = "tsort.example.com" options = byname
2016-09-20T20:17:28.585+01:00  9816 expanded list of hosts = "tsort.example.com" options = byname
2016-09-20T20:17:28.585+01:00  9816 set transport remote_smtp_smarthost
2016-09-20T20:17:28.585+01:00  9816 finding IP address for tsort.example.com
2016-09-20T20:17:28.585+01:00  9816 calling host_find_byname
2016-09-20T20:17:28.585+01:00  9816 fully qualified name = tsort.example.com
2016-09-20T20:17:28.585+01:00  9816 gethostbyname2 looked up these IP addresses:
2016-09-20T20:17:28.585+01:00  9816   name=tsort.example.com address=2001:8b0:ffea:0:b066:feff:fe63:ca2b
2016-09-20T20:17:28.585+01:00  9816   name=tsort.example.com address=81.2.80.87
2016-09-20T20:17:28.585+01:00  9816 queued for remote_smtp_smarthost transport: local_part = krull-example-com.simon
2016-09-20T20:17:28.585+01:00  9816 domain = example.net
2016-09-20T20:17:28.585+01:00  9816   errors_to=NULL
2016-09-20T20:17:28.585+01:00  9816   domain_data=NULL localpart_data=NULL
2016-09-20T20:17:28.585+01:00  9816 routed by smarthost router
2016-09-20T20:17:28.585+01:00  9816   envelope to: krull-example-com.simon@???
2016-09-20T20:17:28.585+01:00  9816   transport: remote_smtp_smarthost
2016-09-20T20:17:28.585+01:00  9816   host tsort.example.com [2001:8b0:ffea:0:b066:feff:fe63:ca2b]
2016-09-20T20:17:28.585+01:00  9816   host tsort.example.com [81.2.80.87]
2016-09-20T20:17:28.585+01:00  9816 ------ End verifying errors address 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? ------
2016-09-20T20:17:28.585+01:00  9816 batv_add router generated root@???
2016-09-20T20:17:28.585+01:00  9816   errors_to=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? transport=NULL
2016-09-20T20:17:28.585+01:00  9816   uid=unset gid=unset home=NULL
2016-09-20T20:17:28.585+01:00  9816 routed by batv_add router
2016-09-20T20:17:28.585+01:00  9816   envelope to: root@???
2016-09-20T20:17:28.585+01:00  9816   transport: <none>
2016-09-20T20:17:28.585+01:00  9816   errors to 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.585+01:00  9816 locking /var/spool/exim4/db/retry.lockfile
2016-09-20T20:17:28.585+01:00  9816 locked /var/spool/exim4/db/retry.lockfile
2016-09-20T20:17:28.585+01:00  9816 EXIM_DBOPEN(/var/spool/exim4/db/retry)
2016-09-20T20:17:28.585+01:00  9816 returned from EXIM_DBOPEN
2016-09-20T20:17:28.585+01:00  9816 opened hints database /var/spool/exim4/db/retry: flags=O_RDONLY
2016-09-20T20:17:28.585+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.585+01:00  9816 Considering: root@???
2016-09-20T20:17:28.585+01:00  9816 unique = \1\root@???
2016-09-20T20:17:28.585+01:00  9816 dbfn_read: key=R:krull.example.com
2016-09-20T20:17:28.585+01:00  9816 dbfn_read: key=R:root@???
2016-09-20T20:17:28.585+01:00  9816 dbfn_read: key=R:root@???:<sensu@???>
2016-09-20T20:17:28.585+01:00  9816 no domain retry record
2016-09-20T20:17:28.585+01:00  9816 no address retry record
2016-09-20T20:17:28.585+01:00  9816 root@???: queued for routing
2016-09-20T20:17:28.585+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.585+01:00  9816 routing root@???
2016-09-20T20:17:28.585+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.585+01:00  9816 oof_add router skipped: previously routed root@???
2016-09-20T20:17:28.585+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.585+01:00  9816 batv_add router skipped: previously routed root@???
2016-09-20T20:17:28.585+01:00  9816 --------> hubbed_hosts router <--------
2016-09-20T20:17:28.585+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.585+01:00  9816 checking domains
2016-09-20T20:17:28.585+01:00  9816 expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
2016-09-20T20:17:28.586+01:00  9816 hubbed_hosts router skipped: domains mismatch
2016-09-20T20:17:28.586+01:00  9816 --------> smarthost router <--------
2016-09-20T20:17:28.586+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.586+01:00  9816 checking domains
2016-09-20T20:17:28.586+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.586+01:00  9816 krull.example.com in "! +local_domains"? no (matched "! +local_domains")
2016-09-20T20:17:28.586+01:00  9816 smarthost router skipped: domains mismatch
2016-09-20T20:17:28.586+01:00  9816 --------> real_local router <--------
2016-09-20T20:17:28.586+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.586+01:00  9816 real_local router skipped: prefix mismatch
2016-09-20T20:17:28.586+01:00  9816 --------> batv_remove router <--------
2016-09-20T20:17:28.586+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.586+01:00  9816 R: batv_remove for root@???
2016-09-20T20:17:28.586+01:00  9816 checking "condition"
2016-09-20T20:17:28.586+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.586+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.586+01:00  9816 batv_remove router skipped: condition failure
2016-09-20T20:17:28.586+01:00  9816 --------> system_aliases router <--------
2016-09-20T20:17:28.586+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.586+01:00  9816 checking domains
2016-09-20T20:17:28.586+01:00  9816 cached yes match for +local_domains
2016-09-20T20:17:28.586+01:00  9816 cached lookup data = NULL
2016-09-20T20:17:28.586+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
2016-09-20T20:17:28.586+01:00  9816 R: system_aliases for root@???
2016-09-20T20:17:28.586+01:00  9816 calling system_aliases router
2016-09-20T20:17:28.586+01:00  9816 rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
2016-09-20T20:17:28.586+01:00  9816 search_open: lsearch "/etc/aliases"
2016-09-20T20:17:28.586+01:00  9816   cached open
2016-09-20T20:17:28.586+01:00  9816 search_find: file="/etc/aliases"
2016-09-20T20:17:28.586+01:00  9816   key="root" partial=-1 affix=NULL starflags=0
2016-09-20T20:17:28.586+01:00  9816 LRU list:
2016-09-20T20:17:28.586+01:00  9816   7/etc/aliases
2016-09-20T20:17:28.586+01:00  9816   End
2016-09-20T20:17:28.586+01:00  9816 internal_search_find: file="/etc/aliases"
2016-09-20T20:17:28.586+01:00  9816   type=lsearch key="root"
2016-09-20T20:17:28.586+01:00  9816 cached data used for lookup of root
2016-09-20T20:17:28.586+01:00  9816   in /etc/aliases
2016-09-20T20:17:28.586+01:00  9816 lookup yielded: sa
2016-09-20T20:17:28.586+01:00  9816 expanded: sa
2016-09-20T20:17:28.586+01:00  9816 file is not a filter file
2016-09-20T20:17:28.586+01:00  9816 parse_forward_list: sa
2016-09-20T20:17:28.586+01:00  9816 extract item: sa
2016-09-20T20:17:28.586+01:00  9816 system_aliases router generated sa@???
2016-09-20T20:17:28.586+01:00  9816   errors_to=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? transport=NULL
2016-09-20T20:17:28.586+01:00  9816   uid=unset gid=unset home=NULL
2016-09-20T20:17:28.586+01:00  9816 routed by system_aliases router
2016-09-20T20:17:28.586+01:00  9816   envelope to: root@???
2016-09-20T20:17:28.586+01:00  9816   transport: <none>
2016-09-20T20:17:28.586+01:00  9816   errors to 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.586+01:00  9816 locking /var/spool/exim4/db/retry.lockfile
2016-09-20T20:17:28.586+01:00  9816 locked /var/spool/exim4/db/retry.lockfile
2016-09-20T20:17:28.586+01:00  9816 EXIM_DBOPEN(/var/spool/exim4/db/retry)
2016-09-20T20:17:28.586+01:00  9816 returned from EXIM_DBOPEN
2016-09-20T20:17:28.586+01:00  9816 opened hints database /var/spool/exim4/db/retry: flags=O_RDONLY
2016-09-20T20:17:28.586+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.586+01:00  9816 Considering: sa@???
2016-09-20T20:17:28.586+01:00  9816 unique = sa@???
2016-09-20T20:17:28.586+01:00  9816 dbfn_read: key=R:krull.example.com
2016-09-20T20:17:28.586+01:00  9816 dbfn_read: key=R:sa@???
2016-09-20T20:17:28.586+01:00  9816 dbfn_read: key=R:sa@???:<sensu@???>
2016-09-20T20:17:28.586+01:00  9816 no domain retry record
2016-09-20T20:17:28.586+01:00  9816 no address retry record
2016-09-20T20:17:28.586+01:00  9816 sa@???: queued for routing
2016-09-20T20:17:28.586+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.586+01:00  9816 routing sa@???
2016-09-20T20:17:28.586+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.586+01:00  9816 oof_add router skipped: previously routed root@???
2016-09-20T20:17:28.586+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.586+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.586+01:00  9816 R: batv_add for sa@??? (sensu@???)
2016-09-20T20:17:28.586+01:00  9816 checking "condition"
2016-09-20T20:17:28.586+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.586+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.586+01:00  9816 calling batv_add router
2016-09-20T20:17:28.586+01:00  9816 rda_interpret (string): ${quote_local_part:$local_part}@$domain
2016-09-20T20:17:28.586+01:00  9816 expanded: sa@???
2016-09-20T20:17:28.586+01:00  9816 file is not a filter file
2016-09-20T20:17:28.586+01:00  9816 parse_forward_list: sa@???
2016-09-20T20:17:28.586+01:00  9816 extract item: sa@???
2016-09-20T20:17:28.586+01:00  9816 HMAC[sha1](*,1bmQXo-0002Y0-Bh=sensu=17064)=87cfb6e2320b6a3f96c2ff7a9b4b1f49a536da6a
2016-09-20T20:17:28.586+01:00  9816 ------ Verifying errors address 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? ------
2016-09-20T20:17:28.586+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.586+01:00  9816 Verifying 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.586+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.586+01:00  9816 Considering 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.587+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.587+01:00  9816 routing 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.587+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.587+01:00  9816 local_part=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu domain=krull.example.com
2016-09-20T20:17:28.587+01:00  9816 R: oof_add for 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.587+01:00  9816 checking "condition"
2016-09-20T20:17:28.587+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.587+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.587+01:00  9816 oof_add router skipped: condition failure
2016-09-20T20:17:28.587+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.587+01:00  9816 local_part=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu domain=krull.example.com
2016-09-20T20:17:28.587+01:00  9816 R: batv_add for 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? ()
2016-09-20T20:17:28.587+01:00  9816 checking "condition"
2016-09-20T20:17:28.587+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.587+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.587+01:00  9816 batv_add router skipped: condition failure
2016-09-20T20:17:28.587+01:00  9816 --------> hubbed_hosts router <--------
2016-09-20T20:17:28.587+01:00  9816 local_part=1bmqxo-0002y0-bh=87cfb6e2320b=sensu domain=krull.example.com
2016-09-20T20:17:28.587+01:00  9816 checking domains
2016-09-20T20:17:28.587+01:00  9816 expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
2016-09-20T20:17:28.587+01:00  9816 hubbed_hosts router skipped: domains mismatch
2016-09-20T20:17:28.587+01:00  9816 --------> smarthost router <--------
2016-09-20T20:17:28.587+01:00  9816 local_part=1bmqxo-0002y0-bh=87cfb6e2320b=sensu domain=krull.example.com
2016-09-20T20:17:28.587+01:00  9816 checking domains
2016-09-20T20:17:28.587+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.587+01:00  9816 krull.example.com in "! +local_domains"? no (matched "! +local_domains")
2016-09-20T20:17:28.587+01:00  9816 smarthost router skipped: domains mismatch
2016-09-20T20:17:28.587+01:00  9816 --------> real_local router <--------
2016-09-20T20:17:28.587+01:00  9816 local_part=1bmqxo-0002y0-bh=87cfb6e2320b=sensu domain=krull.example.com
2016-09-20T20:17:28.587+01:00  9816 real_local router skipped: prefix mismatch
2016-09-20T20:17:28.587+01:00  9816 --------> batv_remove router <--------
2016-09-20T20:17:28.587+01:00  9816 local_part=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu domain=krull.example.com
2016-09-20T20:17:28.587+01:00  9816 R: batv_remove for 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.587+01:00  9816 checking "condition"
2016-09-20T20:17:28.587+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.587+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.587+01:00  9816 calling batv_remove router
2016-09-20T20:17:28.587+01:00  9816 rda_interpret (string): ${quote_local_part:${substr_30:$local_part}}@$domain
2016-09-20T20:17:28.587+01:00  9816 expanded: sensu@???
2016-09-20T20:17:28.587+01:00  9816 file is not a filter file
2016-09-20T20:17:28.587+01:00  9816 parse_forward_list: sensu@???
2016-09-20T20:17:28.587+01:00  9816 extract item: sensu@???
2016-09-20T20:17:28.587+01:00  9816 batv_remove router generated sensu@???
2016-09-20T20:17:28.587+01:00  9816   errors_to=NULL transport=NULL
2016-09-20T20:17:28.587+01:00  9816   uid=unset gid=unset home=NULL
2016-09-20T20:17:28.587+01:00  9816 routed by batv_remove router
2016-09-20T20:17:28.587+01:00  9816   envelope to: 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.587+01:00  9816   transport: <none>
2016-09-20T20:17:28.587+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.587+01:00  9816 Considering sensu@???
2016-09-20T20:17:28.587+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.587+01:00  9816 routing sensu@???
2016-09-20T20:17:28.587+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.587+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.587+01:00  9816 R: oof_add for sensu@???
2016-09-20T20:17:28.587+01:00  9816 checking "condition"
2016-09-20T20:17:28.587+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.587+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.587+01:00  9816 oof_add router skipped: condition failure
2016-09-20T20:17:28.587+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.587+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.587+01:00  9816 R: batv_add for sensu@??? ()
2016-09-20T20:17:28.587+01:00  9816 checking "condition"
2016-09-20T20:17:28.587+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.587+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.587+01:00  9816 batv_add router skipped: condition failure
2016-09-20T20:17:28.587+01:00  9816 --------> hubbed_hosts router <--------
2016-09-20T20:17:28.587+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.587+01:00  9816 checking domains
2016-09-20T20:17:28.587+01:00  9816 expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
2016-09-20T20:17:28.587+01:00  9816 hubbed_hosts router skipped: domains mismatch
2016-09-20T20:17:28.587+01:00  9816 --------> smarthost router <--------
2016-09-20T20:17:28.587+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.587+01:00  9816 checking domains
2016-09-20T20:17:28.587+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.587+01:00  9816 krull.example.com in "! +local_domains"? no (matched "! +local_domains")
2016-09-20T20:17:28.587+01:00  9816 smarthost router skipped: domains mismatch
2016-09-20T20:17:28.587+01:00  9816 --------> real_local router <--------
2016-09-20T20:17:28.587+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.587+01:00  9816 real_local router skipped: prefix mismatch
2016-09-20T20:17:28.587+01:00  9816 --------> batv_remove router <--------
2016-09-20T20:17:28.587+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.587+01:00  9816 R: batv_remove for sensu@???
2016-09-20T20:17:28.588+01:00  9816 checking "condition"
2016-09-20T20:17:28.588+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.588+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.588+01:00  9816 batv_remove router skipped: condition failure
2016-09-20T20:17:28.588+01:00  9816 --------> system_aliases router <--------
2016-09-20T20:17:28.588+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.588+01:00  9816 checking domains
2016-09-20T20:17:28.588+01:00  9816 cached yes match for +local_domains
2016-09-20T20:17:28.588+01:00  9816 cached lookup data = NULL
2016-09-20T20:17:28.588+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
2016-09-20T20:17:28.588+01:00  9816 R: system_aliases for sensu@???
2016-09-20T20:17:28.588+01:00  9816 calling system_aliases router
2016-09-20T20:17:28.588+01:00  9816 rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
2016-09-20T20:17:28.592+01:00  9816 search_open: lsearch "/etc/aliases"
2016-09-20T20:17:28.592+01:00  9816   cached open
2016-09-20T20:17:28.592+01:00  9816 search_find: file="/etc/aliases"
2016-09-20T20:17:28.592+01:00  9816   key="sensu" partial=-1 affix=NULL starflags=0
2016-09-20T20:17:28.592+01:00  9816 LRU list:
2016-09-20T20:17:28.592+01:00  9816   7/etc/aliases
2016-09-20T20:17:28.592+01:00  9816   End
2016-09-20T20:17:28.592+01:00  9816 internal_search_find: file="/etc/aliases"
2016-09-20T20:17:28.592+01:00  9816   type=lsearch key="sensu"
2016-09-20T20:17:28.592+01:00  9816 cached data used for lookup of sensu
2016-09-20T20:17:28.592+01:00  9816   in /etc/aliases
2016-09-20T20:17:28.592+01:00  9816 lookup failed
2016-09-20T20:17:28.592+01:00  9816 expanded:
2016-09-20T20:17:28.592+01:00  9816 file is not a filter file
2016-09-20T20:17:28.592+01:00  9816 parse_forward_list:
2016-09-20T20:17:28.592+01:00  9816 system_aliases router declined for sensu@???
2016-09-20T20:17:28.592+01:00  9816 --------> userforward router <--------
2016-09-20T20:17:28.592+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.592+01:00  9816 userforward router skipped: verify 2 0 0
2016-09-20T20:17:28.592+01:00  9816 --------> procmail router <--------
2016-09-20T20:17:28.592+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.592+01:00  9816 procmail router skipped: verify 2 0 0
2016-09-20T20:17:28.592+01:00  9816 --------> maildrop router <--------
2016-09-20T20:17:28.592+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.592+01:00  9816 maildrop router skipped: verify 2 0 0
2016-09-20T20:17:28.592+01:00  9816 --------> lowuid_aliases router <--------
2016-09-20T20:17:28.593+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.593+01:00  9816 checking domains
2016-09-20T20:17:28.593+01:00  9816 cached yes match for +local_domains
2016-09-20T20:17:28.593+01:00  9816 cached lookup data = NULL
2016-09-20T20:17:28.593+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
2016-09-20T20:17:28.593+01:00  9816 checking for local user
2016-09-20T20:17:28.593+01:00  9816 seeking password data for user "sensu": using cached result
2016-09-20T20:17:28.593+01:00  9816 getpwnam() succeeded uid=999 gid=992
2016-09-20T20:17:28.593+01:00  9816 R: lowuid_aliases for sensu@??? (UID 999)
2016-09-20T20:17:28.593+01:00  9816 checking "condition"
2016-09-20T20:17:28.593+01:00  9816 ::1 in ":@[]"? yes (matched "@[]")
2016-09-20T20:17:28.593+01:00  9816 lowuid_aliases router skipped: condition failure
2016-09-20T20:17:28.593+01:00  9816 --------> system_user router <--------
2016-09-20T20:17:28.593+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.593+01:00  9816 checking domains
2016-09-20T20:17:28.593+01:00  9816 cached yes match for +local_domains
2016-09-20T20:17:28.593+01:00  9816 cached lookup data = NULL
2016-09-20T20:17:28.593+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
2016-09-20T20:17:28.593+01:00  9816 checking for local user
2016-09-20T20:17:28.593+01:00  9816 seeking password data for user "sensu": using cached result
2016-09-20T20:17:28.593+01:00  9816 getpwnam() succeeded uid=999 gid=992
2016-09-20T20:17:28.593+01:00  9816 R: system_user for sensu@??? (UID 999)
2016-09-20T20:17:28.593+01:00  9816 checking "condition"
2016-09-20T20:17:28.593+01:00  9816 calling system_user router
2016-09-20T20:17:28.593+01:00  9816 rda_interpret (string): root
2016-09-20T20:17:28.593+01:00  9816 expanded: root
2016-09-20T20:17:28.593+01:00  9816 file is not a filter file
2016-09-20T20:17:28.593+01:00  9816 parse_forward_list: root
2016-09-20T20:17:28.593+01:00  9816 extract item: root
2016-09-20T20:17:28.593+01:00  9816 system_user router generated root@???
2016-09-20T20:17:28.593+01:00  9816   errors_to=NULL transport=NULL
2016-09-20T20:17:28.593+01:00  9816   uid=unset gid=unset home=NULL
2016-09-20T20:17:28.593+01:00  9816 routed by system_user router
2016-09-20T20:17:28.593+01:00  9816   envelope to: sensu@???
2016-09-20T20:17:28.593+01:00  9816   transport: <none>
2016-09-20T20:17:28.593+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.593+01:00  9816 Considering root@???
2016-09-20T20:17:28.593+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.593+01:00  9816 routing root@???
2016-09-20T20:17:28.593+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.593+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.593+01:00  9816 R: oof_add for root@???
2016-09-20T20:17:28.593+01:00  9816 checking "condition"
2016-09-20T20:17:28.593+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.593+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.593+01:00  9816 oof_add router skipped: condition failure
2016-09-20T20:17:28.593+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.593+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.593+01:00  9816 R: batv_add for root@??? ()
2016-09-20T20:17:28.593+01:00  9816 checking "condition"
2016-09-20T20:17:28.593+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.593+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.593+01:00  9816 batv_add router skipped: condition failure
2016-09-20T20:17:28.593+01:00  9816 --------> hubbed_hosts router <--------
2016-09-20T20:17:28.593+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.593+01:00  9816 checking domains
2016-09-20T20:17:28.593+01:00  9816 expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
2016-09-20T20:17:28.593+01:00  9816 hubbed_hosts router skipped: domains mismatch
2016-09-20T20:17:28.593+01:00  9816 --------> smarthost router <--------
2016-09-20T20:17:28.593+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.593+01:00  9816 checking domains
2016-09-20T20:17:28.593+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.593+01:00  9816 krull.example.com in "! +local_domains"? no (matched "! +local_domains")
2016-09-20T20:17:28.593+01:00  9816 smarthost router skipped: domains mismatch
2016-09-20T20:17:28.593+01:00  9816 --------> real_local router <--------
2016-09-20T20:17:28.593+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.593+01:00  9816 real_local router skipped: prefix mismatch
2016-09-20T20:17:28.593+01:00  9816 --------> batv_remove router <--------
2016-09-20T20:17:28.593+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.593+01:00  9816 R: batv_remove for root@???
2016-09-20T20:17:28.593+01:00  9816 checking "condition"
2016-09-20T20:17:28.593+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.593+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.593+01:00  9816 batv_remove router skipped: condition failure
2016-09-20T20:17:28.593+01:00  9816 --------> system_aliases router <--------
2016-09-20T20:17:28.593+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.593+01:00  9816 checking domains
2016-09-20T20:17:28.593+01:00  9816 cached yes match for +local_domains
2016-09-20T20:17:28.593+01:00  9816 cached lookup data = NULL
2016-09-20T20:17:28.593+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
2016-09-20T20:17:28.593+01:00  9816 R: system_aliases for root@???
2016-09-20T20:17:28.593+01:00  9816 calling system_aliases router
2016-09-20T20:17:28.593+01:00  9816 rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
2016-09-20T20:17:28.593+01:00  9816 search_open: lsearch "/etc/aliases"
2016-09-20T20:17:28.593+01:00  9816   cached open
2016-09-20T20:17:28.594+01:00  9816 search_find: file="/etc/aliases"
2016-09-20T20:17:28.594+01:00  9816   key="root" partial=-1 affix=NULL starflags=0
2016-09-20T20:17:28.594+01:00  9816 LRU list:
2016-09-20T20:17:28.594+01:00  9816   7/etc/aliases
2016-09-20T20:17:28.594+01:00  9816   End
2016-09-20T20:17:28.594+01:00  9816 internal_search_find: file="/etc/aliases"
2016-09-20T20:17:28.594+01:00  9816   type=lsearch key="root"
2016-09-20T20:17:28.594+01:00  9816 cached data used for lookup of root
2016-09-20T20:17:28.594+01:00  9816   in /etc/aliases
2016-09-20T20:17:28.594+01:00  9816 lookup yielded: sa
2016-09-20T20:17:28.594+01:00  9816 expanded: sa
2016-09-20T20:17:28.594+01:00  9816 file is not a filter file
2016-09-20T20:17:28.594+01:00  9816 parse_forward_list: sa
2016-09-20T20:17:28.594+01:00  9816 extract item: sa
2016-09-20T20:17:28.594+01:00  9816 system_aliases router generated sa@???
2016-09-20T20:17:28.594+01:00  9816   errors_to=NULL transport=NULL
2016-09-20T20:17:28.594+01:00  9816   uid=unset gid=unset home=NULL
2016-09-20T20:17:28.594+01:00  9816 routed by system_aliases router
2016-09-20T20:17:28.594+01:00  9816   envelope to: root@???
2016-09-20T20:17:28.594+01:00  9816   transport: <none>
2016-09-20T20:17:28.594+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.594+01:00  9816 Considering sa@???
2016-09-20T20:17:28.594+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.594+01:00  9816 routing sa@???
2016-09-20T20:17:28.594+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.594+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.594+01:00  9816 R: oof_add for sa@???
2016-09-20T20:17:28.594+01:00  9816 checking "condition"
2016-09-20T20:17:28.594+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.594+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.594+01:00  9816 oof_add router skipped: condition failure
2016-09-20T20:17:28.594+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.594+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.594+01:00  9816 R: batv_add for sa@??? ()
2016-09-20T20:17:28.594+01:00  9816 checking "condition"
2016-09-20T20:17:28.594+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.594+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.594+01:00  9816 batv_add router skipped: condition failure
2016-09-20T20:17:28.594+01:00  9816 --------> hubbed_hosts router <--------
2016-09-20T20:17:28.594+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.594+01:00  9816 checking domains
2016-09-20T20:17:28.594+01:00  9816 expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
2016-09-20T20:17:28.594+01:00  9816 hubbed_hosts router skipped: domains mismatch
2016-09-20T20:17:28.594+01:00  9816 --------> smarthost router <--------
2016-09-20T20:17:28.594+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.594+01:00  9816 checking domains
2016-09-20T20:17:28.594+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.594+01:00  9816 krull.example.com in "! +local_domains"? no (matched "! +local_domains")
2016-09-20T20:17:28.594+01:00  9816 smarthost router skipped: domains mismatch
2016-09-20T20:17:28.594+01:00  9816 --------> real_local router <--------
2016-09-20T20:17:28.594+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.594+01:00  9816 real_local router skipped: prefix mismatch
2016-09-20T20:17:28.594+01:00  9816 --------> batv_remove router <--------
2016-09-20T20:17:28.594+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.594+01:00  9816 R: batv_remove for sa@???
2016-09-20T20:17:28.594+01:00  9816 checking "condition"
2016-09-20T20:17:28.594+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.594+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.594+01:00  9816 batv_remove router skipped: condition failure
2016-09-20T20:17:28.594+01:00  9816 --------> system_aliases router <--------
2016-09-20T20:17:28.594+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.594+01:00  9816 checking domains
2016-09-20T20:17:28.594+01:00  9816 cached yes match for +local_domains
2016-09-20T20:17:28.594+01:00  9816 cached lookup data = NULL
2016-09-20T20:17:28.594+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
2016-09-20T20:17:28.594+01:00  9816 R: system_aliases for sa@???
2016-09-20T20:17:28.594+01:00  9816 calling system_aliases router
2016-09-20T20:17:28.594+01:00  9816 rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
2016-09-20T20:17:28.594+01:00  9816 search_open: lsearch "/etc/aliases"
2016-09-20T20:17:28.594+01:00  9816   cached open
2016-09-20T20:17:28.594+01:00  9816 search_find: file="/etc/aliases"
2016-09-20T20:17:28.594+01:00  9816   key="sa" partial=-1 affix=NULL starflags=0
2016-09-20T20:17:28.594+01:00  9816 LRU list:
2016-09-20T20:17:28.594+01:00  9816   7/etc/aliases
2016-09-20T20:17:28.594+01:00  9816   End
2016-09-20T20:17:28.594+01:00  9816 internal_search_find: file="/etc/aliases"
2016-09-20T20:17:28.594+01:00  9816   type=lsearch key="sa"
2016-09-20T20:17:28.594+01:00  9816 cached data used for lookup of sa
2016-09-20T20:17:28.594+01:00  9816   in /etc/aliases
2016-09-20T20:17:28.594+01:00  9816 lookup yielded: krull-example-com.simon@???
2016-09-20T20:17:28.594+01:00  9816 expanded: krull-example-com.simon@???
2016-09-20T20:17:28.594+01:00  9816 file is not a filter file
2016-09-20T20:17:28.594+01:00  9816 parse_forward_list: krull-example-com.simon@???
2016-09-20T20:17:28.594+01:00  9816 extract item: krull-example-com.simon@???
2016-09-20T20:17:28.594+01:00  9816 system_aliases router generated krull-example-com.simon@???
2016-09-20T20:17:28.594+01:00  9816   errors_to=NULL transport=NULL
2016-09-20T20:17:28.595+01:00  9816   uid=unset gid=unset home=NULL
2016-09-20T20:17:28.595+01:00  9816 routed by system_aliases router
2016-09-20T20:17:28.595+01:00  9816   envelope to: sa@???
2016-09-20T20:17:28.595+01:00  9816   transport: <none>
2016-09-20T20:17:28.595+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.595+01:00  9816 Considering krull-example-com.simon@???
2016-09-20T20:17:28.595+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.595+01:00  9816 routing krull-example-com.simon@???
2016-09-20T20:17:28.595+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.595+01:00  9816 local_part=krull-example-com.simon domain=example.net
2016-09-20T20:17:28.595+01:00  9816 R: oof_add for krull-example-com.simon@???
2016-09-20T20:17:28.595+01:00  9816 checking "condition"
2016-09-20T20:17:28.595+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.595+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.595+01:00  9816 oof_add router skipped: condition failure
2016-09-20T20:17:28.595+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.595+01:00  9816 local_part=krull-example-com.simon domain=example.net
2016-09-20T20:17:28.595+01:00  9816 R: batv_add for krull-example-com.simon@??? ()
2016-09-20T20:17:28.595+01:00  9816 checking "condition"
2016-09-20T20:17:28.595+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.595+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.595+01:00  9816 batv_add router skipped: condition failure
2016-09-20T20:17:28.595+01:00  9816 --------> hubbed_hosts router <--------
2016-09-20T20:17:28.595+01:00  9816 local_part=krull-example-com.simon domain=example.net
2016-09-20T20:17:28.595+01:00  9816 checking domains
2016-09-20T20:17:28.595+01:00  9816 expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
2016-09-20T20:17:28.595+01:00  9816 hubbed_hosts router skipped: domains mismatch
2016-09-20T20:17:28.595+01:00  9816 --------> smarthost router <--------
2016-09-20T20:17:28.595+01:00  9816 local_part=krull-example-com.simon domain=example.net
2016-09-20T20:17:28.595+01:00  9816 checking domains
2016-09-20T20:17:28.595+01:00  9816 example.net in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.595+01:00  9816 example.net in "! +local_domains"? yes (end of list)
2016-09-20T20:17:28.595+01:00  9816 R: smarthost for krull-example-com.simon@???
2016-09-20T20:17:28.595+01:00  9816 calling smarthost router
2016-09-20T20:17:28.595+01:00  9816 smarthost router called for krull-example-com.simon@???
2016-09-20T20:17:28.595+01:00  9816   domain = example.net
2016-09-20T20:17:28.595+01:00  9816 route_item = * tsort.example.com byname
2016-09-20T20:17:28.595+01:00  9816 example.net in "*"? yes (matched "*")
2016-09-20T20:17:28.595+01:00  9816 original list of hosts = "tsort.example.com" options = byname
2016-09-20T20:17:28.595+01:00  9816 expanded list of hosts = "tsort.example.com" options = byname
2016-09-20T20:17:28.595+01:00  9816 finding IP address for tsort.example.com
2016-09-20T20:17:28.595+01:00  9816 calling host_find_byname
2016-09-20T20:17:28.595+01:00  9816 fully qualified name = tsort.example.com
2016-09-20T20:17:28.595+01:00  9816 gethostbyname2 looked up these IP addresses:
2016-09-20T20:17:28.595+01:00  9816   name=tsort.example.com address=2001:8b0:ffea:0:b066:feff:fe63:ca2b
2016-09-20T20:17:28.595+01:00  9816   name=tsort.example.com address=81.2.80.87
2016-09-20T20:17:28.595+01:00  9816 queued for remote_smtp_smarthost transport: local_part = krull-example-com.simon
2016-09-20T20:17:28.595+01:00  9816 domain = example.net
2016-09-20T20:17:28.595+01:00  9816   errors_to=NULL
2016-09-20T20:17:28.595+01:00  9816   domain_data=NULL localpart_data=NULL
2016-09-20T20:17:28.595+01:00  9816 routed by smarthost router
2016-09-20T20:17:28.595+01:00  9816   envelope to: krull-example-com.simon@???
2016-09-20T20:17:28.595+01:00  9816   transport: remote_smtp_smarthost
2016-09-20T20:17:28.595+01:00  9816   host tsort.example.com [2001:8b0:ffea:0:b066:feff:fe63:ca2b]
2016-09-20T20:17:28.595+01:00  9816   host tsort.example.com [81.2.80.87]
2016-09-20T20:17:28.595+01:00  9816 ------ End verifying errors address 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? ------
2016-09-20T20:17:28.595+01:00  9816 batv_add router generated sa@???
2016-09-20T20:17:28.595+01:00  9816   errors_to=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? transport=NULL
2016-09-20T20:17:28.595+01:00  9816   uid=unset gid=unset home=NULL
2016-09-20T20:17:28.595+01:00  9816 routed by batv_add router
2016-09-20T20:17:28.595+01:00  9816   envelope to: sa@???
2016-09-20T20:17:28.595+01:00  9816   transport: <none>
2016-09-20T20:17:28.595+01:00  9816   errors to 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.595+01:00  9816 locking /var/spool/exim4/db/retry.lockfile
2016-09-20T20:17:28.595+01:00  9816 locked /var/spool/exim4/db/retry.lockfile
2016-09-20T20:17:28.595+01:00  9816 EXIM_DBOPEN(/var/spool/exim4/db/retry)
2016-09-20T20:17:28.595+01:00  9816 returned from EXIM_DBOPEN
2016-09-20T20:17:28.595+01:00  9816 opened hints database /var/spool/exim4/db/retry: flags=O_RDONLY
2016-09-20T20:17:28.595+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.595+01:00  9816 Considering: sa@???
2016-09-20T20:17:28.595+01:00  9816 unique = \0\sa@???
2016-09-20T20:17:28.595+01:00  9816 dbfn_read: key=R:krull.example.com
2016-09-20T20:17:28.595+01:00  9816 dbfn_read: key=R:sa@???
2016-09-20T20:17:28.595+01:00  9816 dbfn_read: key=R:sa@???:<sensu@???>
2016-09-20T20:17:28.595+01:00  9816 no domain retry record
2016-09-20T20:17:28.595+01:00  9816 no address retry record
2016-09-20T20:17:28.595+01:00  9816 sa@???: queued for routing
2016-09-20T20:17:28.595+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.595+01:00  9816 routing sa@???
2016-09-20T20:17:28.595+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.595+01:00  9816 oof_add router skipped: previously routed root@???
2016-09-20T20:17:28.595+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.595+01:00  9816 batv_add router skipped: previously routed sa@???
2016-09-20T20:17:28.595+01:00  9816 --------> hubbed_hosts router <--------
2016-09-20T20:17:28.596+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.596+01:00  9816 checking domains
2016-09-20T20:17:28.596+01:00  9816 expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
2016-09-20T20:17:28.596+01:00  9816 hubbed_hosts router skipped: domains mismatch
2016-09-20T20:17:28.596+01:00  9816 --------> smarthost router <--------
2016-09-20T20:17:28.596+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.596+01:00  9816 checking domains
2016-09-20T20:17:28.596+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.596+01:00  9816 krull.example.com in "! +local_domains"? no (matched "! +local_domains")
2016-09-20T20:17:28.596+01:00  9816 smarthost router skipped: domains mismatch
2016-09-20T20:17:28.596+01:00  9816 --------> real_local router <--------
2016-09-20T20:17:28.596+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.596+01:00  9816 real_local router skipped: prefix mismatch
2016-09-20T20:17:28.596+01:00  9816 --------> batv_remove router <--------
2016-09-20T20:17:28.596+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.599+01:00  9816 R: batv_remove for sa@???
2016-09-20T20:17:28.599+01:00  9816 checking "condition"
2016-09-20T20:17:28.599+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.599+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.599+01:00  9816 batv_remove router skipped: condition failure
2016-09-20T20:17:28.599+01:00  9816 --------> system_aliases router <--------
2016-09-20T20:17:28.599+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.599+01:00  9816 checking domains
2016-09-20T20:17:28.599+01:00  9816 cached yes match for +local_domains
2016-09-20T20:17:28.599+01:00  9816 cached lookup data = NULL
2016-09-20T20:17:28.599+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
2016-09-20T20:17:28.599+01:00  9816 R: system_aliases for sa@???
2016-09-20T20:17:28.599+01:00  9816 calling system_aliases router
2016-09-20T20:17:28.599+01:00  9816 rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
2016-09-20T20:17:28.599+01:00  9816 search_open: lsearch "/etc/aliases"
2016-09-20T20:17:28.603+01:00  9816   cached open
2016-09-20T20:17:28.603+01:00  9816 search_find: file="/etc/aliases"
2016-09-20T20:17:28.603+01:00  9816   key="sa" partial=-1 affix=NULL starflags=0
2016-09-20T20:17:28.603+01:00  9816 LRU list:
2016-09-20T20:17:28.603+01:00  9816   7/etc/aliases
2016-09-20T20:17:28.603+01:00  9816   End
2016-09-20T20:17:28.603+01:00  9816 internal_search_find: file="/etc/aliases"
2016-09-20T20:17:28.603+01:00  9816   type=lsearch key="sa"
2016-09-20T20:17:28.603+01:00  9816 cached data used for lookup of sa
2016-09-20T20:17:28.603+01:00  9816   in /etc/aliases
2016-09-20T20:17:28.603+01:00  9816 lookup yielded: krull-example-com.simon@???
2016-09-20T20:17:28.603+01:00  9816 expanded: krull-example-com.simon@???
2016-09-20T20:17:28.603+01:00  9816 file is not a filter file
2016-09-20T20:17:28.603+01:00  9816 parse_forward_list: krull-example-com.simon@???
2016-09-20T20:17:28.603+01:00  9816 extract item: krull-example-com.simon@???
2016-09-20T20:17:28.603+01:00  9816 system_aliases router generated krull-example-com.simon@???
2016-09-20T20:17:28.603+01:00  9816   errors_to=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? transport=NULL
2016-09-20T20:17:28.603+01:00  9816   uid=unset gid=unset home=NULL
2016-09-20T20:17:28.603+01:00  9816 routed by system_aliases router
2016-09-20T20:17:28.603+01:00  9816   envelope to: sa@???
2016-09-20T20:17:28.603+01:00  9816   transport: <none>
2016-09-20T20:17:28.603+01:00  9816   errors to 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.603+01:00  9816 locking /var/spool/exim4/db/retry.lockfile
2016-09-20T20:17:28.603+01:00  9816 locked /var/spool/exim4/db/retry.lockfile
2016-09-20T20:17:28.603+01:00  9816 EXIM_DBOPEN(/var/spool/exim4/db/retry)
2016-09-20T20:17:28.603+01:00  9816 returned from EXIM_DBOPEN
2016-09-20T20:17:28.603+01:00  9816 opened hints database /var/spool/exim4/db/retry: flags=O_RDONLY
2016-09-20T20:17:28.603+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.603+01:00  9816 Considering: krull-example-com.simon@???
2016-09-20T20:17:28.603+01:00  9816 unique = krull-example-com.simon@???
2016-09-20T20:17:28.603+01:00  9816 dbfn_read: key=R:example.net
2016-09-20T20:17:28.603+01:00  9816 dbfn_read: key=R:krull-example-com.simon@???
2016-09-20T20:17:28.603+01:00  9816 dbfn_read: key=R:krull-example-com.simon@???:<sensu@???>
2016-09-20T20:17:28.603+01:00  9816 no domain retry record
2016-09-20T20:17:28.604+01:00  9816 no address retry record
2016-09-20T20:17:28.604+01:00  9816 krull-example-com.simon@???: queued for routing
2016-09-20T20:17:28.604+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.604+01:00  9816 routing krull-example-com.simon@???
2016-09-20T20:17:28.604+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.604+01:00  9816 oof_add router skipped: previously routed root@???
2016-09-20T20:17:28.604+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.604+01:00  9816 local_part=krull-example-com.simon domain=example.net
2016-09-20T20:17:28.604+01:00  9816 R: batv_add for krull-example-com.simon@??? (sensu@???)
2016-09-20T20:17:28.604+01:00  9816 checking "condition"
2016-09-20T20:17:28.604+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.604+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.604+01:00  9816 calling batv_add router
2016-09-20T20:17:28.604+01:00  9816 rda_interpret (string): ${quote_local_part:$local_part}@$domain
2016-09-20T20:17:28.606+01:00  9816 expanded: krull-example-com.simon@???
2016-09-20T20:17:28.606+01:00  9816 file is not a filter file
2016-09-20T20:17:28.606+01:00  9816 parse_forward_list: krull-example-com.simon@???
2016-09-20T20:17:28.606+01:00  9816 extract item: krull-example-com.simon@???
2016-09-20T20:17:28.606+01:00  9816 HMAC[sha1](*,1bmQXo-0002Y0-Bh=sensu=17064)=87cfb6e2320b6a3f96c2ff7a9b4b1f49a536da6a
2016-09-20T20:17:28.606+01:00  9816 ------ Verifying errors address 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? ------
2016-09-20T20:17:28.606+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.606+01:00  9816 Verifying 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.606+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.606+01:00  9816 Considering 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.606+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.606+01:00  9816 routing 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.606+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.606+01:00  9816 local_part=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu domain=krull.example.com
2016-09-20T20:17:28.606+01:00  9816 R: oof_add for 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.606+01:00  9816 checking "condition"
2016-09-20T20:17:28.606+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.606+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.606+01:00  9816 oof_add router skipped: condition failure
2016-09-20T20:17:28.606+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.606+01:00  9816 local_part=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu domain=krull.example.com
2016-09-20T20:17:28.606+01:00  9816 R: batv_add for 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? ()
2016-09-20T20:17:28.606+01:00  9816 checking "condition"
2016-09-20T20:17:28.606+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.606+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.606+01:00  9816 batv_add router skipped: condition failure
2016-09-20T20:17:28.606+01:00  9816 --------> hubbed_hosts router <--------
2016-09-20T20:17:28.606+01:00  9816 local_part=1bmqxo-0002y0-bh=87cfb6e2320b=sensu domain=krull.example.com
2016-09-20T20:17:28.606+01:00  9816 checking domains
2016-09-20T20:17:28.606+01:00  9816 expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
2016-09-20T20:17:28.606+01:00  9816 hubbed_hosts router skipped: domains mismatch
2016-09-20T20:17:28.606+01:00  9816 --------> smarthost router <--------
2016-09-20T20:17:28.606+01:00  9816 local_part=1bmqxo-0002y0-bh=87cfb6e2320b=sensu domain=krull.example.com
2016-09-20T20:17:28.606+01:00  9816 checking domains
2016-09-20T20:17:28.606+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.606+01:00  9816 krull.example.com in "! +local_domains"? no (matched "! +local_domains")
2016-09-20T20:17:28.606+01:00  9816 smarthost router skipped: domains mismatch
2016-09-20T20:17:28.606+01:00  9816 --------> real_local router <--------
2016-09-20T20:17:28.606+01:00  9816 local_part=1bmqxo-0002y0-bh=87cfb6e2320b=sensu domain=krull.example.com
2016-09-20T20:17:28.606+01:00  9816 real_local router skipped: prefix mismatch
2016-09-20T20:17:28.606+01:00  9816 --------> batv_remove router <--------
2016-09-20T20:17:28.606+01:00  9816 local_part=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu domain=krull.example.com
2016-09-20T20:17:28.606+01:00  9816 R: batv_remove for 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.606+01:00  9816 checking "condition"
2016-09-20T20:17:28.606+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.606+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.606+01:00  9816 calling batv_remove router
2016-09-20T20:17:28.606+01:00  9816 rda_interpret (string): ${quote_local_part:${substr_30:$local_part}}@$domain
2016-09-20T20:17:28.606+01:00  9816 expanded: sensu@???
2016-09-20T20:17:28.606+01:00  9816 file is not a filter file
2016-09-20T20:17:28.606+01:00  9816 parse_forward_list: sensu@???
2016-09-20T20:17:28.606+01:00  9816 extract item: sensu@???
2016-09-20T20:17:28.606+01:00  9816 batv_remove router generated sensu@???
2016-09-20T20:17:28.606+01:00  9816   errors_to=NULL transport=NULL
2016-09-20T20:17:28.606+01:00  9816   uid=unset gid=unset home=NULL
2016-09-20T20:17:28.607+01:00  9816 routed by batv_remove router
2016-09-20T20:17:28.607+01:00  9816   envelope to: 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.607+01:00  9816   transport: <none>
2016-09-20T20:17:28.607+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.607+01:00  9816 Considering sensu@???
2016-09-20T20:17:28.607+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.607+01:00  9816 routing sensu@???
2016-09-20T20:17:28.607+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.607+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.607+01:00  9816 R: oof_add for sensu@???
2016-09-20T20:17:28.607+01:00  9816 checking "condition"
2016-09-20T20:17:28.607+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.607+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.607+01:00  9816 oof_add router skipped: condition failure
2016-09-20T20:17:28.607+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.607+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.607+01:00  9816 R: batv_add for sensu@??? ()
2016-09-20T20:17:28.607+01:00  9816 checking "condition"
2016-09-20T20:17:28.607+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.607+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.607+01:00  9816 batv_add router skipped: condition failure
2016-09-20T20:17:28.607+01:00  9816 --------> hubbed_hosts router <--------
2016-09-20T20:17:28.607+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.607+01:00  9816 checking domains
2016-09-20T20:17:28.607+01:00  9816 expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
2016-09-20T20:17:28.607+01:00  9816 hubbed_hosts router skipped: domains mismatch
2016-09-20T20:17:28.607+01:00  9816 --------> smarthost router <--------
2016-09-20T20:17:28.607+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.607+01:00  9816 checking domains
2016-09-20T20:17:28.607+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.607+01:00  9816 krull.example.com in "! +local_domains"? no (matched "! +local_domains")
2016-09-20T20:17:28.607+01:00  9816 smarthost router skipped: domains mismatch
2016-09-20T20:17:28.607+01:00  9816 --------> real_local router <--------
2016-09-20T20:17:28.607+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.607+01:00  9816 real_local router skipped: prefix mismatch
2016-09-20T20:17:28.607+01:00  9816 --------> batv_remove router <--------
2016-09-20T20:17:28.607+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.607+01:00  9816 R: batv_remove for sensu@???
2016-09-20T20:17:28.607+01:00  9816 checking "condition"
2016-09-20T20:17:28.607+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.607+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.607+01:00  9816 batv_remove router skipped: condition failure
2016-09-20T20:17:28.607+01:00  9816 --------> system_aliases router <--------
2016-09-20T20:17:28.607+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.607+01:00  9816 checking domains
2016-09-20T20:17:28.607+01:00  9816 cached yes match for +local_domains
2016-09-20T20:17:28.607+01:00  9816 cached lookup data = NULL
2016-09-20T20:17:28.607+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
2016-09-20T20:17:28.607+01:00  9816 R: system_aliases for sensu@???
2016-09-20T20:17:28.607+01:00  9816 calling system_aliases router
2016-09-20T20:17:28.607+01:00  9816 rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
2016-09-20T20:17:28.607+01:00  9816 search_open: lsearch "/etc/aliases"
2016-09-20T20:17:28.607+01:00  9816   cached open
2016-09-20T20:17:28.607+01:00  9816 search_find: file="/etc/aliases"
2016-09-20T20:17:28.607+01:00  9816   key="sensu" partial=-1 affix=NULL starflags=0
2016-09-20T20:17:28.607+01:00  9816 LRU list:
2016-09-20T20:17:28.607+01:00  9816   7/etc/aliases
2016-09-20T20:17:28.607+01:00  9816   End
2016-09-20T20:17:28.607+01:00  9816 internal_search_find: file="/etc/aliases"
2016-09-20T20:17:28.607+01:00  9816   type=lsearch key="sensu"
2016-09-20T20:17:28.607+01:00  9816 cached data used for lookup of sensu
2016-09-20T20:17:28.607+01:00  9816   in /etc/aliases
2016-09-20T20:17:28.607+01:00  9816 lookup failed
2016-09-20T20:17:28.607+01:00  9816 expanded:
2016-09-20T20:17:28.607+01:00  9816 file is not a filter file
2016-09-20T20:17:28.607+01:00  9816 parse_forward_list:
2016-09-20T20:17:28.607+01:00  9816 system_aliases router declined for sensu@???
2016-09-20T20:17:28.607+01:00  9816 --------> userforward router <--------
2016-09-20T20:17:28.607+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.607+01:00  9816 userforward router skipped: verify 2 0 0
2016-09-20T20:17:28.607+01:00  9816 --------> procmail router <--------
2016-09-20T20:17:28.607+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.607+01:00  9816 procmail router skipped: verify 2 0 0
2016-09-20T20:17:28.607+01:00  9816 --------> maildrop router <--------
2016-09-20T20:17:28.607+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.607+01:00  9816 maildrop router skipped: verify 2 0 0
2016-09-20T20:17:28.607+01:00  9816 --------> lowuid_aliases router <--------
2016-09-20T20:17:28.607+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.607+01:00  9816 checking domains
2016-09-20T20:17:28.607+01:00  9816 cached yes match for +local_domains
2016-09-20T20:17:28.607+01:00  9816 cached lookup data = NULL
2016-09-20T20:17:28.607+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
2016-09-20T20:17:28.607+01:00  9816 checking for local user
2016-09-20T20:17:28.607+01:00  9816 seeking password data for user "sensu": using cached result
2016-09-20T20:17:28.607+01:00  9816 getpwnam() succeeded uid=999 gid=992
2016-09-20T20:17:28.608+01:00  9816 R: lowuid_aliases for sensu@??? (UID 999)
2016-09-20T20:17:28.608+01:00  9816 checking "condition"
2016-09-20T20:17:28.608+01:00  9816 ::1 in ":@[]"? yes (matched "@[]")
2016-09-20T20:17:28.608+01:00  9816 lowuid_aliases router skipped: condition failure
2016-09-20T20:17:28.608+01:00  9816 --------> system_user router <--------
2016-09-20T20:17:28.608+01:00  9816 local_part=sensu domain=krull.example.com
2016-09-20T20:17:28.608+01:00  9816 checking domains
2016-09-20T20:17:28.608+01:00  9816 cached yes match for +local_domains
2016-09-20T20:17:28.608+01:00  9816 cached lookup data = NULL
2016-09-20T20:17:28.608+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
2016-09-20T20:17:28.608+01:00  9816 checking for local user
2016-09-20T20:17:28.608+01:00  9816 seeking password data for user "sensu": using cached result
2016-09-20T20:17:28.608+01:00  9816 getpwnam() succeeded uid=999 gid=992
2016-09-20T20:17:28.608+01:00  9816 R: system_user for sensu@??? (UID 999)
2016-09-20T20:17:28.608+01:00  9816 checking "condition"
2016-09-20T20:17:28.612+01:00  9816 calling system_user router
2016-09-20T20:17:28.612+01:00  9816 rda_interpret (string): root
2016-09-20T20:17:28.612+01:00  9816 expanded: root
2016-09-20T20:17:28.612+01:00  9816 file is not a filter file
2016-09-20T20:17:28.612+01:00  9816 parse_forward_list: root
2016-09-20T20:17:28.612+01:00  9816 extract item: root
2016-09-20T20:17:28.612+01:00  9816 system_user router generated root@???
2016-09-20T20:17:28.612+01:00  9816   errors_to=NULL transport=NULL
2016-09-20T20:17:28.612+01:00  9816   uid=unset gid=unset home=NULL
2016-09-20T20:17:28.612+01:00  9816 routed by system_user router
2016-09-20T20:17:28.612+01:00  9816   envelope to: sensu@???
2016-09-20T20:17:28.612+01:00  9816   transport: <none>
2016-09-20T20:17:28.612+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.612+01:00  9816 Considering root@???
2016-09-20T20:17:28.612+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.612+01:00  9816 routing root@???
2016-09-20T20:17:28.612+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.612+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.612+01:00  9816 R: oof_add for root@???
2016-09-20T20:17:28.612+01:00  9816 checking "condition"
2016-09-20T20:17:28.612+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.612+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.612+01:00  9816 oof_add router skipped: condition failure
2016-09-20T20:17:28.612+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.612+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.612+01:00  9816 R: batv_add for root@??? ()
2016-09-20T20:17:28.612+01:00  9816 checking "condition"
2016-09-20T20:17:28.612+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.612+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.612+01:00  9816 batv_add router skipped: condition failure
2016-09-20T20:17:28.612+01:00  9816 --------> hubbed_hosts router <--------
2016-09-20T20:17:28.612+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.612+01:00  9816 checking domains
2016-09-20T20:17:28.612+01:00  9816 expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
2016-09-20T20:17:28.612+01:00  9816 hubbed_hosts router skipped: domains mismatch
2016-09-20T20:17:28.612+01:00  9816 --------> smarthost router <--------
2016-09-20T20:17:28.612+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.612+01:00  9816 checking domains
2016-09-20T20:17:28.612+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.612+01:00  9816 krull.example.com in "! +local_domains"? no (matched "! +local_domains")
2016-09-20T20:17:28.612+01:00  9816 smarthost router skipped: domains mismatch
2016-09-20T20:17:28.612+01:00  9816 --------> real_local router <--------
2016-09-20T20:17:28.612+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.612+01:00  9816 real_local router skipped: prefix mismatch
2016-09-20T20:17:28.612+01:00  9816 --------> batv_remove router <--------
2016-09-20T20:17:28.612+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.612+01:00  9816 R: batv_remove for root@???
2016-09-20T20:17:28.612+01:00  9816 checking "condition"
2016-09-20T20:17:28.612+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.612+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.612+01:00  9816 batv_remove router skipped: condition failure
2016-09-20T20:17:28.612+01:00  9816 --------> system_aliases router <--------
2016-09-20T20:17:28.612+01:00  9816 local_part=root domain=krull.example.com
2016-09-20T20:17:28.612+01:00  9816 checking domains
2016-09-20T20:17:28.612+01:00  9816 cached yes match for +local_domains
2016-09-20T20:17:28.612+01:00  9816 cached lookup data = NULL
2016-09-20T20:17:28.612+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
2016-09-20T20:17:28.612+01:00  9816 R: system_aliases for root@???
2016-09-20T20:17:28.613+01:00  9816 calling system_aliases router
2016-09-20T20:17:28.613+01:00  9816 rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
2016-09-20T20:17:28.613+01:00  9816 search_open: lsearch "/etc/aliases"
2016-09-20T20:17:28.613+01:00  9816   cached open
2016-09-20T20:17:28.613+01:00  9816 search_find: file="/etc/aliases"
2016-09-20T20:17:28.613+01:00  9816   key="root" partial=-1 affix=NULL starflags=0
2016-09-20T20:17:28.613+01:00  9816 LRU list:
2016-09-20T20:17:28.613+01:00  9816   7/etc/aliases
2016-09-20T20:17:28.613+01:00  9816   End
2016-09-20T20:17:28.613+01:00  9816 internal_search_find: file="/etc/aliases"
2016-09-20T20:17:28.613+01:00  9816   type=lsearch key="root"
2016-09-20T20:17:28.613+01:00  9816 cached data used for lookup of root
2016-09-20T20:17:28.613+01:00  9816   in /etc/aliases
2016-09-20T20:17:28.613+01:00  9816 lookup yielded: sa
2016-09-20T20:17:28.613+01:00  9816 expanded: sa
2016-09-20T20:17:28.613+01:00  9816 file is not a filter file
2016-09-20T20:17:28.613+01:00  9816 parse_forward_list: sa
2016-09-20T20:17:28.614+01:00  9816 extract item: sa
2016-09-20T20:17:28.614+01:00  9816 system_aliases router generated sa@???
2016-09-20T20:17:28.614+01:00  9816   errors_to=NULL transport=NULL
2016-09-20T20:17:28.614+01:00  9816   uid=unset gid=unset home=NULL
2016-09-20T20:17:28.614+01:00  9816 routed by system_aliases router
2016-09-20T20:17:28.614+01:00  9816   envelope to: root@???
2016-09-20T20:17:28.614+01:00  9816   transport: <none>
2016-09-20T20:17:28.614+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.614+01:00  9816 Considering sa@???
2016-09-20T20:17:28.614+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.615+01:00  9816 routing sa@???
2016-09-20T20:17:28.615+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.615+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.615+01:00  9816 R: oof_add for sa@???
2016-09-20T20:17:28.615+01:00  9816 checking "condition"
2016-09-20T20:17:28.615+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.615+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.615+01:00  9816 oof_add router skipped: condition failure
2016-09-20T20:17:28.615+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.615+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.615+01:00  9816 R: batv_add for sa@??? ()
2016-09-20T20:17:28.615+01:00  9816 checking "condition"
2016-09-20T20:17:28.615+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.615+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.615+01:00  9816 batv_add router skipped: condition failure
2016-09-20T20:17:28.615+01:00  9816 --------> hubbed_hosts router <--------
2016-09-20T20:17:28.615+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.615+01:00  9816 checking domains
2016-09-20T20:17:28.615+01:00  9816 expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
2016-09-20T20:17:28.615+01:00  9816 hubbed_hosts router skipped: domains mismatch
2016-09-20T20:17:28.615+01:00  9816 --------> smarthost router <--------
2016-09-20T20:17:28.615+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.615+01:00  9816 checking domains
2016-09-20T20:17:28.615+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.615+01:00  9816 krull.example.com in "! +local_domains"? no (matched "! +local_domains")
2016-09-20T20:17:28.615+01:00  9816 smarthost router skipped: domains mismatch
2016-09-20T20:17:28.615+01:00  9816 --------> real_local router <--------
2016-09-20T20:17:28.615+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.615+01:00  9816 real_local router skipped: prefix mismatch
2016-09-20T20:17:28.615+01:00  9816 --------> batv_remove router <--------
2016-09-20T20:17:28.615+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.615+01:00  9816 R: batv_remove for sa@???
2016-09-20T20:17:28.615+01:00  9816 checking "condition"
2016-09-20T20:17:28.615+01:00  9816 krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
2016-09-20T20:17:28.615+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains")
2016-09-20T20:17:28.615+01:00  9816 batv_remove router skipped: condition failure
2016-09-20T20:17:28.615+01:00  9816 --------> system_aliases router <--------
2016-09-20T20:17:28.615+01:00  9816 local_part=sa domain=krull.example.com
2016-09-20T20:17:28.615+01:00  9816 checking domains
2016-09-20T20:17:28.615+01:00  9816 cached yes match for +local_domains
2016-09-20T20:17:28.615+01:00  9816 cached lookup data = NULL
2016-09-20T20:17:28.615+01:00  9816 krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
2016-09-20T20:17:28.615+01:00  9816 R: system_aliases for sa@???
2016-09-20T20:17:28.615+01:00  9816 calling system_aliases router
2016-09-20T20:17:28.615+01:00  9816 rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
2016-09-20T20:17:28.615+01:00  9816 search_open: lsearch "/etc/aliases"
2016-09-20T20:17:28.615+01:00  9816   cached open
2016-09-20T20:17:28.615+01:00  9816 search_find: file="/etc/aliases"
2016-09-20T20:17:28.615+01:00  9816   key="sa" partial=-1 affix=NULL starflags=0
2016-09-20T20:17:28.615+01:00  9816 LRU list:
2016-09-20T20:17:28.615+01:00  9816   7/etc/aliases
2016-09-20T20:17:28.615+01:00  9816   End
2016-09-20T20:17:28.615+01:00  9816 internal_search_find: file="/etc/aliases"
2016-09-20T20:17:28.615+01:00  9816   type=lsearch key="sa"
2016-09-20T20:17:28.615+01:00  9816 cached data used for lookup of sa
2016-09-20T20:17:28.615+01:00  9816   in /etc/aliases
2016-09-20T20:17:28.615+01:00  9816 lookup yielded: krull-example-com.simon@???
2016-09-20T20:17:28.615+01:00  9816 expanded: krull-example-com.simon@???
2016-09-20T20:17:28.615+01:00  9816 file is not a filter file
2016-09-20T20:17:28.615+01:00  9816 parse_forward_list: krull-example-com.simon@???
2016-09-20T20:17:28.615+01:00  9816 extract item: krull-example-com.simon@???
2016-09-20T20:17:28.615+01:00  9816 system_aliases router generated krull-example-com.simon@???
2016-09-20T20:17:28.615+01:00  9816   errors_to=NULL transport=NULL
2016-09-20T20:17:28.615+01:00  9816   uid=unset gid=unset home=NULL
2016-09-20T20:17:28.615+01:00  9816 routed by system_aliases router
2016-09-20T20:17:28.615+01:00  9816   envelope to: sa@???
2016-09-20T20:17:28.615+01:00  9816   transport: <none>
2016-09-20T20:17:28.615+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.615+01:00  9816 Considering krull-example-com.simon@???
2016-09-20T20:17:28.615+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.615+01:00  9816 routing krull-example-com.simon@???
2016-09-20T20:17:28.615+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.615+01:00  9816 local_part=krull-example-com.simon domain=example.net
2016-09-20T20:17:28.615+01:00  9816 R: oof_add for krull-example-com.simon@???
2016-09-20T20:17:28.615+01:00  9816 checking "condition"
2016-09-20T20:17:28.615+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.615+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.615+01:00  9816 oof_add router skipped: condition failure
2016-09-20T20:17:28.615+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.615+01:00  9816 local_part=krull-example-com.simon domain=example.net
2016-09-20T20:17:28.615+01:00  9816 R: batv_add for krull-example-com.simon@??? ()
2016-09-20T20:17:28.615+01:00  9816 checking "condition"
2016-09-20T20:17:28.615+01:00  9816  in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.615+01:00  9816  in "+local_domains"? no (end of list)
2016-09-20T20:17:28.616+01:00  9816 batv_add router skipped: condition failure
2016-09-20T20:17:28.616+01:00  9816 --------> hubbed_hosts router <--------
2016-09-20T20:17:28.616+01:00  9816 local_part=krull-example-com.simon domain=example.net
2016-09-20T20:17:28.616+01:00  9816 checking domains
2016-09-20T20:17:28.616+01:00  9816 expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
2016-09-20T20:17:28.616+01:00  9816 hubbed_hosts router skipped: domains mismatch
2016-09-20T20:17:28.616+01:00  9816 --------> smarthost router <--------
2016-09-20T20:17:28.616+01:00  9816 local_part=krull-example-com.simon domain=example.net
2016-09-20T20:17:28.616+01:00  9816 checking domains
2016-09-20T20:17:28.616+01:00  9816 example.net in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.616+01:00  9816 example.net in "! +local_domains"? yes (end of list)
2016-09-20T20:17:28.616+01:00  9816 R: smarthost for krull-example-com.simon@???
2016-09-20T20:17:28.616+01:00  9816 calling smarthost router
2016-09-20T20:17:28.616+01:00  9816 smarthost router called for krull-example-com.simon@???
2016-09-20T20:17:28.616+01:00  9816   domain = example.net
2016-09-20T20:17:28.621+01:00  9816 route_item = * tsort.example.com byname
2016-09-20T20:17:28.621+01:00  9816 example.net in "*"? yes (matched "*")
2016-09-20T20:17:28.621+01:00  9816 original list of hosts = "tsort.example.com" options = byname
2016-09-20T20:17:28.621+01:00  9816 expanded list of hosts = "tsort.example.com" options = byname
2016-09-20T20:17:28.621+01:00  9816 finding IP address for tsort.example.com
2016-09-20T20:17:28.621+01:00  9816 calling host_find_byname
2016-09-20T20:17:28.621+01:00  9816 fully qualified name = tsort.example.com
2016-09-20T20:17:28.621+01:00  9816 gethostbyname2 looked up these IP addresses:
2016-09-20T20:17:28.621+01:00  9816   name=tsort.example.com address=2001:8b0:ffea:0:b066:feff:fe63:ca2b
2016-09-20T20:17:28.621+01:00  9816   name=tsort.example.com address=81.2.80.87
2016-09-20T20:17:28.621+01:00  9816 queued for remote_smtp_smarthost transport: local_part = krull-example-com.simon
2016-09-20T20:17:28.621+01:00  9816 domain = example.net
2016-09-20T20:17:28.621+01:00  9816   errors_to=NULL
2016-09-20T20:17:28.621+01:00  9816   domain_data=NULL localpart_data=NULL
2016-09-20T20:17:28.621+01:00  9816 routed by smarthost router
2016-09-20T20:17:28.621+01:00  9816   envelope to: krull-example-com.simon@???
2016-09-20T20:17:28.621+01:00  9816   transport: remote_smtp_smarthost
2016-09-20T20:17:28.621+01:00  9816   host tsort.example.com [2001:8b0:ffea:0:b066:feff:fe63:ca2b]
2016-09-20T20:17:28.621+01:00  9816   host tsort.example.com [81.2.80.87]
2016-09-20T20:17:28.621+01:00  9816 ------ End verifying errors address 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? ------
2016-09-20T20:17:28.621+01:00  9816 batv_add router generated krull-example-com.simon@???
2016-09-20T20:17:28.621+01:00  9816   errors_to=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? transport=NULL
2016-09-20T20:17:28.621+01:00  9816   uid=unset gid=unset home=NULL
2016-09-20T20:17:28.621+01:00  9816 routed by batv_add router
2016-09-20T20:17:28.621+01:00  9816   envelope to: krull-example-com.simon@???
2016-09-20T20:17:28.621+01:00  9816   transport: <none>
2016-09-20T20:17:28.621+01:00  9816   errors to 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.621+01:00  9816 locking /var/spool/exim4/db/retry.lockfile
2016-09-20T20:17:28.621+01:00  9816 locked /var/spool/exim4/db/retry.lockfile
2016-09-20T20:17:28.621+01:00  9816 EXIM_DBOPEN(/var/spool/exim4/db/retry)
2016-09-20T20:17:28.621+01:00  9816 returned from EXIM_DBOPEN
2016-09-20T20:17:28.621+01:00  9816 opened hints database /var/spool/exim4/db/retry: flags=O_RDONLY
2016-09-20T20:17:28.621+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.621+01:00  9816 Considering: krull-example-com.simon@???
2016-09-20T20:17:28.621+01:00  9816 unique = \0\krull-example-com.simon@???
2016-09-20T20:17:28.622+01:00  9816 dbfn_read: key=R:example.net
2016-09-20T20:17:28.622+01:00  9816 dbfn_read: key=R:krull-example-com.simon@???
2016-09-20T20:17:28.622+01:00  9816 dbfn_read: key=R:krull-example-com.simon@???:<sensu@???>
2016-09-20T20:17:28.622+01:00  9816 no domain retry record
2016-09-20T20:17:28.622+01:00  9816 no address retry record
2016-09-20T20:17:28.622+01:00  9816 krull-example-com.simon@???: queued for routing
2016-09-20T20:17:28.622+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.622+01:00  9816 routing krull-example-com.simon@???
2016-09-20T20:17:28.622+01:00  9816 --------> oof_add router <--------
2016-09-20T20:17:28.622+01:00  9816 oof_add router skipped: previously routed root@???
2016-09-20T20:17:28.622+01:00  9816 --------> batv_add router <--------
2016-09-20T20:17:28.622+01:00  9816 batv_add router skipped: previously routed krull-example-com.simon@???
2016-09-20T20:17:28.622+01:00  9816 --------> hubbed_hosts router <--------
2016-09-20T20:17:28.622+01:00  9816 local_part=krull-example-com.simon domain=example.net
2016-09-20T20:17:28.622+01:00  9816 checking domains
2016-09-20T20:17:28.622+01:00  9816 expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
2016-09-20T20:17:28.622+01:00  9816 hubbed_hosts router skipped: domains mismatch
2016-09-20T20:17:28.622+01:00  9816 --------> smarthost router <--------
2016-09-20T20:17:28.622+01:00  9816 local_part=krull-example-com.simon domain=example.net
2016-09-20T20:17:28.622+01:00  9816 checking domains
2016-09-20T20:17:28.622+01:00  9816 example.net in "@:localhost:/etc/mailname"? no (end of list)
2016-09-20T20:17:28.622+01:00  9816 example.net in "! +local_domains"? yes (end of list)
2016-09-20T20:17:28.622+01:00  9816 R: smarthost for krull-example-com.simon@???
2016-09-20T20:17:28.622+01:00  9816 calling smarthost router
2016-09-20T20:17:28.622+01:00  9816 smarthost router called for krull-example-com.simon@???
2016-09-20T20:17:28.622+01:00  9816   domain = example.net
2016-09-20T20:17:28.622+01:00  9816 route_item = * tsort.example.com byname
2016-09-20T20:17:28.622+01:00  9816 example.net in "*"? yes (matched "*")
2016-09-20T20:17:28.622+01:00  9816 original list of hosts = "tsort.example.com" options = byname
2016-09-20T20:17:28.622+01:00  9816 expanded list of hosts = "tsort.example.com" options = byname
2016-09-20T20:17:28.622+01:00  9816 finding IP address for tsort.example.com
2016-09-20T20:17:28.622+01:00  9816 calling host_find_byname
2016-09-20T20:17:28.622+01:00  9816 fully qualified name = tsort.example.com
2016-09-20T20:17:28.622+01:00  9816 gethostbyname2 looked up these IP addresses:
2016-09-20T20:17:28.622+01:00  9816   name=tsort.example.com address=2001:8b0:ffea:0:b066:feff:fe63:ca2b
2016-09-20T20:17:28.622+01:00  9816   name=tsort.example.com address=81.2.80.87
2016-09-20T20:17:28.622+01:00  9816 queued for remote_smtp_smarthost transport: local_part = krull-example-com.simon
2016-09-20T20:17:28.622+01:00  9816 domain = example.net
2016-09-20T20:17:28.622+01:00  9816   errors_to=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.622+01:00  9816   domain_data=NULL localpart_data=NULL
2016-09-20T20:17:28.622+01:00  9816 routed by smarthost router
2016-09-20T20:17:28.622+01:00  9816   envelope to: krull-example-com.simon@???
2016-09-20T20:17:28.622+01:00  9816   transport: remote_smtp_smarthost
2016-09-20T20:17:28.622+01:00  9816   errors to 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
2016-09-20T20:17:28.622+01:00  9816   host tsort.example.com [2001:8b0:ffea:0:b066:feff:fe63:ca2b]
2016-09-20T20:17:28.622+01:00  9816   host tsort.example.com [81.2.80.87]
2016-09-20T20:17:28.622+01:00  9816 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2016-09-20T20:17:28.622+01:00  9816 After routing:
2016-09-20T20:17:28.622+01:00  9816   Local deliveries:
2016-09-20T20:17:28.622+01:00  9816   Remote deliveries:
2016-09-20T20:17:28.622+01:00  9816     krull-example-com.simon@???
2016-09-20T20:17:28.622+01:00  9816   Failed addresses:
2016-09-20T20:17:28.622+01:00  9816   Deferred addresses:
2016-09-20T20:17:28.622+01:00  9816 search_tidyup called
2016-09-20T20:17:28.622+01:00  9816 >>>>>>>>>>>>>>>> Remote deliveries >>>>>>>>>>>>>>>>
2016-09-20T20:17:28.622+01:00  9816 --------> krull-example-com.simon@??? <--------
2016-09-20T20:17:28.622+01:00  9816 search_tidyup called
2016-09-20T20:17:28.622+01:00  9816 set_process_info:  9816 delivering 1bmQXo-0002Y0-Bh: waiting for a remote delivery subprocess to finish
2016-09-20T20:17:28.622+01:00  9816 selecting on subprocess pipes
2016-09-20T20:17:28.622+01:00  9818 changed uid/gid: remote delivery to krull-example-com.simon@??? with transport=remote_smtp_smarthost
2016-09-20T20:17:28.622+01:00  9818   uid=114 gid=119 pid=9818
2016-09-20T20:17:28.622+01:00  9818   auxiliary group list: <none>
2016-09-20T20:17:28.622+01:00  9818 set_process_info:  9818 delivering 1bmQXo-0002Y0-Bh using remote_smtp_smarthost
2016-09-20T20:17:28.622+01:00  9818 T: remote_smtp_smarthost for krull-example-com.simon@???
2016-09-20T20:17:28.622+01:00  9818 remote_smtp_smarthost transport entered
2016-09-20T20:17:28.622+01:00  9818   krull-example-com.simon@???
2016-09-20T20:17:28.622+01:00  9818 example.net in queue_smtp_domains? no (option unset)
2016-09-20T20:17:28.622+01:00  9818 checking status of tsort.example.com
2016-09-20T20:17:28.622+01:00  9818 locking /var/spool/exim4/db/retry.lockfile
2016-09-20T20:17:28.622+01:00  9818 locked /var/spool/exim4/db/retry.lockfile
2016-09-20T20:17:28.622+01:00  9818 EXIM_DBOPEN(/var/spool/exim4/db/retry)
2016-09-20T20:17:28.622+01:00  9818 returned from EXIM_DBOPEN
2016-09-20T20:17:28.622+01:00  9818 opened hints database /var/spool/exim4/db/retry: flags=O_RDONLY
2016-09-20T20:17:28.622+01:00  9818 dbfn_read: key=T:tsort.example.com:2001:8b0:ffea:0:b066:feff:fe63:ca2b
2016-09-20T20:17:28.622+01:00  9818 dbfn_read: key=T:tsort.example.com:2001:8b0:ffea:0:b066:feff:fe63:ca2b:1bmQXo-0002Y0-Bh
2016-09-20T20:17:28.622+01:00  9818 no message retry record
2016-09-20T20:17:28.622+01:00  9818 retry time not reached: checking ultimate address timeout
2016-09-20T20:17:28.622+01:00  9818   now=1474399048 first_failed=1474399016 next_try=1474399916 expired=0
2016-09-20T20:17:28.622+01:00  9818 address match test: subject=*@tsort.example.com pattern=*
2016-09-20T20:17:28.622+01:00  9818 tsort.example.com in "*"? yes (matched "*")
2016-09-20T20:17:28.622+01:00  9818 *@tsort.example.com in "*"? yes (matched "*")
2016-09-20T20:17:28.622+01:00  9818   received_time=1474399048 diff=0 timeout=345600
2016-09-20T20:17:28.622+01:00  9818 tsort.example.com [2001:8b0:ffea:0:b066:feff:fe63:ca2b] status = unusable
2016-09-20T20:17:28.622+01:00  9818 example.net in queue_smtp_domains? no (option unset)
2016-09-20T20:17:28.622+01:00  9818 checking status of tsort.example.com
2016-09-20T20:17:28.623+01:00  9818 locking /var/spool/exim4/db/retry.lockfile
2016-09-20T20:17:28.623+01:00  9818 locked /var/spool/exim4/db/retry.lockfile
2016-09-20T20:17:28.623+01:00  9818 EXIM_DBOPEN(/var/spool/exim4/db/retry)
2016-09-20T20:17:28.623+01:00  9818 returned from EXIM_DBOPEN
2016-09-20T20:17:28.623+01:00  9818 opened hints database /var/spool/exim4/db/retry: flags=O_RDONLY
2016-09-20T20:17:28.623+01:00  9818 dbfn_read: key=T:tsort.example.com:81.2.80.87
2016-09-20T20:17:28.623+01:00  9818 dbfn_read: key=T:tsort.example.com:81.2.80.87:1bmQXo-0002Y0-Bh
2016-09-20T20:17:28.623+01:00  9818 no message retry record
2016-09-20T20:17:28.623+01:00  9818 retry time not reached: checking ultimate address timeout
2016-09-20T20:17:28.623+01:00  9818   now=1474399048 first_failed=1474360492 next_try=1474402616 expired=0
2016-09-20T20:17:28.623+01:00  9818 address match test: subject=*@tsort.example.com pattern=*
2016-09-20T20:17:28.623+01:00  9818 tsort.example.com in "*"? yes (matched "*")
2016-09-20T20:17:28.623+01:00  9818 *@tsort.example.com in "*"? yes (matched "*")
2016-09-20T20:17:28.623+01:00  9818   received_time=1474399048 diff=0 timeout=345600
2016-09-20T20:17:28.623+01:00  9818 tsort.example.com [81.2.80.87] status = unusable
2016-09-20T20:17:28.623+01:00  9818 all IP addresses skipped or deferred at least one address
2016-09-20T20:17:28.623+01:00  9818 updating wait-remote_smtp_smarthost database
2016-09-20T20:17:28.623+01:00  9818 locking /var/spool/exim4/db/wait-remote_smtp_smarthost.lockfile
2016-09-20T20:17:28.623+01:00  9818 locked /var/spool/exim4/db/wait-remote_smtp_smarthost.lockfile
2016-09-20T20:17:28.623+01:00  9818 EXIM_DBOPEN(/var/spool/exim4/db/wait-remote_smtp_smarthost)
2016-09-20T20:17:28.623+01:00  9818 returned from EXIM_DBOPEN
2016-09-20T20:17:28.623+01:00  9818 opened hints database /var/spool/exim4/db/wait-remote_smtp_smarthost: flags=O_RDWR
2016-09-20T20:17:28.623+01:00  9818 dbfn_read: key=tsort.example.com
2016-09-20T20:17:28.623+01:00  9818 dbfn_write: key=tsort.example.com
2016-09-20T20:17:28.623+01:00  9818 added to list for tsort.example.com
2016-09-20T20:17:28.689+01:00  9818 Leaving remote_smtp_smarthost transport
2016-09-20T20:17:28.689+01:00  9818 set_process_info:  9818 delivering 1bmQXo-0002Y0-Bh (just run remote_smtp_smarthost for krull-example-com.simon@??? in subprocess)
2016-09-20T20:17:28.689+01:00  9818 search_tidyup called
2016-09-20T20:17:28.689+01:00  9818 header write id:H,subid:0,size:38,final:H000038
2016-09-20T20:17:28.689+01:00 1bmQXo-0002Y0-Bh == krull-example-com.simon@??? <root@???> R=smarthost T=remote_smtp_smarthost defer (-53): retry time not reached for any host
2016-09-20T20:17:28.689+01:00  9816 reading pipe for subprocess 9818 (not ended)
2016-09-20T20:17:28.689+01:00  9816 read() yielded 45
2016-09-20T20:17:28.689+01:00  9816 header read  id:H,subid:0,size:00038,required:45,remaining:45,unfinished:0
2016-09-20T20:17:28.689+01:00  9816 selecting on subprocess pipes
2016-09-20T20:17:28.689+01:00  9818 header write id:H,subid:0,size:13,final:H000013
2016-09-20T20:17:28.689+01:00  9816 reading pipe for subprocess 9818 (not ended)
2016-09-20T20:17:28.689+01:00  9816 read() yielded 20
2016-09-20T20:17:28.689+01:00  9816 header read  id:H,subid:0,size:00013,required:20,remaining:20,unfinished:0
2016-09-20T20:17:28.689+01:00  9816 selecting on subprocess pipes
2016-09-20T20:17:28.689+01:00  9818 header write id:S,subid:0,size:4,final:S000004
2016-09-20T20:17:28.689+01:00  9816 reading pipe for subprocess 9818 (not ended)
2016-09-20T20:17:28.689+01:00  9816 read() yielded 11
2016-09-20T20:17:28.689+01:00  9816 header read  id:S,subid:0,size:00004,required:11,remaining:11,unfinished:0
2016-09-20T20:17:28.689+01:00  9816 selecting on subprocess pipes
2016-09-20T20:17:28.689+01:00  9818 header write id:D,subid:0,size:4,final:D000004
2016-09-20T20:17:28.689+01:00  9816 reading pipe for subprocess 9818 (not ended)
2016-09-20T20:17:28.689+01:00  9816 read() yielded 11
2016-09-20T20:17:28.689+01:00  9816 header read  id:D,subid:0,size:00004,required:11,remaining:11,unfinished:0
2016-09-20T20:17:28.689+01:00  9816 DSN read: addr->dsn_aware = 0
2016-09-20T20:17:28.689+01:00  9816 selecting on subprocess pipes
2016-09-20T20:17:28.689+01:00  9818 DSN write: addr->dsn_aware = 0
2016-09-20T20:17:28.689+01:00  9818 header write id:A,subid:0,size:50,final:A000050
2016-09-20T20:17:28.689+01:00  9816 reading pipe for subprocess 9818 (not ended)
2016-09-20T20:17:28.689+01:00  9816 read() yielded 57
2016-09-20T20:17:28.689+01:00  9816 header read  id:A,subid:0,size:00050,required:57,remaining:57,unfinished:0
2016-09-20T20:17:28.689+01:00  9816 selecting on subprocess pipes
2016-09-20T20:17:28.689+01:00  9818 header write id:Z,subid:0,size:1,final:Z000001
2016-09-20T20:17:28.689+01:00  9816 reading pipe for subprocess 9818 (not ended)
2016-09-20T20:17:28.689+01:00  9816 read() yielded 8
2016-09-20T20:17:28.689+01:00  9816 header read  id:Z,subid:0,size:00001,required:8,remaining:8,unfinished:0
2016-09-20T20:17:28.689+01:00  9816 Z00 item read
2016-09-20T20:17:28.689+01:00  9816 remote delivery process 9818 ended
2016-09-20T20:17:28.689+01:00  9816 set_process_info:  9816 delivering 1bmQXo-0002Y0-Bh
2016-09-20T20:17:28.689+01:00  9816 post-process krull-example-com.simon@??? (1)
2016-09-20T20:17:28.689+01:00  9816 LOG: retry_defer MAIN
2016-09-20T20:17:28.689+01:00  9816   == krull-example-com.simon@??? <root@???> R=smarthost T=remote_smtp_smarthost defer (-53): retry time not reached for any host
2016-09-20T20:17:28.689+01:00  9816 >>>>>>>>>>>>>>>> deliveries are done >>>>>>>>>>>>>>>>
2016-09-20T20:17:28.689+01:00  9816 changed uid/gid: post-delivery tidying
2016-09-20T20:17:28.689+01:00  9816   uid=114 gid=119 pid=9816
2016-09-20T20:17:28.689+01:00  9816   auxiliary group list: <none>
2016-09-20T20:17:28.689+01:00  9816 set_process_info:  9816 tidying up after delivering 1bmQXo-0002Y0-Bh
2016-09-20T20:17:28.689+01:00  9816 Processing retry items
2016-09-20T20:17:28.689+01:00  9816 Succeeded addresses:
2016-09-20T20:17:28.689+01:00  9816 krull-example-com.simon@???: no retry items
2016-09-20T20:17:28.689+01:00  9816 sa@???: no retry items
2016-09-20T20:17:28.689+01:00  9816 sa@???: no retry items
2016-09-20T20:17:28.689+01:00  9816 root@???: no retry items
2016-09-20T20:17:28.689+01:00  9816 root@???: no retry items
2016-09-20T20:17:28.689+01:00  9816 root@???: no retry items
2016-09-20T20:17:28.689+01:00  9816 sa@???: no retry items
2016-09-20T20:17:28.689+01:00  9816 sa@???: no retry items
2016-09-20T20:17:28.689+01:00  9816 root@???: no retry items
2016-09-20T20:17:28.689+01:00  9816 root@???: no retry items
2016-09-20T20:17:28.689+01:00  9816 root@???: no retry items
2016-09-20T20:17:28.689+01:00  9816 sa@???: no retry items
2016-09-20T20:17:28.690+01:00  9816 root@???: no retry items
2016-09-20T20:17:28.690+01:00  9816 root@???: no retry items
2016-09-20T20:17:28.690+01:00  9816 root@???: no retry items
2016-09-20T20:17:28.690+01:00  9816 root@???: no retry items
2016-09-20T20:17:28.690+01:00  9816 root@???: no retry items
2016-09-20T20:17:28.690+01:00  9816 root@???: no retry items
2016-09-20T20:17:28.690+01:00  9816 root@???: no retry items
2016-09-20T20:17:28.690+01:00  9816 root@???: no retry items
2016-09-20T20:17:28.690+01:00  9816 root@???: no retry items
2016-09-20T20:17:28.690+01:00  9816 Failed addresses:
2016-09-20T20:17:28.690+01:00  9816 Deferred addresses:
2016-09-20T20:17:28.690+01:00  9816 krull-example-com.simon@???: no retry items
2016-09-20T20:17:28.690+01:00  9816 krull-example-com.simon@???: no retry items
2016-09-20T20:17:28.690+01:00  9816 sa@???: no retry items
2016-09-20T20:17:28.690+01:00  9816 sa@???: no retry items
2016-09-20T20:17:28.690+01:00  9816 root@???: no retry items
2016-09-20T20:17:28.690+01:00  9816 root@???: no retry items
2016-09-20T20:17:28.690+01:00  9816 root@???: no retry items
2016-09-20T20:17:28.690+01:00  9816 end of retry processing
2016-09-20T20:17:28.690+01:00  9816 DSN: processing router : batv_add
2016-09-20T20:17:28.690+01:00  9816 DSN: processing successful delivery address: krull-example-com.simon@???
2016-09-20T20:17:28.690+01:00  9816 DSN: Sender_address: sensu@???
2016-09-20T20:17:28.690+01:00  9816 DSN: orcpt: NULL  flags: 0
2016-09-20T20:17:28.690+01:00  9816 DSN: envid: NULL  ret: 0
2016-09-20T20:17:28.690+01:00  9816 DSN: Final recipient: krull-example-com.simon@???
2016-09-20T20:17:28.690+01:00  9816 DSN: Remote SMTP server supports DSN: 0
2016-09-20T20:17:28.690+01:00  9816 DSN: not sending DSN success message
2016-09-20T20:17:28.690+01:00  9816 DSN: processing router : system_aliases
2016-09-20T20:17:28.690+01:00  9816 DSN: processing successful delivery address: sa@???
2016-09-20T20:17:28.690+01:00  9816 DSN: Sender_address: sensu@???
2016-09-20T20:17:28.690+01:00  9816 DSN: orcpt: NULL  flags: 0
2016-09-20T20:17:28.690+01:00  9816 DSN: envid: NULL  ret: 0
2016-09-20T20:17:28.690+01:00  9816 DSN: Final recipient: sa@???
2016-09-20T20:17:28.690+01:00  9816 DSN: Remote SMTP server supports DSN: 0
2016-09-20T20:17:28.690+01:00  9816 DSN: not sending DSN success message
2016-09-20T20:17:28.690+01:00  9816 DSN: processing router : batv_add
2016-09-20T20:17:28.690+01:00  9816 DSN: processing successful delivery address: sa@???
2016-09-20T20:17:28.690+01:00  9816 DSN: Sender_address: sensu@???
2016-09-20T20:17:28.690+01:00  9816 DSN: orcpt: NULL  flags: 0
2016-09-20T20:17:28.690+01:00  9816 DSN: envid: NULL  ret: 0
2016-09-20T20:17:28.690+01:00  9816 DSN: Final recipient: sa@???
2016-09-20T20:17:28.690+01:00  9816 DSN: Remote SMTP server supports DSN: 0
2016-09-20T20:17:28.690+01:00  9816 DSN: not sending DSN success message
2016-09-20T20:17:28.690+01:00  9816 DSN: processing router : system_aliases
2016-09-20T20:17:28.690+01:00  9816 DSN: processing successful delivery address: root@???
2016-09-20T20:17:28.690+01:00  9816 DSN: Sender_address: sensu@???
2016-09-20T20:17:28.690+01:00  9816 DSN: orcpt: NULL  flags: 0
2016-09-20T20:17:28.690+01:00  9816 DSN: envid: NULL  ret: 0
2016-09-20T20:17:28.690+01:00  9816 DSN: Final recipient: root@???
2016-09-20T20:17:28.690+01:00  9816 DSN: Remote SMTP server supports DSN: 0
2016-09-20T20:17:28.690+01:00  9816 DSN: not sending DSN success message
2016-09-20T20:17:28.690+01:00  9816 DSN: processing router : batv_add
2016-09-20T20:17:28.690+01:00  9816 DSN: processing successful delivery address: root@???
2016-09-20T20:17:28.690+01:00  9816 DSN: Sender_address: sensu@???
2016-09-20T20:17:28.690+01:00  9816 DSN: orcpt: NULL  flags: 0
2016-09-20T20:17:28.690+01:00  9816 DSN: envid: NULL  ret: 0
2016-09-20T20:17:28.690+01:00  9816 DSN: Final recipient: root@???
2016-09-20T20:17:28.690+01:00  9816 DSN: Remote SMTP server supports DSN: 0
2016-09-20T20:17:28.690+01:00  9816 DSN: not sending DSN success message
2016-09-20T20:17:28.690+01:00  9816 DSN: processing router : oof_add
2016-09-20T20:17:28.690+01:00  9816 DSN: processing successful delivery address: root@???
2016-09-20T20:17:28.690+01:00  9816 DSN: Sender_address: sensu@???
2016-09-20T20:17:28.690+01:00  9816 DSN: orcpt: NULL  flags: 0
2016-09-20T20:17:28.690+01:00  9816 DSN: envid: NULL  ret: 0
2016-09-20T20:17:28.690+01:00  9816 DSN: Final recipient: root@???
2016-09-20T20:17:28.690+01:00  9816 DSN: Remote SMTP server supports DSN: 0
2016-09-20T20:17:28.690+01:00  9816 DSN: not sending DSN success message
2016-09-20T20:17:28.690+01:00  9816 one_time: adding krull-example-com.simon@??? in place of krull-example-com.simon@???
2016-09-20T20:17:28.690+01:00  9816 delivery deferred: update_spool=1 header_rewritten=0
2016-09-20T20:17:28.690+01:00  9816 Writing spool header file
2016-09-20T20:17:28.690+01:00  9816 DSN: Write SPOOL :-dsn_envid NULL
2016-09-20T20:17:28.690+01:00  9816 DSN: Write SPOOL :-dsn_ret 0
2016-09-20T20:17:28.690+01:00  9816 DSN: Flags :0
2016-09-20T20:17:28.690+01:00  9816 DSN: **** SPOOL_OUT - address: |root@???| errorsto: |NULL| orcpt: |NULL| dsn_flags: 0
2016-09-20T20:17:28.690+01:00  9816 DSN: Flags :0
2016-09-20T20:17:28.690+01:00  9816 DSN: **** SPOOL_OUT - address: |krull-example-com.simon@???| errorsto: |1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???| orcpt: |NULL| dsn_flags: 0
2016-09-20T20:17:28.738+01:00  9816 Size of headers = 558
2016-09-20T20:17:28.738+01:00  9816 end delivery of 1bmQXo-0002Y0-Bh
2016-09-20T20:17:28.738+01:00  9816 search_tidyup called
2016-09-20T20:17:28.738+01:00  9816 search_tidyup called
2016-09-20T20:17:28.738+01:00  9816 >>>>>>>>>>>>>>>> Exim pid=9816 terminating with rc=0 >>>>>>>>>>>>>>>>
Exim version 4.86_2 uid=0 gid=0 pid=10843 D=fbb95cfd
Berkeley DB: Berkeley DB 5.3.28: (September  9, 2013)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages DKIM DNSSEC PRDR OCSP
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmjz dbmnz dnsdb dsearch nis nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Compiler: GCC [5.3.1 20160330]
Library version: GnuTLS: Compile: 3.4.10
                         Runtime: 3.4.10
Library version: PCRE: Compile: 8.38
                       Runtime: 8.38 2015-11-23
Total 13 lookups
WHITELIST_D_MACROS: "OUTGOING"
TRUSTED_CONFIG_LIST: "/etc/exim4/trusted_configs"
changed uid/gid: forcing real = effective
  uid=0 gid=0 pid=10843
  auxiliary group list: <none>
seeking password data for user "uucp": cache not available
getpwnam() succeeded uid=10 gid=10
changed uid/gid: calling tls_validate_require_cipher
  uid=114 gid=119 pid=10845
  auxiliary group list: <none>
tls_require_ciphers expands to "PFS:!ARCFOUR-128:!ARCFOUR-40:!3DES-CBC:!SHA1:!MD5:-VERS-SSL3.0:-VERS-TLS1.0:-VERS-TLS1.1"
tls_validate_require_cipher child 10845 ended: status=0x0
configuration file is /var/lib/exim4/config.autogenerated
log selectors = 0000fffd 027746dd
cwd=/ 3 args: exim -d -q
trusted user
admin user
seeking password data for user "mail": cache not available
getpwnam() succeeded uid=8 gid=8
DSN: oof_add propagating DSN
DSN: batv_add propagating DSN
DSN: hubbed_hosts propagating DSN
DSN: smarthost propagating DSN
DSN: real_local propagating DSN
DSN: batv_remove propagating DSN
DSN: system_aliases propagating DSN
DSN: userforward propagating DSN
DSN: procmail propagating DSN
DSN: maildrop propagating DSN
DSN: lowuid_aliases propagating DSN
DSN: system_user propagating DSN
DSN: local_user propagating DSN
DSN: mail4root propagating DSN
Single queue run
set_process_info: 10843 running the queue (single queue run)
LOG: queue_run MAIN
  Start queue run: pid=10843
queue running main directory
search_tidyup called
set_process_info: 10843 running queue: 1bmQXo-0002Y0-Bh-H
set_process_info: 10843 running queue: waiting for 1bmQXo-0002Y0-Bh (10847)
set_process_info: 10847 delivering 1bmQXo-0002Y0-Bh (queue run pid 10843)
reading spool file 1bmQXo-0002Y0-Bh-H
user=Debian-exim uid=114 gid=119 sender=sensu@???
sender_fullhost = localhost (krull.example.com) [::1]:54080
sender_rcvhost = localhost
    ([::1]:54080 helo=krull.example.com ident=sensu)
sender_local=0 ident=sensu
Non-recipients:
-->krull-example-com.simon@??? [0]
---- End of tree ----
recipients_count=2
**** SPOOL_IN - No additional fields
**** SPOOL_IN - Exim 4 standard format spoolfile
**** SPOOL_IN - address: |krull-example-com.simon@???| errorsto: |1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???|
body_linecount=14 message_linecount=14
DSN: set orcpt: NULL  flags: 0
Delivery address list:
  root@??? 
locking /var/spool/exim4/db/retry.lockfile
locked /var/spool/exim4/db/retry.lockfile
EXIM_DBOPEN(/var/spool/exim4/db/retry)
returned from EXIM_DBOPEN
opened hints database /var/spool/exim4/db/retry: flags=O_RDONLY

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering: root@???
unique = root@???
dbfn_read: key=R:krull.example.com
dbfn_read: key=R:root@???
dbfn_read: key=R:root@???:<sensu@???>
no domain retry record
no address retry record
root@???: queued for routing
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing root@???
--------> oof_add router <--------
local_part=root domain=krull.example.com
R: oof_add for root@???
checking "condition"
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "+local_domains"? yes (matched "+local_domains")
calling oof_add router
rda_interpret (string): ${quote_local_part:$local_part}@$domain
expanded: root@???
file is not a filter file
parse_forward_list: root@???
extract item: root@???
oof_add router generated root@???
errors_to=NULL transport=NULL
uid=unset gid=unset home=NULL
routed by oof_add router
envelope to: root@???
transport: <none>
locking /var/spool/exim4/db/retry.lockfile
locked /var/spool/exim4/db/retry.lockfile
EXIM_DBOPEN(/var/spool/exim4/db/retry)
returned from EXIM_DBOPEN
opened hints database /var/spool/exim4/db/retry: flags=O_RDONLY
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering: root@???
unique = \0\root@???
dbfn_read: key=R:krull.example.com
dbfn_read: key=R:root@???
dbfn_read: key=R:root@???:<sensu@???>
no domain retry record
no address retry record
root@???: queued for routing
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing root@???
--------> oof_add router <--------
oof_add router skipped: previously routed root@???
--------> batv_add router <--------
local_part=root domain=krull.example.com
R: batv_add for root@??? (sensu@???)
checking "condition"
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "+local_domains"? yes (matched "+local_domains")
calling batv_add router
rda_interpret (string): ${quote_local_part:$local_part}@$domain
expanded: root@???
file is not a filter file
parse_forward_list: root@???
extract item: root@???
HMAC[sha1](*,1bmQXo-0002Y0-Bh=sensu=17064)=87cfb6e2320b6a3f96c2ff7a9b4b1f49a536da6a
------ Verifying errors address 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? ------
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Verifying 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
--------> oof_add router <--------
local_part=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu domain=krull.example.com
R: oof_add for 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
oof_add router skipped: condition failure
--------> batv_add router <--------
local_part=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu domain=krull.example.com
R: batv_add for 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? ()
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
batv_add router skipped: condition failure
--------> hubbed_hosts router <--------
local_part=1bmqxo-0002y0-bh=87cfb6e2320b=sensu domain=krull.example.com
checking domains
expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
hubbed_hosts router skipped: domains mismatch
--------> smarthost router <--------
local_part=1bmqxo-0002y0-bh=87cfb6e2320b=sensu domain=krull.example.com
checking domains
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "! +local_domains"? no (matched "! +local_domains")
smarthost router skipped: domains mismatch
--------> real_local router <--------
local_part=1bmqxo-0002y0-bh=87cfb6e2320b=sensu domain=krull.example.com
real_local router skipped: prefix mismatch
--------> batv_remove router <--------
local_part=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu domain=krull.example.com
R: batv_remove for 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
checking "condition"
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "+local_domains"? yes (matched "+local_domains")
calling batv_remove router
rda_interpret (string): ${quote_local_part:${substr_30:$local_part}}@$domain
expanded: sensu@???
file is not a filter file
parse_forward_list: sensu@???
extract item: sensu@???
batv_remove router generated sensu@???
errors_to=NULL transport=NULL
uid=unset gid=unset home=NULL
routed by batv_remove router
envelope to: 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
transport: <none>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering sensu@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing sensu@???
--------> oof_add router <--------
local_part=sensu domain=krull.example.com
R: oof_add for sensu@???
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
oof_add router skipped: condition failure
--------> batv_add router <--------
local_part=sensu domain=krull.example.com
R: batv_add for sensu@??? ()
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
batv_add router skipped: condition failure
--------> hubbed_hosts router <--------
local_part=sensu domain=krull.example.com
checking domains
expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
hubbed_hosts router skipped: domains mismatch
--------> smarthost router <--------
local_part=sensu domain=krull.example.com
checking domains
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "! +local_domains"? no (matched "! +local_domains")
smarthost router skipped: domains mismatch
--------> real_local router <--------
local_part=sensu domain=krull.example.com
real_local router skipped: prefix mismatch
--------> batv_remove router <--------
local_part=sensu domain=krull.example.com
R: batv_remove for sensu@???
checking "condition"
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "+local_domains"? yes (matched "+local_domains")
batv_remove router skipped: condition failure
--------> system_aliases router <--------
local_part=sensu domain=krull.example.com
checking domains
cached yes match for +local_domains
cached lookup data = NULL
krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
R: system_aliases for sensu@???
calling system_aliases router
rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
search_open: lsearch "/etc/aliases"
search_find: file="/etc/aliases"
key="sensu" partial=-1 affix=NULL starflags=0
LRU list:
7/etc/aliases
End
internal_search_find: file="/etc/aliases"
type=lsearch key="sensu"
file lookup required for sensu
in /etc/aliases
lookup failed
expanded:
file is not a filter file
parse_forward_list:
system_aliases router declined for sensu@???
--------> userforward router <--------
local_part=sensu domain=krull.example.com
userforward router skipped: verify 2 0 0
--------> procmail router <--------
local_part=sensu domain=krull.example.com
procmail router skipped: verify 2 0 0
--------> maildrop router <--------
local_part=sensu domain=krull.example.com
maildrop router skipped: verify 2 0 0
--------> lowuid_aliases router <--------
local_part=sensu domain=krull.example.com
checking domains
cached yes match for +local_domains
cached lookup data = NULL
krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
checking for local user
seeking password data for user "sensu": cache not available
getpwnam() succeeded uid=999 gid=992
R: lowuid_aliases for sensu@??? (UID 999)
checking "condition"
::1 in ":@[]"? yes (matched "@[]")
lowuid_aliases router skipped: condition failure
--------> system_user router <--------
local_part=sensu domain=krull.example.com
checking domains
cached yes match for +local_domains
cached lookup data = NULL
krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
checking for local user
seeking password data for user "sensu": using cached result
getpwnam() succeeded uid=999 gid=992
R: system_user for sensu@??? (UID 999)
checking "condition"
calling system_user router
rda_interpret (string): root
expanded: root
file is not a filter file
parse_forward_list: root
extract item: root
system_user router generated root@???
errors_to=NULL transport=NULL
uid=unset gid=unset home=NULL
routed by system_user router
envelope to: sensu@???
transport: <none>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering root@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing root@???
--------> oof_add router <--------
local_part=root domain=krull.example.com
R: oof_add for root@???
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
oof_add router skipped: condition failure
--------> batv_add router <--------
local_part=root domain=krull.example.com
R: batv_add for root@??? ()
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
batv_add router skipped: condition failure
--------> hubbed_hosts router <--------
local_part=root domain=krull.example.com
checking domains
expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
hubbed_hosts router skipped: domains mismatch
--------> smarthost router <--------
local_part=root domain=krull.example.com
checking domains
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "! +local_domains"? no (matched "! +local_domains")
smarthost router skipped: domains mismatch
--------> real_local router <--------
local_part=root domain=krull.example.com
real_local router skipped: prefix mismatch
--------> batv_remove router <--------
local_part=root domain=krull.example.com
R: batv_remove for root@???
checking "condition"
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "+local_domains"? yes (matched "+local_domains")
batv_remove router skipped: condition failure
--------> system_aliases router <--------
local_part=root domain=krull.example.com
checking domains
cached yes match for +local_domains
cached lookup data = NULL
krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
R: system_aliases for root@???
calling system_aliases router
rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
search_open: lsearch "/etc/aliases"
cached open
search_find: file="/etc/aliases"
key="root" partial=-1 affix=NULL starflags=0
LRU list:
7/etc/aliases
End
internal_search_find: file="/etc/aliases"
type=lsearch key="root"
file lookup required for root
in /etc/aliases
lookup yielded: sa
expanded: sa
file is not a filter file
parse_forward_list: sa
extract item: sa
system_aliases router generated sa@???
errors_to=NULL transport=NULL
uid=unset gid=unset home=NULL
routed by system_aliases router
envelope to: root@???
transport: <none>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering sa@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing sa@???
--------> oof_add router <--------
local_part=sa domain=krull.example.com
R: oof_add for sa@???
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
oof_add router skipped: condition failure
--------> batv_add router <--------
local_part=sa domain=krull.example.com
R: batv_add for sa@??? ()
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
batv_add router skipped: condition failure
--------> hubbed_hosts router <--------
local_part=sa domain=krull.example.com
checking domains
expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
hubbed_hosts router skipped: domains mismatch
--------> smarthost router <--------
local_part=sa domain=krull.example.com
checking domains
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "! +local_domains"? no (matched "! +local_domains")
smarthost router skipped: domains mismatch
--------> real_local router <--------
local_part=sa domain=krull.example.com
real_local router skipped: prefix mismatch
--------> batv_remove router <--------
local_part=sa domain=krull.example.com
R: batv_remove for sa@???
checking "condition"
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "+local_domains"? yes (matched "+local_domains")
batv_remove router skipped: condition failure
--------> system_aliases router <--------
local_part=sa domain=krull.example.com
checking domains
cached yes match for +local_domains
cached lookup data = NULL
krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
R: system_aliases for sa@???
calling system_aliases router
rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
search_open: lsearch "/etc/aliases"
cached open
search_find: file="/etc/aliases"
key="sa" partial=-1 affix=NULL starflags=0
LRU list:
7/etc/aliases
End
internal_search_find: file="/etc/aliases"
type=lsearch key="sa"
file lookup required for sa
in /etc/aliases
lookup yielded: krull-example-com.simon@???
expanded: krull-example-com.simon@???
file is not a filter file
parse_forward_list: krull-example-com.simon@???
extract item: krull-example-com.simon@???
system_aliases router generated krull-example-com.simon@???
errors_to=NULL transport=NULL
uid=unset gid=unset home=NULL
routed by system_aliases router
envelope to: sa@???
transport: <none>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering krull-example-com.simon@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing krull-example-com.simon@???
--------> oof_add router <--------
local_part=krull-example-com.simon domain=example.net
R: oof_add for krull-example-com.simon@???
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
oof_add router skipped: condition failure
--------> batv_add router <--------
local_part=krull-example-com.simon domain=example.net
R: batv_add for krull-example-com.simon@??? ()
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
batv_add router skipped: condition failure
--------> hubbed_hosts router <--------
local_part=krull-example-com.simon domain=example.net
checking domains
expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
hubbed_hosts router skipped: domains mismatch
--------> smarthost router <--------
local_part=krull-example-com.simon domain=example.net
checking domains
example.net in "@:localhost:/etc/mailname"? no (end of list)
example.net in "! +local_domains"? yes (end of list)
R: smarthost for krull-example-com.simon@???
calling smarthost router
smarthost router called for krull-example-com.simon@???
domain = example.net
route_item = * tsort.example.com byname
example.net in "*"? yes (matched "*")
original list of hosts = "tsort.example.com" options = byname
expanded list of hosts = "tsort.example.com" options = byname
set transport remote_smtp_smarthost
finding IP address for tsort.example.com
calling host_find_byname
fully qualified name = tsort.example.com
gethostbyname2 looked up these IP addresses:
name=tsort.example.com address=2001:8b0:ffea:0:b066:feff:fe63:ca2b
name=tsort.example.com address=81.2.80.87
queued for remote_smtp_smarthost transport: local_part = krull-example-com.simon
domain = example.net
errors_to=NULL
domain_data=NULL localpart_data=NULL
routed by smarthost router
envelope to: krull-example-com.simon@???
transport: remote_smtp_smarthost
host tsort.example.com [2001:8b0:ffea:0:b066:feff:fe63:ca2b]
host tsort.example.com [81.2.80.87]
------ End verifying errors address 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? ------
batv_add router generated root@???
errors_to=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? transport=NULL
uid=unset gid=unset home=NULL
routed by batv_add router
envelope to: root@???
transport: <none>
errors to 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
locking /var/spool/exim4/db/retry.lockfile
locked /var/spool/exim4/db/retry.lockfile
EXIM_DBOPEN(/var/spool/exim4/db/retry)
returned from EXIM_DBOPEN
opened hints database /var/spool/exim4/db/retry: flags=O_RDONLY
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering: root@???
unique = \1\root@???
dbfn_read: key=R:krull.example.com
dbfn_read: key=R:root@???
dbfn_read: key=R:root@???:<sensu@???>
no domain retry record
no address retry record
root@???: queued for routing
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing root@???
--------> oof_add router <--------
oof_add router skipped: previously routed root@???
--------> batv_add router <--------
batv_add router skipped: previously routed root@???
--------> hubbed_hosts router <--------
local_part=root domain=krull.example.com
checking domains
expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
hubbed_hosts router skipped: domains mismatch
--------> smarthost router <--------
local_part=root domain=krull.example.com
checking domains
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "! +local_domains"? no (matched "! +local_domains")
smarthost router skipped: domains mismatch
--------> real_local router <--------
local_part=root domain=krull.example.com
real_local router skipped: prefix mismatch
--------> batv_remove router <--------
local_part=root domain=krull.example.com
R: batv_remove for root@???
checking "condition"
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "+local_domains"? yes (matched "+local_domains")
batv_remove router skipped: condition failure
--------> system_aliases router <--------
local_part=root domain=krull.example.com
checking domains
cached yes match for +local_domains
cached lookup data = NULL
krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
R: system_aliases for root@???
calling system_aliases router
rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
search_open: lsearch "/etc/aliases"
cached open
search_find: file="/etc/aliases"
key="root" partial=-1 affix=NULL starflags=0
LRU list:
7/etc/aliases
End
internal_search_find: file="/etc/aliases"
type=lsearch key="root"
cached data used for lookup of root
in /etc/aliases
lookup yielded: sa
expanded: sa
file is not a filter file
parse_forward_list: sa
extract item: sa
system_aliases router generated sa@???
errors_to=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? transport=NULL
uid=unset gid=unset home=NULL
routed by system_aliases router
envelope to: root@???
transport: <none>
errors to 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
locking /var/spool/exim4/db/retry.lockfile
locked /var/spool/exim4/db/retry.lockfile
EXIM_DBOPEN(/var/spool/exim4/db/retry)
returned from EXIM_DBOPEN
opened hints database /var/spool/exim4/db/retry: flags=O_RDONLY
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering: sa@???
unique = sa@???
dbfn_read: key=R:krull.example.com
dbfn_read: key=R:sa@???
dbfn_read: key=R:sa@???:<sensu@???>
no domain retry record
no address retry record
sa@???: queued for routing
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing sa@???
--------> oof_add router <--------
oof_add router skipped: previously routed root@???
--------> batv_add router <--------
local_part=sa domain=krull.example.com
R: batv_add for sa@??? (sensu@???)
checking "condition"
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "+local_domains"? yes (matched "+local_domains")
calling batv_add router
rda_interpret (string): ${quote_local_part:$local_part}@$domain
expanded: sa@???
file is not a filter file
parse_forward_list: sa@???
extract item: sa@???
HMAC[sha1](*,1bmQXo-0002Y0-Bh=sensu=17064)=87cfb6e2320b6a3f96c2ff7a9b4b1f49a536da6a
------ Verifying errors address 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? ------
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Verifying 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
--------> oof_add router <--------
local_part=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu domain=krull.example.com
R: oof_add for 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
oof_add router skipped: condition failure
--------> batv_add router <--------
local_part=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu domain=krull.example.com
R: batv_add for 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? ()
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
batv_add router skipped: condition failure
--------> hubbed_hosts router <--------
local_part=1bmqxo-0002y0-bh=87cfb6e2320b=sensu domain=krull.example.com
checking domains
expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
hubbed_hosts router skipped: domains mismatch
--------> smarthost router <--------
local_part=1bmqxo-0002y0-bh=87cfb6e2320b=sensu domain=krull.example.com
checking domains
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "! +local_domains"? no (matched "! +local_domains")
smarthost router skipped: domains mismatch
--------> real_local router <--------
local_part=1bmqxo-0002y0-bh=87cfb6e2320b=sensu domain=krull.example.com
real_local router skipped: prefix mismatch
--------> batv_remove router <--------
local_part=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu domain=krull.example.com
R: batv_remove for 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
checking "condition"
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "+local_domains"? yes (matched "+local_domains")
calling batv_remove router
rda_interpret (string): ${quote_local_part:${substr_30:$local_part}}@$domain
expanded: sensu@???
file is not a filter file
parse_forward_list: sensu@???
extract item: sensu@???
batv_remove router generated sensu@???
errors_to=NULL transport=NULL
uid=unset gid=unset home=NULL
routed by batv_remove router
envelope to: 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
transport: <none>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering sensu@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing sensu@???
--------> oof_add router <--------
local_part=sensu domain=krull.example.com
R: oof_add for sensu@???
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
oof_add router skipped: condition failure
--------> batv_add router <--------
local_part=sensu domain=krull.example.com
R: batv_add for sensu@??? ()
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
batv_add router skipped: condition failure
--------> hubbed_hosts router <--------
local_part=sensu domain=krull.example.com
checking domains
expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
hubbed_hosts router skipped: domains mismatch
--------> smarthost router <--------
local_part=sensu domain=krull.example.com
checking domains
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "! +local_domains"? no (matched "! +local_domains")
smarthost router skipped: domains mismatch
--------> real_local router <--------
local_part=sensu domain=krull.example.com
real_local router skipped: prefix mismatch
--------> batv_remove router <--------
local_part=sensu domain=krull.example.com
R: batv_remove for sensu@???
checking "condition"
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "+local_domains"? yes (matched "+local_domains")
batv_remove router skipped: condition failure
--------> system_aliases router <--------
local_part=sensu domain=krull.example.com
checking domains
cached yes match for +local_domains
cached lookup data = NULL
krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
R: system_aliases for sensu@???
calling system_aliases router
rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
search_open: lsearch "/etc/aliases"
cached open
search_find: file="/etc/aliases"
key="sensu" partial=-1 affix=NULL starflags=0
LRU list:
7/etc/aliases
End
internal_search_find: file="/etc/aliases"
type=lsearch key="sensu"
cached data used for lookup of sensu
in /etc/aliases
lookup failed
expanded:
file is not a filter file
parse_forward_list:
system_aliases router declined for sensu@???
--------> userforward router <--------
local_part=sensu domain=krull.example.com
userforward router skipped: verify 2 0 0
--------> procmail router <--------
local_part=sensu domain=krull.example.com
procmail router skipped: verify 2 0 0
--------> maildrop router <--------
local_part=sensu domain=krull.example.com
maildrop router skipped: verify 2 0 0
--------> lowuid_aliases router <--------
local_part=sensu domain=krull.example.com
checking domains
cached yes match for +local_domains
cached lookup data = NULL
krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
checking for local user
seeking password data for user "sensu": using cached result
getpwnam() succeeded uid=999 gid=992
R: lowuid_aliases for sensu@??? (UID 999)
checking "condition"
::1 in ":@[]"? yes (matched "@[]")
lowuid_aliases router skipped: condition failure
--------> system_user router <--------
local_part=sensu domain=krull.example.com
checking domains
cached yes match for +local_domains
cached lookup data = NULL
krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
checking for local user
seeking password data for user "sensu": using cached result
getpwnam() succeeded uid=999 gid=992
R: system_user for sensu@??? (UID 999)
checking "condition"
calling system_user router
rda_interpret (string): root
expanded: root
file is not a filter file
parse_forward_list: root
extract item: root
system_user router generated root@???
errors_to=NULL transport=NULL
uid=unset gid=unset home=NULL
routed by system_user router
envelope to: sensu@???
transport: <none>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering root@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing root@???
--------> oof_add router <--------
local_part=root domain=krull.example.com
R: oof_add for root@???
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
oof_add router skipped: condition failure
--------> batv_add router <--------
local_part=root domain=krull.example.com
R: batv_add for root@??? ()
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
batv_add router skipped: condition failure
--------> hubbed_hosts router <--------
local_part=root domain=krull.example.com
checking domains
expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
hubbed_hosts router skipped: domains mismatch
--------> smarthost router <--------
local_part=root domain=krull.example.com
checking domains
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "! +local_domains"? no (matched "! +local_domains")
smarthost router skipped: domains mismatch
--------> real_local router <--------
local_part=root domain=krull.example.com
real_local router skipped: prefix mismatch
--------> batv_remove router <--------
local_part=root domain=krull.example.com
R: batv_remove for root@???
checking "condition"
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "+local_domains"? yes (matched "+local_domains")
batv_remove router skipped: condition failure
--------> system_aliases router <--------
local_part=root domain=krull.example.com
checking domains
cached yes match for +local_domains
cached lookup data = NULL
krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
R: system_aliases for root@???
calling system_aliases router
rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
search_open: lsearch "/etc/aliases"
cached open
search_find: file="/etc/aliases"
key="root" partial=-1 affix=NULL starflags=0
LRU list:
7/etc/aliases
End
internal_search_find: file="/etc/aliases"
type=lsearch key="root"
cached data used for lookup of root
in /etc/aliases
lookup yielded: sa
expanded: sa
file is not a filter file
parse_forward_list: sa
extract item: sa
system_aliases router generated sa@???
errors_to=NULL transport=NULL
uid=unset gid=unset home=NULL
routed by system_aliases router
envelope to: root@???
transport: <none>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering sa@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing sa@???
--------> oof_add router <--------
local_part=sa domain=krull.example.com
R: oof_add for sa@???
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
oof_add router skipped: condition failure
--------> batv_add router <--------
local_part=sa domain=krull.example.com
R: batv_add for sa@??? ()
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
batv_add router skipped: condition failure
--------> hubbed_hosts router <--------
local_part=sa domain=krull.example.com
checking domains
expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
hubbed_hosts router skipped: domains mismatch
--------> smarthost router <--------
local_part=sa domain=krull.example.com
checking domains
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "! +local_domains"? no (matched "! +local_domains")
smarthost router skipped: domains mismatch
--------> real_local router <--------
local_part=sa domain=krull.example.com
real_local router skipped: prefix mismatch
--------> batv_remove router <--------
local_part=sa domain=krull.example.com
R: batv_remove for sa@???
checking "condition"
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "+local_domains"? yes (matched "+local_domains")
batv_remove router skipped: condition failure
--------> system_aliases router <--------
local_part=sa domain=krull.example.com
checking domains
cached yes match for +local_domains
cached lookup data = NULL
krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
R: system_aliases for sa@???
calling system_aliases router
rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
search_open: lsearch "/etc/aliases"
cached open
search_find: file="/etc/aliases"
key="sa" partial=-1 affix=NULL starflags=0
LRU list:
7/etc/aliases
End
internal_search_find: file="/etc/aliases"
type=lsearch key="sa"
cached data used for lookup of sa
in /etc/aliases
lookup yielded: krull-example-com.simon@???
expanded: krull-example-com.simon@???
file is not a filter file
parse_forward_list: krull-example-com.simon@???
extract item: krull-example-com.simon@???
system_aliases router generated krull-example-com.simon@???
errors_to=NULL transport=NULL
uid=unset gid=unset home=NULL
routed by system_aliases router
envelope to: sa@???
transport: <none>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering krull-example-com.simon@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing krull-example-com.simon@???
--------> oof_add router <--------
local_part=krull-example-com.simon domain=example.net
R: oof_add for krull-example-com.simon@???
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
oof_add router skipped: condition failure
--------> batv_add router <--------
local_part=krull-example-com.simon domain=example.net
R: batv_add for krull-example-com.simon@??? ()
checking "condition"
in "@:localhost:/etc/mailname"? no (end of list)
in "+local_domains"? no (end of list)
batv_add router skipped: condition failure
--------> hubbed_hosts router <--------
local_part=krull-example-com.simon domain=example.net
checking domains
expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
hubbed_hosts router skipped: domains mismatch
--------> smarthost router <--------
local_part=krull-example-com.simon domain=example.net
checking domains
example.net in "@:localhost:/etc/mailname"? no (end of list)
example.net in "! +local_domains"? yes (end of list)
R: smarthost for krull-example-com.simon@???
calling smarthost router
smarthost router called for krull-example-com.simon@???
domain = example.net
route_item = * tsort.example.com byname
example.net in "*"? yes (matched "*")
original list of hosts = "tsort.example.com" options = byname
expanded list of hosts = "tsort.example.com" options = byname
finding IP address for tsort.example.com
calling host_find_byname
fully qualified name = tsort.example.com
gethostbyname2 looked up these IP addresses:
name=tsort.example.com address=2001:8b0:ffea:0:b066:feff:fe63:ca2b
name=tsort.example.com address=81.2.80.87
queued for remote_smtp_smarthost transport: local_part = krull-example-com.simon
domain = example.net
errors_to=NULL
domain_data=NULL localpart_data=NULL
routed by smarthost router
envelope to: krull-example-com.simon@???
transport: remote_smtp_smarthost
host tsort.example.com [2001:8b0:ffea:0:b066:feff:fe63:ca2b]
host tsort.example.com [81.2.80.87]
------ End verifying errors address 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? ------
batv_add router generated sa@???
errors_to=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? transport=NULL
uid=unset gid=unset home=NULL
routed by batv_add router
envelope to: sa@???
transport: <none>
errors to 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
locking /var/spool/exim4/db/retry.lockfile
locked /var/spool/exim4/db/retry.lockfile
EXIM_DBOPEN(/var/spool/exim4/db/retry)
returned from EXIM_DBOPEN
opened hints database /var/spool/exim4/db/retry: flags=O_RDONLY
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering: sa@???
unique = \0\sa@???
dbfn_read: key=R:krull.example.com
dbfn_read: key=R:sa@???
dbfn_read: key=R:sa@???:<sensu@???>
no domain retry record
no address retry record
sa@???: queued for routing
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing sa@???
--------> oof_add router <--------
oof_add router skipped: previously routed root@???
--------> batv_add router <--------
batv_add router skipped: previously routed sa@???
--------> hubbed_hosts router <--------
local_part=sa domain=krull.example.com
checking domains
expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
hubbed_hosts router skipped: domains mismatch
--------> smarthost router <--------
local_part=sa domain=krull.example.com
checking domains
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "! +local_domains"? no (matched "! +local_domains")
smarthost router skipped: domains mismatch
--------> real_local router <--------
local_part=sa domain=krull.example.com
real_local router skipped: prefix mismatch
--------> batv_remove router <--------
local_part=sa domain=krull.example.com
R: batv_remove for sa@???
checking "condition"
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "+local_domains"? yes (matched "+local_domains")
batv_remove router skipped: condition failure
--------> system_aliases router <--------
local_part=sa domain=krull.example.com
checking domains
cached yes match for +local_domains
cached lookup data = NULL
krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
R: system_aliases for sa@???
calling system_aliases router
rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
search_open: lsearch "/etc/aliases"
cached open
search_find: file="/etc/aliases"
key="sa" partial=-1 affix=NULL starflags=0
LRU list:
7/etc/aliases
End
internal_search_find: file="/etc/aliases"
type=lsearch key="sa"
cached data used for lookup of sa
in /etc/aliases
lookup yielded: krull-example-com.simon@???
expanded: krull-example-com.simon@???
file is not a filter file
parse_forward_list: krull-example-com.simon@???
extract item: krull-example-com.simon@???
system_aliases router generated krull-example-com.simon@???
errors_to=1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@??? transport=NULL
uid=unset gid=unset home=NULL
routed by system_aliases router
envelope to: sa@???
transport: <none>
errors to 1bmQXo-0002Y0-Bh=87cfb6e2320b=sensu@???
locking /var/spool/exim4/db/retry.lockfile
locked /var/spool/exim4/db/retry.lockfile
EXIM_DBOPEN(/var/spool/exim4/db/retry)
returned from EXIM_DBOPEN
opened hints database /var/spool/exim4/db/retry: flags=O_RDONLY
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering: krull-example-com.simon@???
unique = krull-example-com.simon@???
krull-example-com.simon@??? was previously delivered: discarded
sa@???: children all complete
root@???: children all complete
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

After routing:
Local deliveries:
Remote deliveries:
Failed addresses:
Deferred addresses:
search_tidyup called
>>>>>>>>>>>>>>>> deliveries are done >>>>>>>>>>>>>>>>

changed uid/gid: post-delivery tidying
uid=114 gid=119 pid=10847
auxiliary group list: <none>
set_process_info: 10847 tidying up after delivering 1bmQXo-0002Y0-Bh
Processing retry items
Succeeded addresses:
sa@???: no retry items
sa@???: no retry items
root@???: no retry items
root@???: no retry items
root@???: no retry items
sa@???: no retry items
root@???: no retry items
root@???: no retry items
root@???: no retry items
root@???: no retry items
root@???: no retry items
root@???: no retry items
root@???: no retry items
root@???: no retry items
root@???: no retry items
Failed addresses:
Deferred addresses:
end of retry processing
DSN: processing router : system_aliases
DSN: processing successful delivery address: sa@???
DSN: Sender_address: sensu@???
DSN: orcpt: NULL flags: 0
DSN: envid: NULL ret: 0
DSN: Final recipient: sa@???
DSN: Remote SMTP server supports DSN: 0
DSN: not sending DSN success message
DSN: processing router : batv_add
DSN: processing successful delivery address: sa@???
DSN: Sender_address: sensu@???
DSN: orcpt: NULL flags: 0
DSN: envid: NULL ret: 0
DSN: Final recipient: sa@???
DSN: Remote SMTP server supports DSN: 0
DSN: not sending DSN success message
DSN: processing router : system_aliases
DSN: processing successful delivery address: root@???
DSN: Sender_address: sensu@???
DSN: orcpt: NULL flags: 0
DSN: envid: NULL ret: 0
DSN: Final recipient: root@???
DSN: Remote SMTP server supports DSN: 0
DSN: not sending DSN success message
DSN: processing router : batv_add
DSN: processing successful delivery address: root@???
DSN: Sender_address: sensu@???
DSN: orcpt: NULL flags: 0
DSN: envid: NULL ret: 0
DSN: Final recipient: root@???
DSN: Remote SMTP server supports DSN: 0
DSN: not sending DSN success message
DSN: processing router : oof_add
DSN: processing successful delivery address: root@???
DSN: Sender_address: sensu@???
DSN: orcpt: NULL flags: 0
DSN: envid: NULL ret: 0
DSN: Final recipient: root@???
DSN: Remote SMTP server supports DSN: 0
DSN: not sending DSN success message
LOG: MAIN
Completed QT=1m4s
end delivery of 1bmQXo-0002Y0-Bh
search_tidyup called
set_process_info: 10843 running queue: waiting for children of 10850
set_process_info: 10843 running queue
LOG: queue_run MAIN
End queue run: pid=10843
search_tidyup called
>>>>>>>>>>>>>>>> Exim pid=10843 terminating with rc=0 >>>>>>>>>>>>>>>>
krull-example-com.simon@???
    <-- sa@???
    <-- root@???
    <-- root@???
  router = smarthost, transport = remote_smtp_smarthost
  host tsort.example.com [2001:8b0:ffea:0:b066:feff:fe63:ca2b] 
  host tsort.example.com [81.2.80.87]                          
h nis nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Compiler: GCC [5.3.1 20160330]
Library version: GnuTLS: Compile: 3.4.10
                         Runtime: 3.4.10
Library version: PCRE: Compile: 8.38
                       Runtime: 8.38 2015-11-23
Total 13 lookups
WHITELIST_D_MACROS: "OUTGOING"
TRUSTED_CONFIG_LIST: "/etc/exim4/trusted_configs"
changed uid/gid: forcing real = effective
  uid=0 gid=0 pid=24389
  auxiliary group list: <none>
seeking password data for user "uucp": cache not available
getpwnam() succeeded uid=10 gid=10
changed uid/gid: calling tls_validate_require_cipher
  uid=114 gid=119 pid=24390
  auxiliary group list: <none>
tls_require_ciphers expands to "PFS:!ARCFOUR-128:!ARCFOUR-40:!3DES-CBC:!SHA1:!MD5:-VERS-SSL3.0:-VERS-TLS1.0:-VERS-TLS1.1"
tls_validate_require_cipher child 24390 ended: status=0x0
configuration file is /var/lib/exim4/config.autogenerated
log selectors = 0000fffd 027746dd
trusted user
admin user
seeking password data for user "mail": cache not available
getpwnam() succeeded uid=8 gid=8
DSN: oof_add propagating DSN
DSN: batv_add propagating DSN
DSN: hubbed_hosts propagating DSN
DSN: smarthost propagating DSN
DSN: real_local propagating DSN
DSN: batv_remove propagating DSN
DSN: system_aliases propagating DSN
DSN: userforward propagating DSN
DSN: procmail propagating DSN
DSN: maildrop propagating DSN
DSN: lowuid_aliases propagating DSN
DSN: system_user propagating DSN
DSN: local_user propagating DSN
DSN: mail4root propagating DSN
user name "root" extracted from gecos field "root"
originator: uid=0 gid=0 login=root name=root
sender address = root@???
Address testing: uid=0 gid=119 euid=0 egid=119

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Testing root@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering root@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing root@???
--------> oof_add router <--------
local_part=root domain=krull.example.com
R: oof_add for root@???
checking "condition"
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "+local_domains"? yes (matched "+local_domains")
calling oof_add router
rda_interpret (string): ${quote_local_part:$local_part}@$domain
expanded: root@???
file is not a filter file
parse_forward_list: root@???
extract item: root@???
oof_add router generated root@???
errors_to=NULL transport=NULL
uid=unset gid=unset home=NULL
routed by oof_add router
envelope to: root@???
transport: <none>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering root@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing root@???
--------> oof_add router <--------
oof_add router skipped: previously routed root@???
--------> batv_add router <--------
local_part=root domain=krull.example.com
batv_add router skipped: address_test is unset
--------> hubbed_hosts router <--------
local_part=root domain=krull.example.com
checking domains
expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
hubbed_hosts router skipped: domains mismatch
--------> smarthost router <--------
local_part=root domain=krull.example.com
checking domains
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "! +local_domains"? no (matched "! +local_domains")
smarthost router skipped: domains mismatch
--------> real_local router <--------
local_part=root domain=krull.example.com
real_local router skipped: prefix mismatch
--------> batv_remove router <--------
local_part=root domain=krull.example.com
R: batv_remove for root@???
checking "condition"
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "+local_domains"? yes (matched "+local_domains")
batv_remove router skipped: condition failure
--------> system_aliases router <--------
local_part=root domain=krull.example.com
checking domains
cached yes match for +local_domains
cached lookup data = NULL
krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
R: system_aliases for root@???
calling system_aliases router
rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
search_open: lsearch "/etc/aliases"
search_find: file="/etc/aliases"
key="root" partial=-1 affix=NULL starflags=0
LRU list:
7/etc/aliases
End
internal_search_find: file="/etc/aliases"
type=lsearch key="root"
file lookup required for root
in /etc/aliases
lookup yielded: sa
expanded: sa
file is not a filter file
parse_forward_list: sa
extract item: sa
system_aliases router generated sa@???
errors_to=NULL transport=NULL
uid=unset gid=unset home=NULL
routed by system_aliases router
envelope to: root@???
transport: <none>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering sa@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing sa@???
--------> oof_add router <--------
oof_add router skipped: previously routed root@???
--------> batv_add router <--------
local_part=sa domain=krull.example.com
batv_add router skipped: address_test is unset
--------> hubbed_hosts router <--------
local_part=sa domain=krull.example.com
checking domains
expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
hubbed_hosts router skipped: domains mismatch
--------> smarthost router <--------
local_part=sa domain=krull.example.com
checking domains
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "! +local_domains"? no (matched "! +local_domains")
smarthost router skipped: domains mismatch
--------> real_local router <--------
local_part=sa domain=krull.example.com
real_local router skipped: prefix mismatch
--------> batv_remove router <--------
local_part=sa domain=krull.example.com
R: batv_remove for sa@???
checking "condition"
krull.example.com in "@:localhost:/etc/mailname"? yes (matched "@")
krull.example.com in "+local_domains"? yes (matched "+local_domains")
batv_remove router skipped: condition failure
--------> system_aliases router <--------
local_part=sa domain=krull.example.com
checking domains
cached yes match for +local_domains
cached lookup data = NULL
krull.example.com in "+local_domains"? yes (matched "+local_domains" - cached)
R: system_aliases for sa@???
calling system_aliases router
rda_interpret (string): ${lookup{$local_part}lsearch{/etc/aliases}}
search_open: lsearch "/etc/aliases"
cached open
search_find: file="/etc/aliases"
key="sa" partial=-1 affix=NULL starflags=0
LRU list:
7/etc/aliases
End
internal_search_find: file="/etc/aliases"
type=lsearch key="sa"
file lookup required for sa
in /etc/aliases
lookup yielded: krull-example-com.simon@???
expanded: krull-example-com.simon@???
file is not a filter file
parse_forward_list: krull-example-com.simon@???
extract item: krull-example-com.simon@???
system_aliases router generated krull-example-com.simon@???
errors_to=NULL transport=NULL
uid=unset gid=unset home=NULL
routed by system_aliases router
envelope to: sa@???
transport: <none>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering krull-example-com.simon@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing krull-example-com.simon@???
--------> oof_add router <--------
oof_add router skipped: previously routed root@???
--------> batv_add router <--------
local_part=krull-example-com.simon domain=example.net
batv_add router skipped: address_test is unset
--------> hubbed_hosts router <--------
local_part=krull-example-com.simon domain=example.net
checking domains
expansion of "${if exists{/etc/exim4/hubbed_hosts}{partial-lsearch;/etc/exim4/hubbed_hosts}fail}" forced failure: assume not in this list
hubbed_hosts router skipped: domains mismatch
--------> smarthost router <--------
local_part=krull-example-com.simon domain=example.net
checking domains
example.net in "@:localhost:/etc/mailname"? no (end of list)
example.net in "! +local_domains"? yes (end of list)
R: smarthost for krull-example-com.simon@???
calling smarthost router
smarthost router called for krull-example-com.simon@???
domain = example.net
route_item = * tsort.example.com byname
example.net in "*"? yes (matched "*")
original list of hosts = "tsort.example.com" options = byname
expanded list of hosts = "tsort.example.com" options = byname
set transport remote_smtp_smarthost
finding IP address for tsort.example.com
calling host_find_byname
fully qualified name = tsort.example.com
gethostbyname2 looked up these IP addresses:
name=tsort.example.com address=2001:8b0:ffea:0:b066:feff:fe63:ca2b
name=tsort.example.com address=81.2.80.87
queued for remote_smtp_smarthost transport: local_part = krull-example-com.simon
domain = example.net
errors_to=NULL
domain_data=NULL localpart_data=NULL
routed by smarthost router
envelope to: krull-example-com.simon@???
transport: remote_smtp_smarthost
host tsort.example.com [2001:8b0:ffea:0:b066:feff:fe63:ca2b]
host tsort.example.com [81.2.80.87]
search_tidyup called
>>>>>>>>>>>>>>>> Exim pid=24389 terminating with rc=0 >>>>>>>>>>>>>>>>