~ubuntu-branches/ubuntu/natty/postfix/natty-proposed

« back to all changes in this revision

Viewing changes to debian/postfix.postinst

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Andreas Olsson, LaMont Jones
  • Date: 2009-09-18 09:52:47 UTC
  • mfrom: (30.1.6 karmic)
  • Revision ID: james.westby@ubuntu.com-20090918095247-qupipyz3rititgax
Tags: 2.6.5-3
[Andreas Olsson]

* postrm: Remove /var/lib/postfix on purge.  LP: #348990

[LaMont Jones]

* Just use the first line of /etc/mailname.  Closes: #484246  LP: #251433
* SECURITY-UPDATE: correct permissions on /var/spool/postfix/pid
  - adjust /var/spool/postfix/pid directory to be owned by root, not postfix.
  - CVE-2009-2930

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
    fi
212
212
fi
213
213
 
214
 
for dir in pid public; do
215
 
    makedir ${dir} postfix:root 755
216
 
done
 
214
makedir pid root:root 755
 
215
makedir public postfix:root 755
217
216
for dir in incoming active bounce defer deferred flush saved corrupt; do
218
217
    makedir ${dir} postfix:root 700
219
218
    if [ -n "$chat" ]; then