]> code.citadel.org Git - citadel.git/blobdiff - citadel/debian/citadel-mta.postinst
* don't use the config to get the hostname anymore, so we don't need to run suid...
[citadel.git] / citadel / debian / citadel-mta.postinst
index 84353c47361954ae0754140f4a856bf96c62603d..e8978e44d802f035a34c929089f4812129d1e89f 100644 (file)
@@ -5,8 +5,6 @@ set -e
 
 case "$1" in
     configure)
-        chown root:citadel /usr/sbin/sendmail
-        chmod 4755 /usr/sbin/sendmail
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)