]> git.pld-linux.org Git - packages/amavisd.git/blame - amavisd-notest-mta.patch
f8823fa5b3a11e7c7067e65660e274f9 amavisd-snapshot-20020300.tar.gz
[packages/amavisd.git] / amavisd-notest-mta.patch
CommitLineData
3bf21af9
AM
1diff -urN amavisd-snapshot-20020300.org/configure.in amavisd-snapshot-20020300/configure.in
2--- amavisd-snapshot-20020300.org/configure.in Thu Jun 6 22:33:49 2002
3+++ amavisd-snapshot-20020300/configure.in Thu Jun 6 22:37:15 2002
4@@ -163,10 +163,7 @@
5 if test "x$qmailinject" != "x/bin/false"; then
6 AC_ARG_ENABLE(qmail,
7 [ --enable-qmail use qmail as MTA],
8- if test "x$enableval" != "xno" ; then
9- MTA=qmail
10- fi,
11- MTA=qmail
12+ ,
13 config_type=qmail-queue)
14 fi
28b72bf3 15
3bf21af9
AM
16@@ -228,7 +225,6 @@
17 else
18 AMAVISC=
19 AMAVIS_MILTER=amavis-milter
20- MTA=libmilter
21 config_type="sendmail/milter"
22 fi
23
24@@ -237,34 +233,6 @@
25 AC_SUBST(AMAVISC)
26 AC_SUBST(AMAVIS_MILTER)
27
28-AC_ARG_ENABLE(postfix,
29- [ --enable-postfix use postfix as MTA],
30- if test "x$enableval" = "xyes" ; then
31- MTA=postfix
32- fi)
33-
34-dnl Need to find out whether sendmail_wrapper is really postfix' sendmail
28b72bf3 35-if test "x$MTA" = "xsendmail" ; then
36- strings ${sendmail_wrapper} | grep -i postfix >/dev/null 2>&1
37- if test $? -eq 0 ; then
38- MTA=postfix
39- fi
40-fi
3bf21af9
AM
41-
42-AC_ARG_ENABLE(exim,
43- [ --enable-exim use exim as MTA],
44- if test "x$enableval" = "xyes" ; then
45- MTA=exim
46- fi)
47-
48-dnl Need to find out whether sendmail_wrapper is really exim's sendmail
28b72bf3 49-if test "x$MTA" = "xsendmail" ; then
50- strings ${sendmail_wrapper} | grep -i exim >/dev/null 2>&1
51- if test $? -eq 0 ; then
52- MTA=exim
53- fi
54-fi
3bf21af9
AM
55-
56 dnl only sendmail
57 dnl relay/no relay must be known before looking
58 dnl for original sendmail.cf file
This page took 0.038124 seconds and 4 git commands to generate.