diff --git a/SPECS/sendmail.spec b/SPECS/sendmail.spec
index efc6316..0db31ad 100644
--- a/SPECS/sendmail.spec
+++ b/SPECS/sendmail.spec
@@ -19,7 +19,7 @@
 Summary: A widely used Mail Transport Agent (MTA)
 Name: sendmail
 Version: 8.15.2
-Release: 33%{?dist}
+Release: 34%{?dist}
 License: Sendmail
 Group: System Environment/Daemons
 URL: http://www.sendmail.org/
@@ -664,12 +664,12 @@ exit 0
 %config(noreplace) %{maildir}/virtusertable
 
 %ghost %{maildir}/aliasesdb-stamp
-%ghost %{maildir}/virtusertable.db
-%ghost %{maildir}/access.db
-%ghost %{maildir}/domaintable.db
-%ghost %{maildir}/mailertable.db
+%ghost %attr(0640, root,root) %verify(not md5 size mtime) %{maildir}/virtusertable.db
+%ghost %attr(0640, root,root) %verify(not md5 size mtime) %{maildir}/access.db
+%ghost %attr(0640, root,root) %verify(not md5 size mtime) %{maildir}/domaintable.db
+%ghost %attr(0640, root,root) %verify(not md5 size mtime) %{maildir}/mailertable.db
 
-%ghost %{spooldir}/clientmqueue/sm-client.st
+%ghost %attr(0660, smmsp, smmsp) %verify(not md5 size mtime) %{spooldir}/clientmqueue/sm-client.st
 
 %{_unitdir}/sendmail.service
 %{_unitdir}/sm-client.service
@@ -718,6 +718,10 @@ exit 0
 
 
 %changelog
+* Tue Dec 01 2020 Tomas Korbar <tkorbar@redhat.com> - 8.15.2-34
+- Fix verification of ghost files
+- Resolves: rhbz#1730804
+
 * Tue Sep 08 2020 Tomas Korbar <tkorbar@redhat.com> - 8.15.2-33
 - Backport confTLS_FALLBACK_TO_CLEAR option
 - Resolves: rhbz#1868041