Mailing List Archive

[Bug 2603] New: $address_pipe is empty
https://bugs.exim.org/show_bug.cgi?id=2603

Bug ID: 2603
Summary: $address_pipe is empty
Product: Exim
Version: 4.94
Hardware: x86-64
OS: All
Status: NEW
Severity: bug
Priority: medium
Component: Transports
Assignee: unallocated@exim.org
Reporter: martynas@mc2.dev
CC: exim-dev@exim.org

After update to 4.94 $address_pipe is blank (see argv[1])

18:05:44 318945 seeking password data for user "localuser": using cached result
18:05:44 318945 getpwnam() succeeded uid=1049 gid=1053
18:05:44 318945 search_tidyup called
18:05:44 318945 daemon-accept-delivery forking for delivery-local
18:05:44 318945 daemon-accept-delivery forked for delivery-local: 318947
18:05:44 318947 postfork: delivery-local
18:05:44 318947 changed uid/gid: local delivery to |/usr/local/bin/php -q
/home/localuser/domains/localuserport.com/private_html/support/inc/mail/hesk_pipe.php
<|/usr/local/bin/php -q
/home/localuser/domains/localuserport.com/private_html/support/inc/mail/hesk_pipe.php>
transport=virtual_address_pipe
18:05:44 318947 uid=1049 gid=99 pid=318947
18:05:44 318947 auxiliary group list: <none>
18:05:44 318947 home=NULL current=/
18:05:44 318947 set_process_info: 318947 delivering 1jmJWS-001KyD-GX to
|/usr/local/bin/php -q
/home/localuser/domains/localuserport.com/private_html/support/inc/mail/hesk_pipe.php
using virtual_address_pipe
18:05:44 318947 virtual_address_pipe transport entered
18:05:44 318947 direct command:
18:05:44 318947 argv[0] = '/bin/cagefs_enter'
18:05:44 318947 argv[1] = '$address_pipe'
18:05:44 318947 address_pipe_max_args=60
18:05:44 318947 direct command after expansion:
18:05:44 318947 argv[0] = /bin/cagefs_enter
18:05:44 318947 argv[1] =
18:05:44 318947 argv[2] =
18:05:44 318947 argv[3] =

Whole transport looks like this:
virtual_address_pipe:
driver = pipe
group = nobody
return_output
user = "${lookup{$domain_data}lsearch* {/etc/virtual/domainowners}{$value}}"
force_command
command = /bin/cagefs_enter $address_pipe

Any ideas?

--
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/ ##