Changeset 2322 for alternc/trunk/install/alternc.install
- Timestamp:
- 10/07/08 00:12:41 (5 years ago)
- File:
-
- 1 edited
-
alternc/trunk/install/alternc.install (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/install/alternc.install
r2317 r2322 33 33 fi 34 34 if [ -d /etc/postfix ]; then 35 CONFIG_FILES="$CONFIG_FILES etc/postfix/m ain.cf etc/postfix/myalias.cf35 CONFIG_FILES="$CONFIG_FILES etc/postfix/myalias.cf 36 36 etc/postfix/mydomain.cf etc/postfix/mygid.cf 37 37 etc/postfix/myvirtual.cf etc/postfix/sasl/smtpd.conf" … … 214 214 fi 215 215 216 # configure postfix appropriatly for our needs" 217 while read line 218 do 219 postconf -e $line 220 done < /etc/alternc/postfix.cf 221 222 while read line 223 do 224 postconf -e $line 225 done <<EOF 226 myhostname = $FQDN 227 myorigin = $FQDN 228 EOF 229 216 230 if [ -e /etc/courier/authmysqlrc ] ; then 217 231 chown root:root /etc/courier/authmysqlrc
Note: See TracChangeset
for help on using the changeset viewer.
