source: sandbox/doc-expressolivre/arquivos/scripts/smtp.sh @ 2245

Revision 2245, 402 bytes checked in by wmerlotto, 14 years ago (diff)

Ticket #965 - Arquivos duplicados e referencias foram removiadas.

Line 
1
2# POSTFIX
3postfix () {
4        sed -e "s/LDAP_DN/$LDAP_DN/g" -e "s/DOMAIN/$DOMAIN/g" ./arqs-conf-rhel5/etc/postfix/main.cf > /etc/postfix/main.cf
5        sed -e "s/DOMAIN/$DOMAIN/g" ./arqs-conf-rhel5/etc/postfix/expresso-dominios > /etc/postfix/expresso-dominios
6        #cp ./arqs-conf-rhel5/etc/postfix/master.cf /etc/postfix/
7
8        postmap /etc/postfix/expresso-dominios
9
10        service postfix restart
11        chkconfig postfix on
12}
13
14
Note: See TracBrowser for help on using the repository browser.