Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 852e7e7689b6036fa49e0256845cc6bd > files > 43

sagator-core-1.2.3-1.fc14.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