Browse Source

dovecot-antispam: improved conf to recognise crm114-gerh as a crm114 implementation.

user/karasz/test/ecn
Nagy Karoly Gabriel 15 years ago committed by Alejandro Mery
parent
commit
b854a26e59
  1. 4
      mail/dovecot-antispam/dovecot-antispam.conf

4
mail/dovecot-antispam/dovecot-antispam.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../dovecot-antispam/dovecot-antispam.conf
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2008 - 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -27,7 +27,7 @@ var_append makeopt ' ' "DOVECOT=$root$( pkgprefix includedir dovecot )/dovecot"
# mailtrain - send mail to special addresses for training
# crm114-exec - direct crm114 training by calling mailreaver.crm
if pkginstalled crm114; then
if pkginstalled crm114 crm114-gerh; then
var_append makeopt ' ' "BACKEND=crm114-exec"
fi

Loading…
Cancel
Save