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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to