blob: b3d30c3ca068983ecdf68d772e6fe42a2af2ed2c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- helper-progs/configure.orig Thu Dec 26 12:35:33 2002
+++ helper-progs/configure Sat Apr 19 10:54:31 2003
@@ -2041,20 +2041,3 @@
-if test "$AMAVISUSER" != "" ; then
- id $AMAVISUSER > /dev/null 2>&1
- if test "$?" != 0 ; then
- echo ""
- echo "Note: The Amavis user '$AMAVISUSER' does not seem to"
- echo "exist. Please create this user before continuing."
- fi
-fi
-
-if test "$SENDMAILPROG" != "no" ; then
- sendmailversion=`$SENDMAILPROG -bv -d0.1 | $AWK '/Version/ {print $2}'`
- echo ""
- echo "Note: sendmail version $sendmailversion detected"
- echo "check http://www.sendmail.org/~ca/email/sm-812.html for sendmail bugs and patches"
- echo "It's advised to run sendmail latest versions when using MILTER"
- echo ""
-fi
|