Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 2cbe5d323185891f04aff0fd0e6df728 > files > 43

sagator-core-1.2.3-1.fc13.noarch.rpm

# Removing postfix config

mv /etc/postfix/main.cf /etc/postfix/main.cf.tmp
sed '/^#begin: sagator/,/^#end: sagator/d' \
  < /etc/postfix/main.cf.tmp > /etc/postfix/main.cf

mv /etc/postfix/master.cf /etc/postfix/master.cf.tmp
sed '/^#begin: sagator/,/^#end: sagator/d' \
  < /etc/postfix/master.cf.tmp > /etc/postfix/master.cf

/etc/init.d/postfix reload || true