Hi On Wed, 11 Jun 2025 23:49:30 -0500 Ranjan Maitra via users wrote: > $ ll /usr/sbin/sendmail.postfix > lrwxrwxrwx. 1 root root 23 Jun 11 10:18 /usr/sbin/sendmail.postfix -> ../bin/sendmail.postfix* > $ ll /usr/lib/sendmail.postfix > lrwxrwxrwx. 1 root root 23 May 8 19:00 /usr/lib/sendmail.postfix -> ../bin/sendmail.postfix* Those symlinks are correct, but I saw that (at least) the /usr/bin/sendmail symlink was missing after an upgrade. It should be: /usr/bin/sendmail -> /etc/alternatives/mta The following works for me: alternatives --remove mta /usr/sbin/sendmail.postfix dnf -y reinstall postfix # To redo the alternatives systemctl restart postfix.service -- francis -- _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue