Browse Source

dovecot: add check for enabling postgresql support

user/chris/wip/linux37
Christian Wiese 12 years ago
parent
commit
d1a343bf56
  1. 5
      mail/dovecot/dovecot.conf

5
mail/dovecot/dovecot.conf

@ -23,3 +23,8 @@ fi
# generic SQL support
var_append extraconfopt ' ' "--with-sql=plugin"
# postgresql support
if pkginstalled -f postgresql; then
var_append extraconfopt ' ' "--with-pgsql"
fi

Loading…
Cancel
Save