Ignore:
Timestamp:
11/25/13 17:17:06 (10 years ago)
Author:
angelo
Message:

Ticket #0000 - sincronizacao das alteracoes do trunk com este sandbox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.5.1-evolucao/INSTALL/arquivos/scripts/smtp.sh

    r7503 r8265  
    1111        sed -e "s/DOMAIN/$DOMAIN/g" $DIR_POSTFIX/transport > /etc/postfix/transport 
    1212        cp $DIR_POSTFIX/master.cf /etc/postfix/ 
     13        sed -e "s/LDAP_DN/$LDAP_DN/g" $ARQS/scl.pl > /etc/postfix/scl.pl 
     14    chmod a+x /etc/postfix/scl.pl 
    1315 
    1416        postmap /etc/postfix/expresso-dominios 
     
    2022smtp_rhel () 
    2123{ 
    22         yum -y install postfix 
     24        yum -y install postfix perl-LDAP 
    2325 
    2426        smtp $1  
     
    3638smtp_debian () 
    3739{ 
    38         apt-get -y install postfix postfix-ldap 
     40        apt-get -y install postfix postfix-ldap libnet-ldap-perl 
    3941 
    4042        smtp $1 
Note: See TracChangeset for help on using the changeset viewer.