Re: [exim] Exim 4.94 - daemon_notifier_socket bind: Address …

Top Page
Delete this message
Reply to this message
Author: Mikhail Golub
Date:  
To: exim-users
Old-Topics: Re: [exim] Exim 4.94 - daemon_notifier_socket bind: Address already in use
Subject: Re: [exim] Exim 4.94 - daemon_notifier_socket bind: Address already in use
Hi.
Sorry, but the problem exists :(

Given:
exim -bV
Exim version 4.94 #4 (FreeBSD 12.2) built 25-Nov-2020 20:28:32
Copyright (c) University of Cambridge, 1995 - 2018
(c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007
- 2018
Probably Berkeley DB version 1.8x (native mode)
Support for: crypteq iconv() use_setclassresources Perl Expand_dlfunc
OpenSSL Content_Scanning DKIM PIPE_CONNECT PRDR SPF TCP_Fast_Open
Experimental_SRS
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm
dbmjz dbmnz dnsdb dsearch ldap ldapdn ldapm mysql
Authenticators: plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/mbx autoreply lmtp pipe smtp
Malware: f-protd f-prot6d drweb fsecure sophie clamd avast sock cmdline
Fixed never_users: 0
Configure owner: 0:0
Size of off_t: 8
Configuration file is /usr/local/etc/exim/configure


Exim installed from ports.

I stop exim (service exim stop).
Manually remove file /var/spool/exim/exim_daemon_notify
Start exim (service exim start). File /var/spool/exim/exim_daemon_notify
created.
After that i reload exim (service exim reload) and give paniclog:
2021-02-05 10:07:24 daemon_notifier_socket bind: Address already in use

Second experiment - start Exim with debug.
service exim stop
rm /var/spool/exim/exim_daemon_notify

exim -bd -q5m -d+all > /var/log/exim/exim-debug.log 2>&1
Exim started normally and exim_daemon_notify created.
Send 'kill -1' to exim pid and give paniclog.

Debug in attachment.



On 23.07.2020 14:17, Jeremy Harris via Exim-users wrote:
> On 23/07/2020 04:27, haoniukun via Exim-users wrote:
>> I actually happen to see the same question recently.
>> One problem I found is that if I use exit_ctl to stop the process, this file can be removed without any problem.
>> But if I use -d option to start the exim daemon from the command line to check the debug output and then use ctrl+c to kill the process, the file exim_daemon_notify cannot be removed properly.
>> As a result, I cannot start exim process.
>> And for me, if I manually remove exim_daemon_notify file, exim can start successfully for me.
>> It took me really a long time to figure this out though.
>> I cannot find any relevant information from the search engine.
>> But you need to make sure you only have one instance of exim running.
>> I’m using a Mac. But I believe it applies to freebsd as well since your error message is exactly the same as mine, as well as the exim version.
>
> Interesting.
>
> Presumably, since you say you can manually remove the
> notifier socket via its filename, its presence can be
> seen using netstat? How is the socket name displayed
> there?
>
> The socket is unlinked by the daemon, on shutdown,
> for the "abstract socket" case (only). For the
> non-abstract case, we rely on the daemon closing it
> to result in its disappearance. Perhaps the BSDs
> are behaving differently here... I can test on a
> FreeBSD, but not on a Mac; lets hope that is
> good enough...
>
> The close/unlink is done in the daemon just before a fork
> for removing a pidfile. This for should be
> visible in debug output; can you verify the daemon
> gets to that point? It's about the last thing it
> does on closedown.
>

10:11:13 78185 Exim version 4.94 (FreeBSD 12.2) uid=0 gid=0 pid=78185 D=fff9ffff
Support for: crypteq iconv() use_setclassresources Perl Expand_dlfunc OpenSSL Content_Scanning DKIM PIPE_CONNECT PRDR SPF TCP_Fast_Open Experimental_SRS
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmjz dbmnz dnsdb dsearch ldap ldapdn ldapm mysql
Authenticators: plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/mbx autoreply lmtp pipe smtp
Malware: f-protd f-prot6d drweb fsecure sophie clamd avast sock cmdline
Fixed never_users: 0
Configure owner: 0:0
Size of off_t: 8
Compiler: CLang [10.0.1 (git@???:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2)]
Probably Berkeley DB version 1.8x (native mode)
Library version: OpenSSL: Compile: OpenSSL 1.1.1h-freebsd  22 Sep 2020
                          Runtime: OpenSSL 1.1.1h-freebsd  22 Sep 2020
                                 : built on: reproducible build, date unspecified
Library version: spf2: Compile: 1.2.10
                       Runtime: 1.2.10
Library version: PCRE: Compile: 8.44
                       Runtime: 8.44 2020-02-12
10:11:13 78185 Total 16 lookups
Library version: MySQL: Compile: 50732 5.7.32 [mysqld-5.7]
                        Runtime: 50733 5.7.33
WHITELIST_D_MACROS unset
TRUSTED_CONFIG_LIST unset
10:11:13 78185 changed uid/gid: forcing real = effective
10:11:13 78185   uid=0 gid=0 pid=78185
10:11:13 78185   auxiliary group list: 0
10:11:13 78185 seeking password data for user "mailnull": using cached result
10:11:13 78185 getpwnam() succeeded uid=26 gid=26
10:11:13 78185 seeking password data for user "root": cache not available
10:11:13 78185 getpwnam() succeeded uid=0 gid=0
10:11:13 78185 openssl option, adding to     42004000: 00000800 (dont_insert_empty_fragments +no_sslv2 +no_sslv3)
10:11:13 78185 openssl option, adding to     42004800: 00000000 (no_sslv2 +no_sslv3)
10:11:13 78185 openssl option, adding to     42004800: 02000000 (no_sslv3)
10:11:13 78185 configuration file is /usr/local/etc/exim/configure
10:11:13 78185 log selectors = 0000fcbf 99d8502a 00000003
10:11:13 78185 cwd=/usr/home/gmn 4 args: exim -bd -q5m -d+all
10:11:13 78185 trusted user
10:11:13 78185 admin user
10:11:13 78185 dropping to exim gid; retaining priv uid
10:11:13 78185 originator: uid=0 gid=0 login=root name=Charlie Root
10:11:13 78185 fresh-exec forking for cipher-validate
10:11:13 78185 fresh-exec forked for cipher-validate: 78186
10:11:13 78186 postfork: cipher-validate
10:11:13 78186 changed uid/gid: calling tls_validate_require_cipher
10:11:13 78186   uid=26 gid=6 pid=78186
10:11:13 78186   auxiliary group list: 6
10:11:13 78186 tls_require_ciphers expands to "ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS:TLS-RSA-WITH-3DES-EDE-CBC-SHA:TLS-RSA-WITH-AES-128-CBC-SHA:TLS-RSA-WITH-AES-128-GCM-SHA256"
10:11:13 78186 >>>>>>>>>>>>>>>> Exim pid=78186 (cipher-validate) terminating with rc=0 >>>>>>>>>>>>>>>>
10:11:13 78185 tls_validate_require_cipher child 78186 ended: status=0x0
10:11:13 78185 creating notifier socket
10:11:13 78185  ╭considering: $spool_directory/exim_daemon_notify
10:11:13 78185  ├──expanding: $spool_directory/exim_daemon_notify
10:11:13 78185  ╰─────result: /var/spool/exim/exim_daemon_notify
10:11:13 78185  /var/spool/exim/exim_daemon_notify
10:11:13 78185 listening on 127.0.0.1 port 25
10:11:13 78185 listening on 10.7.0.212 port 25
10:11:13 78185 listening on 192.168.44.254 port 25
10:11:13 78185 pid written to /var/run/exim.pid
10:11:13 78185 changed uid/gid: running as a daemon
10:11:13 78185   uid=26 gid=6 pid=78185
10:11:13 78185   auxiliary group list: 6
10:11:13 78185 LOG: MAIN
10:11:13 78185   exim 4.94 daemon started: pid=78185, -q5m, listening for SMTP on [127.0.0.1]:25 [10.7.0.212]:25 [192.168.44.254]:25
10:11:13 78185 set_process_info: 78185 daemon(4.94): -q5m, listening for SMTP on [127.0.0.1]:25 [10.7.0.212]:25 [192.168.44.254]:25
10:11:13 78185 SPF_dns_exim_new
spf_compile.c:523    Debug: Parsing macro starting at Please%_see%_http://www.openspf.org/Why?id=%{S}&ip=%{C}&receiver=%{R}
spf_compile.c:1210   Debug: Compiling record v=spf1 
spf_compile.c:523    Debug: Parsing macro starting at Please%_see%_http://www.open-spf.org/Why
10:11:13 78185 daemon running with uid=26 gid=6 euid=26 egid=6
10:11:13 78185 SIGALRM received
10:11:13 78185 daemon forking for queue-runner
10:11:13 78185 daemon forked for queue-runner: 78187
10:11:13 78185 1 queue-runner process running
10:11:13 78187 postfork: queue-runner
10:11:13 78185 Listening...
10:11:13 78187 exec /usr/local/sbin/exim -d=0xfff9ffff -MCd queue-runner -q
10:11:13 78187 Exim version 4.94 (FreeBSD 12.2) uid=26 gid=6 pid=78187 D=fff9ffff
Support for: crypteq iconv() use_setclassresources Perl Expand_dlfunc OpenSSL Content_Scanning DKIM PIPE_CONNECT PRDR SPF TCP_Fast_Open Experimental_SRS
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmjz dbmnz dnsdb dsearch ldap ldapdn ldapm mysql
Authenticators: plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/mbx autoreply lmtp pipe smtp
Malware: f-protd f-prot6d drweb fsecure sophie clamd avast sock cmdline
Fixed never_users: 0
Configure owner: 0:0
Size of off_t: 8
Compiler: CLang [10.0.1 (git@???:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2)]
Probably Berkeley DB version 1.8x (native mode)
Library version: OpenSSL: Compile: OpenSSL 1.1.1h-freebsd  22 Sep 2020
                          Runtime: OpenSSL 1.1.1h-freebsd  22 Sep 2020
                                 : built on: reproducible build, date unspecified
Library version: spf2: Compile: 1.2.10
                       Runtime: 1.2.10
Library version: PCRE: Compile: 8.44
                       Runtime: 8.44 2020-02-12
10:11:13 78187 Total 16 lookups
Library version: MySQL: Compile: 50732 5.7.32 [mysqld-5.7]
                        Runtime: 50733 5.7.33
WHITELIST_D_MACROS unset
TRUSTED_CONFIG_LIST unset
10:11:13 78187 changed uid/gid: forcing real = effective
10:11:13 78187   uid=0 gid=6 pid=78187
10:11:13 78187   auxiliary group list: 6
10:11:13 78187 seeking password data for user "mailnull": using cached result
10:11:13 78187 getpwnam() succeeded uid=26 gid=26
10:11:13 78187 seeking password data for user "root": cache not available
10:11:13 78187 getpwnam() succeeded uid=0 gid=0
10:11:13 78187 openssl option, adding to     42004000: 00000800 (dont_insert_empty_fragments +no_sslv2 +no_sslv3)
10:11:13 78187 openssl option, adding to     42004800: 00000000 (no_sslv2 +no_sslv3)
10:11:13 78187 openssl option, adding to     42004800: 02000000 (no_sslv3)
10:11:13 78187 configuration file is /usr/local/etc/exim/configure
10:11:13 78187 log selectors = 0000fcbf 99d8502a 00000003
10:11:13 78187 cwd=/var/spool/exim 5 args: /usr/local/sbin/exim -d=0xfff9ffff -MCd queue-runner -q
10:11:13 78187 trusted user
10:11:13 78187 admin user
10:11:13 78187 dropping to exim gid; retaining priv uid
10:11:13 78187 Single queue run
10:11:13 78187 set_process_info: 78187 running the queue (single queue run)
10:11:13 78187 LOG: queue_run MAIN
10:11:13 78187   Start queue run: pid=78187
10:11:13 78187 queue running main directory
10:11:13 78187 looking in /var/spool/exim//input
10:11:13 78187 LOG: queue_run MAIN
10:11:13 78187   End queue run: pid=78187
10:11:13 78187 search_tidyup called
10:11:13 78187 >>>>>>>>>>>>>>>> Exim pid=78187 (queue-runner) terminating with rc=0 >>>>>>>>>>>>>>>>
10:11:13 78185 child 78187 ended: status=0x0
10:11:13 78185   normal exit, 0
10:11:13 78185 0 queue-runner processes now running
10:11:13 78185 Listening...
10:11:30 78185 LOG: MAIN
10:11:30 78185   pid 78185: SIGHUP received: re-exec daemon
10:11:30 78185 Exim version 4.94 (FreeBSD 12.2) uid=26 gid=6 pid=78185 D=fff9ffff
Support for: crypteq iconv() use_setclassresources Perl Expand_dlfunc OpenSSL Content_Scanning DKIM PIPE_CONNECT PRDR SPF TCP_Fast_Open Experimental_SRS
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmjz dbmnz dnsdb dsearch ldap ldapdn ldapm mysql
Authenticators: plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/mbx autoreply lmtp pipe smtp
Malware: f-protd f-prot6d drweb fsecure sophie clamd avast sock cmdline
Fixed never_users: 0
Configure owner: 0:0
Size of off_t: 8
Compiler: CLang [10.0.1 (git@???:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2)]
Probably Berkeley DB version 1.8x (native mode)
Library version: OpenSSL: Compile: OpenSSL 1.1.1h-freebsd  22 Sep 2020
                          Runtime: OpenSSL 1.1.1h-freebsd  22 Sep 2020
                                 : built on: reproducible build, date unspecified
Library version: spf2: Compile: 1.2.10
                       Runtime: 1.2.10
Library version: PCRE: Compile: 8.44
                       Runtime: 8.44 2020-02-12
10:11:30 78185 Total 16 lookups
Library version: MySQL: Compile: 50732 5.7.32 [mysqld-5.7]
                        Runtime: 50733 5.7.33
WHITELIST_D_MACROS unset
TRUSTED_CONFIG_LIST unset
10:11:30 78185 changed uid/gid: forcing real = effective
10:11:30 78185   uid=0 gid=6 pid=78185
10:11:30 78185   auxiliary group list: 6
10:11:30 78185 seeking password data for user "mailnull": using cached result
10:11:30 78185 getpwnam() succeeded uid=26 gid=26
10:11:30 78185 seeking password data for user "root": cache not available
10:11:30 78185 getpwnam() succeeded uid=0 gid=0
10:11:30 78185 openssl option, adding to     42004000: 00000800 (dont_insert_empty_fragments +no_sslv2 +no_sslv3)
10:11:30 78185 openssl option, adding to     42004800: 00000000 (no_sslv2 +no_sslv3)
10:11:30 78185 openssl option, adding to     42004800: 02000000 (no_sslv3)
10:11:30 78185 configuration file is /usr/local/etc/exim/configure
10:11:30 78185 log selectors = 0000fcbf 99d8502a 00000003
10:11:30 78185 cwd=/var/spool/exim 4 args: /usr/local/sbin/exim -bd -q5m -d+all
10:11:30 78185 trusted user
10:11:30 78185 admin user
10:11:30 78185 dropping to exim gid; retaining priv uid
10:11:30 78185 originator: uid=26 gid=6 login=mailnull name=Sendmail Default User
10:11:30 78185 fresh-exec forking for cipher-validate
10:11:30 78185 fresh-exec forked for cipher-validate: 78204
10:11:30 78204 postfork: cipher-validate
10:11:30 78204 changed uid/gid: calling tls_validate_require_cipher
10:11:30 78204   uid=26 gid=6 pid=78204
10:11:30 78204   auxiliary group list: 6
10:11:30 78204 tls_require_ciphers expands to "ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS:TLS-RSA-WITH-3DES-EDE-CBC-SHA:TLS-RSA-WITH-AES-128-CBC-SHA:TLS-RSA-WITH-AES-128-GCM-SHA256"
10:11:30 78204 >>>>>>>>>>>>>>>> Exim pid=78204 (cipher-validate) terminating with rc=0 >>>>>>>>>>>>>>>>
10:11:30 78185 tls_validate_require_cipher child 78204 ended: status=0x0
10:11:30 78185 creating notifier socket
10:11:30 78185  ╭considering: $spool_directory/exim_daemon_notify
10:11:30 78185  ├──expanding: $spool_directory/exim_daemon_notify
10:11:30 78185  ╰─────result: /var/spool/exim/exim_daemon_notify
10:11:30 78185  /var/spool/exim/exim_daemon_notify
10:11:30 78185 LOG: MAIN PANIC
10:11:30 78185   daemon_notifier_socket bind: Address already in use
10:11:30 78185 daemon forking for logfile-create
10:11:30 78185 daemon forked for logfile-create: 78205
10:11:30 78205 postfork: logfile-create
10:11:30 78185 listening on 127.0.0.1 port 25
10:11:30 78185 listening on 10.7.0.212 port 25
10:11:30 78185 listening on 192.168.44.254 port 25
10:11:30 78185 pid written to /var/run/exim.pid
10:11:30 78185 changed uid/gid: running as a daemon
10:11:30 78185   uid=26 gid=6 pid=78185
10:11:30 78185   auxiliary group list: 6
10:11:30 78185 LOG: MAIN
10:11:30 78185   exim 4.94 daemon started: pid=78185, -q5m, listening for SMTP on [127.0.0.1]:25 [10.7.0.212]:25 [192.168.44.254]:25
10:11:30 78185 set_process_info: 78185 daemon(4.94): -q5m, listening for SMTP on [127.0.0.1]:25 [10.7.0.212]:25 [192.168.44.254]:25
10:11:30 78185 SPF_dns_exim_new
spf_compile.c:523    Debug: Parsing macro starting at Please%_see%_http://www.openspf.org/Why?id=%{S}&ip=%{C}&receiver=%{R}
spf_compile.c:1210   Debug: Compiling record v=spf1 
spf_compile.c:523    Debug: Parsing macro starting at Please%_see%_http://www.open-spf.org/Why
10:11:30 78185 daemon running with uid=26 gid=6 euid=26 egid=6
10:11:30 78185 SIGALRM received
10:11:30 78185 daemon forking for queue-runner
10:11:30 78185 daemon forked for queue-runner: 78206
10:11:30 78185 1 queue-runner process running
10:11:30 78206 postfork: queue-runner
10:11:30 78185 Listening...
10:11:30 78206 exec /usr/local/sbin/exim -d=0xfff9ffff -MCd queue-runner -q
10:11:30 78206 Exim version 4.94 (FreeBSD 12.2) uid=26 gid=6 pid=78206 D=fff9ffff
Support for: crypteq iconv() use_setclassresources Perl Expand_dlfunc OpenSSL Content_Scanning DKIM PIPE_CONNECT PRDR SPF TCP_Fast_Open Experimental_SRS
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmjz dbmnz dnsdb dsearch ldap ldapdn ldapm mysql
Authenticators: plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/mbx autoreply lmtp pipe smtp
Malware: f-protd f-prot6d drweb fsecure sophie clamd avast sock cmdline
Fixed never_users: 0
Configure owner: 0:0
Size of off_t: 8
Compiler: CLang [10.0.1 (git@???:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2)]
Probably Berkeley DB version 1.8x (native mode)
Library version: OpenSSL: Compile: OpenSSL 1.1.1h-freebsd  22 Sep 2020
                          Runtime: OpenSSL 1.1.1h-freebsd  22 Sep 2020
                                 : built on: reproducible build, date unspecified
Library version: spf2: Compile: 1.2.10
                       Runtime: 1.2.10
Library version: PCRE: Compile: 8.44
                       Runtime: 8.44 2020-02-12
10:11:30 78206 Total 16 lookups
Library version: MySQL: Compile: 50732 5.7.32 [mysqld-5.7]
                        Runtime: 50733 5.7.33
WHITELIST_D_MACROS unset
TRUSTED_CONFIG_LIST unset
10:11:30 78206 changed uid/gid: forcing real = effective
10:11:30 78206   uid=0 gid=6 pid=78206
10:11:30 78206   auxiliary group list: 6
10:11:30 78206 seeking password data for user "mailnull": using cached result
10:11:30 78206 getpwnam() succeeded uid=26 gid=26
10:11:30 78206 seeking password data for user "root": cache not available
10:11:30 78206 getpwnam() succeeded uid=0 gid=0
10:11:30 78206 openssl option, adding to     42004000: 00000800 (dont_insert_empty_fragments +no_sslv2 +no_sslv3)
10:11:30 78206 openssl option, adding to     42004800: 00000000 (no_sslv2 +no_sslv3)
10:11:30 78206 openssl option, adding to     42004800: 02000000 (no_sslv3)
10:11:30 78206 configuration file is /usr/local/etc/exim/configure
10:11:30 78206 log selectors = 0000fcbf 99d8502a 00000003
10:11:30 78206 cwd=/var/spool/exim 5 args: /usr/local/sbin/exim -d=0xfff9ffff -MCd queue-runner -q
10:11:30 78206 trusted user
10:11:30 78206 admin user
10:11:30 78206 dropping to exim gid; retaining priv uid
10:11:30 78206 Single queue run
10:11:30 78206 set_process_info: 78206 running the queue (single queue run)
10:11:30 78206 LOG: queue_run MAIN
10:11:30 78206   Start queue run: pid=78206
10:11:30 78206 queue running main directory
10:11:30 78206 looking in /var/spool/exim//input
10:11:30 78206 LOG: queue_run MAIN
10:11:30 78206   End queue run: pid=78206
10:11:30 78206 search_tidyup called
10:11:30 78206 >>>>>>>>>>>>>>>> Exim pid=78206 (queue-runner) terminating with rc=0 >>>>>>>>>>>>>>>>
10:11:30 78185 child 78206 ended: status=0x0
10:11:30 78185   normal exit, 0
10:11:30 78185 0 queue-runner processes now running
10:11:30 78185 Listening...