Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > 07cfb9e041628710a100b909f5015326 > scriptlet

exim-greylist-4.76-1.fc14.i686.rpm

POSTIN

/bin/sh
if [ ! -r /var/spool/exim/db/greylist.db ]; then
   sqlite3 /var/spool/exim/db/greylist.db < /etc/exim/mk-greylist-db.sql
   chown exim.exim /var/spool/exim/db/greylist.db
   chmod 0660 /var/spool/exim/db/greylist.db
fi