Email from wife bounced

SYSTEM INFORMATION
OS type and version Ubuntu Linux 22.04.5
Webmin version 2.202
Virtualmin version 7.20.2 Pro
Webserver version Apache version 2.4.52
Related packages SUGGESTED

Now you might think that’s a good thing, but I married her for a reason…

Here’s the relevant line in the logs-

Oct 30 14:40:39 host postfix/local[47149]: 871B48051B: to=<myemail@host.xxxxx.com.au>, orig_to=<myemail@xxxxx.com.au>, relay=local, delay=0.31, delays=0.12/0.01/0/0.18, dsn=5.3.0, status=bounced (Command died with status 132: "/usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME". Command output: Illegal instruction (core dumped) )

Any tips please?

1 Like

Are you trying to run it on an unsupported architecture? We support x86_64, and I believe it’ll work on i386. Pretty sure I made all of our procmail-wrapper packages work on both.

Cheers Joe,
no, it’s a VPS from Binary Lane in Aus, nothing special about it.
Been running Virtualmin and Webmin for a while, had small issues with proemial but never quite figured it out.
had some issues with RAM a couple months ago, bumped it up to 4 cores, 8GB RAM

But to answer the question, it’s an x86_64 based VPS

Have you checked that using the uname -i command?

Also, what output do you get from running procmail -v? Also, what are the outputs when you run /usr/bin/procmail-wrapper and ls -lsa /usr/bin/procmail-wrapper?

Well this is interesting. Since the OP is Ubuntu they might get the same

oot@main:~# uname -i
unknown
root@main:~# uname -a
Linux main.cisnetadmin.com 5.10.0-33-amd64 #1 SMP Debian 5.10.226-1 (2024-10-03) x86_64 GNU/Linux
root@main:~#

In this case uname -m will work - thanks!

Note that amd64==x86_64

Thanks for the input everyone, here are the requested answers-

root@host:~# uname -I
x86_64
root@host:~# uname -a
Linux host.domain.com.au 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
root@host:~#

Also –

root@host:~# procmail -v
procmail v3.23pre 2001/09/13
    Copyright (c) 1990-2001, Stephen R. van den Berg    <srb@cuci.nl>
    Copyright (c) 1997-2001, Philip A. Guenther         <guenther@sendmail.com>

Submit questions/answers to the procmail-related mailinglist by sending to:
        <procmail-users@procmail.org>

And of course, subscription and information requests for this list to:
        <procmail-users-request@procmail.org>

Locking strategies:     dotlocking, fcntl()
Default rcfile:         $HOME/.procmailrc
        It may be writable by your primary group
Your system mailbox:    /var/mail/root
root@host:~# 
root@host:~# 
root@host:~# /usr/bin/procmail-wrapper
Illegal instruction (core dumped)
root@host:~# 
root@host:~# 
root@host:~# ls -lsa /usr/bin/procmail-wrapper
1388 -rwsr-xr-x 1 root root 1417756 Jan 27  2022 /usr/bin/procmail-wrapper
root@host:~#

I don’t know. That doesn’t make sense.

Is there anything related in the kernel log (dmesg) when you try to run it? Maybe AppArmor is doing something?

This repeats 3 times? Maybe something strange with the VPS?

That x86_64 repeated message also happens on an Oracle Linux VM at the same hosting company, so I don’t think it is significant.

I installed some PHP updates, rebooted, adjusted some firewall rules (external firewall) and it seems happier now, but I do wish I could fix it or at least know what to do next time…

It’s not clear what exactly is wrong! But I’d suggest trying to build it on a similar testing system and see how it goes. The program itself is quite basic – just a wrapper.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.