Skip to content

Commit

Permalink
Changing permission of clientmqueue Bug id: 1603878
Browse files Browse the repository at this point in the history
Change-Id: Ifbd6ba72653eb524e8b0c56bcf1d6fa387e6ddbb
Reviewed-on: http://photon-jenkins.eng.vmware.com/538
Reviewed-by: Sharath George
Tested-by: Sharath George
  • Loading branch information
Kumar Kaushik authored and Sharath George committed Feb 17, 2016
1 parent 97a4ea3 commit 020422a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions SPECS/sendmail/sendmail.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Commonly used Mail transport agent (MTA)
Name: sendmail
Version: 8.15.2
Release: 1%{?dist}
Release: 2%{?dist}
URL: http://www.sendmail.org/
License: GPLv2+ and GPLv3+ and LGPLv2+
Group: Email/Server/Library
Expand Down Expand Up @@ -133,7 +133,8 @@ EOF
cd /etc/mail
m4 m4/cf.m4 sendmail.mc > sendmail.cf

chmod 773 /var/spool/clientmqueue
chmod 700 /var/spool/clientmqueue
chown smmsp:smmsp /var/spool/clientmqueue

/bin/systemctl enable sendmail

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


%changelog
* Wed Feb 17 2016 Kumar Kaushik <kaushikk@vmware.com> 8.15.2-2
- Changing permission and owner of clientmqueue.
* Tue Jan 05 2016 Kumar Kaushik <kaushikk@vmware.com> 8.15.2-1
- Initial build. First version

0 comments on commit 020422a

Please sign in to comment.