[EMAIL PROTECTED]
>Hi! This is the ezmlm program. I'm managing the
>[EMAIL PROTECTED] mailing list.
>
>To confirm that you would like
>
> [EMAIL PROTECTED]
>
>added to this mailing list, please send an empty reply to this address:
>
> [EMAIL PROTECTED]
>
>Your mailer should have a Reply feature that uses this address automatically.
>
>This confirmation serves two purposes. First, it verifies that I am able
>to get mail through to you. Second, it protects you in case someone
>forges a subscription request in your name.
>
>
>--- Here are the ezmlm command addresses.
>
>I can handle administrative requests automatically.
>Just send an empty note to any of these addresses:
>
> <[EMAIL PROTECTED]>:
> Receive future messages sent to the mailing list.
>
> <[EMAIL PROTECTED]>:
> Stop receiving messages.
>
> <[EMAIL PROTECTED]>:
> Retrieve a copy of message 12345 from the archive.
>
>DO NOT SEND ADMINISTRATIVE REQUESTS TO THE MAILING LIST!
>If you do, I won't see them, and subscribers will yell at you.
>
>To specify [EMAIL PROTECTED] as your subscription address, send mail
>to <[EMAIL PROTECTED]>.
>I'll send a confirmation message to that address; when you receive that
>message, simply reply to it to complete your subscription.
>
>
>--- Below this line is a copy of the request I received.
>
>Return-Path: <[EMAIL PROTECTED]>
>Received: (qmail 23440 invoked from network); 26 Sep 2001 13:33:36 -0000
>Received: from unknown (HELO bjapp1.163.net) (202.108.255.197)
> by evanston.inter7.com with SMTP; 26 Sep 2001 13:33:36 -0000
>Received: from xxx (unknown [61.144.246.65])
> by bjapp1.163.net (Postfix) with ESMTP id 263D71CBFF6AB
> for <[EMAIL PROTECTED]>; Wed, 26 Sep 2001 21:33:35 +0800 (CST)
>Date: Wed, 26 Sep 2001 21:37:25 +0800
>From: fredfu <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
>Subject: ./configure , it runs repeatly.
>X-mailer: FoxMail 3.11 Release [cn]
>Mime-Version: 1.0
>Content-Type: text/plain; charset="GB2312"
>Content-Transfer-Encoding: 7bit
>Message-Id: <[EMAIL PROTECTED]>
>
>SIR,
>
>I have install qmail, mysql, vpopmail correctly. I can get and receive email by the
>qmail server. But when I want install sqwebmail, it doesn't work. Can you help me to
>solve problem.
>I will be very very thanksful to you.
>
>First step, I do as following :
>
> INCS=-I/usr/include/mysql
> export INCS
> LIBS="-L/usr/lib/mysql -lmysqlclient -lz"
> export LIBS
> CPPFLAGS=-I/usr/include/mysql
> LDFLAGS=-L/usr/lib/mysql
> export CPPFLAGS
> export LDFLAGS
> ./configure --with-cachedir --without-gzip --enable-webpass=yes \
> --enable-softtimeout=300 --enable-autopurge=180 --enable-maxpurge=180 \
> --with-htmllibdir=/home/httpd/html/sqwebmail
> --enable-cgibindir=/home/httpd/cgi-bin \
> --enable-imagedir=/home/httpd/images/sqwebmail \
> --enableimageurl=/images/sqwebmail/ \
> --enable-mimecharset=gb2312 --with-maxargsize=5000000 \
> --with-maxformargsize=5000000 --with-maxmsgsize=5000000 --without-ispell \
> --with-authshadow --without-authmysql --with-authldap --with-authuserdb \
> --with-authpwd --without-authpam --with-authvchkpw --without-authdaemon
>
>The text following list on the screen repeatly:
>
>loading cache ./config.cache
>checking for a BSD compatible install... (cached) /usr/bin/install -c
>checking whether build environment is sane... yes
>checking whether make sets ${MAKE}... (cached) yes
>checking for working aclocal... found
>checking for working autoconf... found
>checking for working automake... found
>checking for working autoheader... found
>checking for working makeinfo... found
>checking whether make sets ${MAKE}... (cached) yes
>checking whether ln -s works... (cached) yes
>checking for perl5... (cached) /usr/local/bin/perl
>checking for sysconftool...... ././sysconftool
>checking for gdbm_open in -lgdbm... (cached) yes
>checking for gdbm_open... (cached) yes
>checking for dbopen in -ldb... (cached) yes
>checking for dbopen... (cached) yes
>checking for db_open... (cached) yes
>checking for db_env_create... (cached) no
>checking where to install sqwebmail cgi binary... /home/httpd/cgi-bin
>checking where to install images... /home/httpd/html/webmail
>checking for gpg... (cached) /usr/bin/gpg
>creating ./config.status
>creating Makefile
>creating dbobj.h
>creating dbobj.config
>creating sqwebmail.spec
>configuring in numlib
>running /bin/sh ./configure --with-cachedir --without-gzip --enable-webpass=yes
>--enable-softtimeout=300 --enable-autopurge=180 --enable-maxpurge=180 ' '
>--with-db=gdbm --with-userdb=/etc/userdb --with-formdata --without-authlib-man
>--enable-utf7-folder-encoding
>--with-makedatprog=/usr/local/libexec/sqwebmail/makedatprog
>--with-authdaemonvar=/usr/local/share/sqwebmail/authdaemon
>--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=2.1.1
>--cache-file=.././config.cache --srcdir=.
>loading cache .././config.cache
>checking for a BSD compatible install... (cached) /usr/bin/install -c
>checking whether build environment is sane... yes
>checking whether make sets ${MAKE}... (cached) yes
>checking for working aclocal... found
>checking for working autoconf... found
>checking for working automake... found
>checking for working autoheader... found
>checking for working makeinfo... found
>checking for gawk... (cached) gawk
>checking for gcc... (cached) gcc
>checking whether the C compiler (gcc -L/usr/lib/mysql) works... yes
>checking whether the C compiler (gcc -L/usr/lib/mysql) is a cross-compiler... no
>checking whether we are using GNU C... (cached) yes
>checking whether gcc accepts -g... (cached) yes
>checking for a BSD compatible install... /usr/bin/install -c
>checking whether ln -s works... (cached) yes
>checking for ranlib... (cached) ranlib
>checking how to run the C preprocessor... (cached) gcc -E
>checking for uid_t in sys/types.h... (cached) yes
>checking for ANSI C header files... (cached) yes
>checking for pid_t... (cached) yes
>creating ./config.status
>creating Makefile
>creating config.h
>config.h is unchanged
>configuring in bdbobj
>running /bin/sh ./configure --with-cachedir --without-gzip --enable-webpass=yes
>--enable-softtimeout=300 --enable-autopurge=180 --enable-maxpurge=180 ' '
>--with-db=gdbm --with-userdb=/etc/userdb --with-formdata --without-authlib-man
>--enable-utf7-folder-encoding
>--with-makedatprog=/usr/local/libexec/sqwebmail/makedatprog
>--with-authdaemonvar=/usr/local/share/sqwebmail/authdaemon
>--sysconfdir=/usr/local/share/sqwebmail --with-package=sqwebmail --with-version=2.1.1
>--cache-file=.././config.cache --srcdir=.
>loading cache .././config.cache
>
>
>
>Sinerely
>fred
��
��
fredfu
[EMAIL PROTECTED]