build links /usr/bin/sendmail to /etc/exim instead of exim , breaking mail

bokkepoot

Verified User
Joined
Jul 9, 2018
Messages
10
Using custombuild from 08-Aug-2022 08:38 ,

it wants to set :

set_sendmail_link() {
ln -sf /etc/exim /usr/sbin/sendmail
}

but /etc/exim isn't there. Shouldn't that be /usr/sbin/exim ?

Any invocation of the build script will now (for me at least) break mail.
 
It's been fixed in rev. 2921. Thank you for the report!
 
Tried updating but still on:
lrwxrwxrwx 1 root root 21 8 aug 14:09 /usr/sbin/sendmail -> /etc/alternatives/mta
 
Back
Top