Browse Source

ecn-mail: replaced Qmail with Postfix.

master
Nagy Károly Gábriel 8 years ago
parent
commit
0c6e955575
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      config.in

+ 2
- 4
config.in

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/ecn-mail/config.in
# Copyright (C) 2009 - 2013 The OpenSDE Project
# Copyright (C) 2009 - 2015 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -17,7 +17,7 @@
menu_begin MENU_ECN_NODE 'Ecn Mail Options'
for x in LDAP=1 POSTGRESQL=1 PYTHON=1 \
CLAMAV=1 QMAIL=1\
CLAMAV=1 POSTFIX=1\
SQLITE=1 DOVECOT=1\
EXTRAMAIL=1 NGINX=1; do
export SDECFGSET_TRG_ECN_$x
@ -27,5 +27,3 @@ for x in JAVA F77 OBJC; do
eval SDECFGSET_PKG_GCC_$x=0
done
eval SDECFGSET_PKG_QMAIL_MILKYPATCH=1

Loading…
Cancel
Save