Check which RPM package a particular program is included in.
To check which RPM package a particular program is included in, add the "-qf" option to the rpm command and specify the program (executable file) as an argument.
[root@Lion ~]# rpm -qf /usr/sbin/dovecot dovecot-2.2.36-3.el7.x86_64 |