Yes it is related to the consolidation of bin/sbin, I solve this problem with

sudo update-alternatives --set mta /usr/bin/sendmail.postfix

Le 18/04/2025 à 21:15, Peter Robinson a écrit :


On Thu, 17 Apr 2025 at 14:30, Steven A. Falco <stevenfa...@gmail.com <mailto:stevenfa...@gmail.com>> wrote:

    After updating to f42 I noticed that I could not send email from the
    command line:

    $ mail root@localhost
    Subject: test
    To: root@localhost
    test
    ^D
    s-nail: Cannot start /usr/sbin/sendmail: executable not found
    (adjust *mta* variable)
    /home/sfalco/dead.letter 8/143
    s-nail: ... message not sent

    Looking in /usr/sbin there indeed was no sendmail program.  I fixed
    that by doing:

    cd /usr/sbin ; ln -s ../bin/sendmail.postfix sendmail

    I guess this is related to the consolidation of /usr/sbin and /usr/bin.

    There was a second problem: postfix was not running.  It was simple
    to re-enable it via systemctl but I'm surprised that it was somehow
    turned off as part of the upgrade from f41 to f42.


Yes, I've seen a number of issues on a postfix mail platform that I've not yet got to the bottom of.


--
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to