Skip to content

Commit 020422a

Browse files
Kumar KaushikSharath George
authored andcommitted
Changing permission of clientmqueue Bug id: 1603878
Change-Id: Ifbd6ba72653eb524e8b0c56bcf1d6fa387e6ddbb Reviewed-on: http://photon-jenkins.eng.vmware.com/538 Reviewed-by: Sharath George Tested-by: Sharath George
1 parent 97a4ea3 commit 020422a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

SPECS/sendmail/sendmail.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Commonly used Mail transport agent (MTA)
22
Name: sendmail
33
Version: 8.15.2
4-
Release: 1%{?dist}
4+
Release: 2%{?dist}
55
URL: http://www.sendmail.org/
66
License: GPLv2+ and GPLv3+ and LGPLv2+
77
Group: Email/Server/Library
@@ -133,7 +133,8 @@ EOF
133133
cd /etc/mail
134134
m4 m4/cf.m4 sendmail.mc > sendmail.cf
135135

136-
chmod 773 /var/spool/clientmqueue
136+
chmod 700 /var/spool/clientmqueue
137+
chown smmsp:smmsp /var/spool/clientmqueue
137138

138139
/bin/systemctl enable sendmail
139140

@@ -160,6 +161,8 @@ rm -rf /etc/mail
160161

161162

162163
%changelog
164+
* Wed Feb 17 2016 Kumar Kaushik <[email protected]> 8.15.2-2
165+
- Changing permission and owner of clientmqueue.
163166
* Tue Jan 05 2016 Kumar Kaushik <[email protected]> 8.15.2-1
164167
- Initial build. First version
165168

0 commit comments

Comments
 (0)