Changeset 1008
- Timestamp:
- 04/25/06 02:35:45 (2 years ago)
- Files:
-
- trunk/install/alternc.install (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/install/alternc.install
r1007 r1008 195 195 196 196 # Attribute the correct rights to critical postfix files 197 chown root:postfix /etc/postfix/my* 198 chmod 640 /etc/postfix/my* 197 if [ -x /etc/init.d/postfix ]; then 198 chown root:postfix /etc/postfix/my* 199 chmod 640 /etc/postfix/my* 200 fi 199 201 200 202 if [ -x /etc/init.d/courier-pop ]; then
