[exim-dev] [Bug 1811] New: exim -bt vs exim -bv uses differe…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1811] New: exim -bt vs exim -bv uses different uid/gid
https://bugs.exim.org/show_bug.cgi?id=1811

            Bug ID: 1811
           Summary: exim -bt vs exim -bv uses different uid/gid
           Product: Exim
           Version: 4.84
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Routing
          Assignee: hs@???
          Reporter: hs@???
                CC: exim-dev@???


Running tests, -bt vs -bv shows different sets of uid/gids:

In both cases, the calling user is root (uid=0):

-bt: uid=0(root) gid=104(Debian-exim) groups=104(Debian-exim)
-bv: uid=101(Debian-exim) gid=104(Debian-exim) groups=104(Debian-exim)

I think, for consistency, these both cases should be handled equally.

Config I used for testing:

keep_environment =
tls_advertise_hosts =


begin routers

test:
        driver = redirect
        condition = false
        cannot_route_message = ${run{/usr/bin/id}}
        more = false
        data = foo


--
You are receiving this mail because:
You are on the CC list for the bug.