Ignore:
Timestamp:
04/03/12 16:36:29 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2557 - adicionado os scripts do crontab e correção no delivey do postfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL/arquivos/scripts/smtp.sh

    r5836 r5871  
    1010        sed -e "s/DOMAIN/$DOMAIN/g" $DIR_POSTFIX/expresso-dominios > /etc/postfix/expresso-dominios 
    1111        sed -e "s/DOMAIN/$DOMAIN/g" $DIR_POSTFIX/transport > /etc/postfix/transport 
    12         #cp $DIR_POSTFIX/master.cf /etc/postfix/ 
     12        cp $DIR_POSTFIX/master.cf /etc/postfix/ 
    1313 
    1414        postmap /etc/postfix/expresso-dominios 
    1515        postmap /etc/postfix/transport 
     16        adduser postfix mail 
    1617} 
    1718 
     
    3435smtp_debian () 
    3536{ 
    36         apt-get -y install postfix 
     37        apt-get -y install postfix postfix-ldap 
    3738 
    3839        smtp $1 
Note: See TracChangeset for help on using the changeset viewer.