AlmaLinux 10 - Error: Unable to find a match: msmtp

peps03

Verified User
Joined
Oct 24, 2013
Messages
195
Location
Amsterdam
Has anybody managed to install DirectAdmin on AlmaLinux 10? I keep running into this error: Unable to find a match: msmtp.

I do not have this error on AlmaLinux 9. Any ideas?
 
Code:
sudo dnf install epel-release
sudo dnf install msmtp msmtp-mta

Thanks! But not working... unfortunately...

Code:
Jul 04 08:16:58 AL10-test bash[962]: --> Detected AlmaLinux 10.x (VERSION_ID=10.0). Installing msmtp from EPEL...
Jul 04 08:17:10 AL10-test bash[966]: Complete!
Jul 04 08:17:10 AL10-test bash[962]: --> Rebuilding DNF cache to include new EPEL repository...
...
Jul 04 08:17:19 AL10-test bash[6967]: Metadata cache created.
Jul 04 08:17:19 AL10-test bash[6980]: No match for argument: msmtp
Jul 04 08:17:19 AL10-test bash[6980]: No match for argument: msmtp-mta
Jul 04 08:17:19 AL10-test bash[6980]: Error: Unable to find a match: msmtp msmtp-mta

//////


[root@AL10-test ~]# sudo dnf install -y epel-release
Last metadata expiration check: 0:03:23 ago on Fri 04 Jul 2025 08:28:18 AM UTC.
Package epel-release-10-6.el10_0.noarch is already installed.
Dependencies resolved.
Nothing to do.
Complete!
[root@AL10-test ~]# sudo dnf makecache
AlmaLinux 10 - AppStream                                                                                                                                                                                      10 kB/s | 3.8 kB     00:00
AlmaLinux 10 - BaseOS                                                                                                                                                                                         10 kB/s | 3.8 kB     00:00
AlmaLinux 10 - Extras                                                                                                                                                                                        9.1 kB/s | 3.3 kB     00:00
Extra Packages for Enterprise Linux 10 - x86_64                                                                                                                                                               72 kB/s |  39 kB     00:00
Metadata cache created.
[root@AL10-test ~]# sudo dnf install -y msmtp msmtp-mta
Last metadata expiration check: 0:00:03 ago on Fri 04 Jul 2025 08:31:46 AM UTC.
No match for argument: msmtp
No match for argument: msmtp-mta
Error: Unable to find a match: msmtp msmtp-mta
[root@AL10-test ~]#
 
Code:
[root@vps16 ~]# sudo dnf search msmtp
Last metadata expiration check: 0:50:50 ago on Fri 04 Jul 2025 11:47:01 AM CEST.
========================= Name Exactly Matched: msmtp ==========================
msmtp.x86_64 : SMTP client
[root@vps16 ~]#
 
Normally Directadmin installation should do all this if it's not present.
Since Almalinux 10 is supported I suggest sending in a ticket for this.
 
Back
Top