Changeset 2997


Ignore:
Timestamp:
06/04/11 16:19:10 (2 years ago)
Author:
fufroma
Message:

Tchô courier

Location:
alternc/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/debian/alternc-slave.dirs

    r2559 r2997  
    33etc/bind 
    44etc/bind/templates 
    5 etc/courier 
    65etc/phpmyadmin 
    76etc/postfix 
  • alternc/trunk/debian/alternc-slave.templates

    r2559 r2997  
    55 You are currently trying to install AlternC on your computer. Be aware 
    66 that this package will overwrite critical system files, including but not 
    7  limited to the config files of bind, postfix, courier, squirrelmail and proftpd. 
     7 limited to the config files of bind, postfix, dovecot, squirrelmail and proftpd. 
    88 . 
    99 A backup of your old configuration will be stored in 
  • alternc/trunk/debian/alternc.dirs

    r2884 r2997  
    55etc/bind 
    66etc/bind/templates 
    7 etc/courier 
    87etc/cron.d 
    98etc/phpmyadmin 
  • alternc/trunk/debian/templates

    r2974 r2997  
    55 You are currently trying to install AlternC on your computer. Be aware 
    66 that this package will overwrite critical system files, including but not 
    7  limited to the config files of bind, postfix, courier, squirrelmail and proftpd. 
     7 limited to the config files of bind, postfix, dovecot, squirrelmail and proftpd. 
    88 . 
    99 A backup of your old configuration will be stored in 
  • alternc/trunk/install/alternc.install

    r2981 r2997  
    4040    CONFIG_FILES="$CONFIG_FILES etc/bind/templates/zone.template 
    4141                  etc/bind/templates/named.template etc/bind/named.conf.options" 
    42 fi 
    43 if [ -e /etc/courier/authdaemonrc ]; then 
    44     CONFIG_FILES="$CONFIG_FILES etc/courier/authdaemonrc 
    45                   etc/courier/authmysqlrc" 
    4642fi 
    4743if [ -d /etc/postfix ]; then 
     
    285281echo "$OLDDESTINATION" | grep -q -v "$FQDN" && postconf -e "mydestination = $FQDN, $OLDDESTINATION" 
    286282  
    287 if [ -e /etc/courier/authmysqlrc ] ; then 
    288     chown root:root /etc/courier/authmysqlrc 
    289     chmod 640 /etc/courier/authmysqlrc 
    290 fi 
    291  
    292283if [ -e /etc/proftpd.conf ] ; then 
    293284    chmod 640 /etc/proftpd/proftpd.conf 
     
    327318# Reload services 
    328319# 
    329 for service in postfix bind9 courier-authdaemon \ 
    330                courier-imap courier-imap-ssl courier-pop courier-pop-ssl \ 
    331                cron proftpd; do 
     320for service in postfix bind9 dovecot cron proftpd; do 
    332321    invoke-rc.d $service force-reload || true 
    333322done 
Note: See TracChangeset for help on using the changeset viewer.