Good evening!
Majordomo is bouncing mail that, from what I can tell, are sent to digest addresses. This is the bounce message:
From what I understand, the message aboout "$* is no longer supported" is just a warning, and not relevant to the actual problem.
The main problem is the missing config_parse.pl. The file actually comes with the Majordomo code itself, and exists at /etc/virtual/majordomo/config_parse.pl.
It looks like @INC should either contain one more directory (/etc/virtual/majordomo/), or the /etc/virtual/majordomo/config_parse.pl should be copied to a path that already is in @INC during installation of Majordomo.
This is on Debian 9.
What would be the best way of resolving this?
Majordomo is bouncing mail that, from what I can tell, are sent to digest addresses. This is the bounce message:
Code:
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
pipe to |/etc/virtual/majordomo/wrapper digest -r -C -c
/etc/virtual/<domain redacted>/majordomo/majordomo.cf -l
vandrerledere-digest vandrerledere-digest-outgoing
generated by vandrerledere-out@<domain redacted>
local delivery failed
The following text was generated during the delivery attempt:
------ pipe to |/etc/virtual/majordomo/wrapper digest -r -C -c
/etc/virtual/<domain redacted>/majordomo/majordomo.cf -l
vandrerledere-digest vandrerledere-digest-outgoing
generated by vandrerledere-out@<domain redacted> ------
$* is no longer supported at /etc/virtual/majordomo/digest line 305.
Can't locate config_parse.pl in @INC (@INC contains: /etc/perl
/usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1
/usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5
/usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24
/usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at
/etc/virtual/majordomo/digest line 333.
From what I understand, the message aboout "$* is no longer supported" is just a warning, and not relevant to the actual problem.
The main problem is the missing config_parse.pl. The file actually comes with the Majordomo code itself, and exists at /etc/virtual/majordomo/config_parse.pl.
It looks like @INC should either contain one more directory (/etc/virtual/majordomo/), or the /etc/virtual/majordomo/config_parse.pl should be copied to a path that already is in @INC during installation of Majordomo.
This is on Debian 9.
What would be the best way of resolving this?