Skip to Content.
Sympa Menu

en - Re: [sympa-users] Error sending to queue executable after upgrade.

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "Stefan Hornburg (Racke)" <address@concealed>
  • To: address@concealed
  • Subject: Re: [sympa-users] Error sending to queue executable after upgrade.
  • Date: Wed, 1 Apr 2020 07:13:03 +0200

On 4/1/20 2:44 AM, Jason Kania (via sympa-users Mailing List) wrote:
> Hello,
>
> I upgraded to a later version of sympa for my distro (6.2.16) and now I am
> having problems when sending to the list
> alias. I get the following error in exim4:
>
> 2020-03-31 10:12:49 1jJQzw-0008Nw-Vj ** | /usr/lib/sympa/bin/queue
> address@concealed <address@concealed> R=vdom_aliases
> T=address_pipe: Child process of address_pipe transport returned 255 (could
> mean shell command ended by signal 127
> (Unknown signal 127)) from command: /usr/lib/sympa/bin/queue
>
> Is the text "<address@concealed> R=vdom_aliases T=address_pipe" a set of
> additional parameters that exim4 is adding or
> simply logging output?
>

R is the router and T is the transport.

I'm using the following router for the list aliases:

vdom_aliases:
driver = redirect
allow_defer
allow_fail
domains = dsearch;/etc/exim4/virtual
data =
${expand:${lookup{$local_part}lsearch*@{/etc/exim4/virtual/$domain}}}
retry_use_local_part
user = sympa
group = sympa
pipe_transport = address_pipe
file_transport = address_file
no_more

You can get more information about the error by adding "log_fail_output" to
the transport definition.

Regards
Racke


> Is there a way to debug theĀ /usr/lib/sympa/bin/queue program? When I run
> queue directly and cat a message into queue, it
> works fine.
>
> If I use tee instead of queue, there is no error:
>
> 2020-03-31 20:02:25 1jJQpt-000808-Bm => | /usr/bin/tee
> /address@concealed <address@concealed> R=vdom_aliases
> T=address_pipe
> 2020-03-31 20:02:25 1jJQpt-000808-Bm Completed
>
> Any suggestions much appreciated,
>
> Jason


--
Ecommerce and Linux consulting + Perl and web application programming.
Debian and Sympa administration. Provisioning with Ansible.

Attachment: signature.asc
Description: OpenPGP digital signature




Archive powered by MHonArc 2.6.19+.

Top of Page