Changeset 2878


Ignore:
Timestamp:
03/13/11 15:37:37 (2 years ago)
Author:
xals
Message:

Update postfix destination to add AlternC desktop FQDN when it's not present.
Closes #1215

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/install/alternc.install

    r2866 r2878  
    259259done < $postfix_conf 
    260260 
     261# Bug #1215: configure mydestination when $FQDN is not in 
     262OLDDESTINATION=`postconf mydestination | awk -F '=' '{print $2}'` 
     263echo "$OLDDESTINATION" | grep -q -v "$FQDN" && postconf -e "mydestination = $FQDN, $OLDDESTINATION" 
     264  
    261265if [ -e /etc/courier/authmysqlrc ] ; then 
    262266    chown root:root /etc/courier/authmysqlrc 
Note: See TracChangeset for help on using the changeset viewer.