Re: [vchkpw] how to display current vpopmail settings

2002-12-19 Thread Peter Palmreuther
Hi Brendan,

On Thu, 19 Dec 2002 11:07:31 -0500
Brendan McAlpine <[EMAIL PROTECTED]> wrote:

> How can I see which options my build of vpopmail is running?

~vpopmail/include/config.h

It's not exactly the options passed to ./configure, but the result
configure made from these options, so 'guessing what was what' is
possible.
-- 
Peter




Re: [vchkpw] how to display current vpopmail settings

2002-12-19 Thread Rick Updegrove
- Original Message -
From: "Brendan McAlpine" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 19, 2002 8:07 AM
Subject: [vchkpw] how to display current vpopmail settings


> How can I see which options my build of vpopmail is running?
>
> I want to re-compile vpopmail with a new option, but I don't want to
> mistakenly leave out an option that is currently running.
>
> TIA
>
> Brendan

Brendan,

/usr/local/src/qmail/vpopmail-5.2.1/config.status

#! /bin/sh
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# This directory was configured as follows,
# on host nathan:
#
#
./configure  --includedir=/space/vpopmail/include --libdir=/space/vpopmail/l
ib --enable-roaming-users=y --enable-learn-passw
ords=y --enable-clear-passwd=n --enable-logging=v --enable-sqwebmail-pass=n





Re: [vchkpw] how to display current vpopmail settings

2002-12-19 Thread Paul Theodoropoulos

cat config.status in the source directory.

better yet, save your preferred options to a shell script. makes life much 
easier.

cat  VPOPOPTS

#!/bin/sh
./configure \
--enable-mysql=y \
--enable-incdir=/usr/local/mysql/include \
--enable-libdir=/usr/local/mysql/lib \
--enable-valias=y \
--enable-roaming-users=y \
--enable-logging=p \
--enable-logname=vpopmail \
--enable-clear-passwd=y \
--enable-learn-passwords=y \
--enable-defaultquota=2S,1000C

At 08:07 AM 12-19-2002, Brendan McAlpine wrote:
How can I see which options my build of vpopmail is running?

I want to re-compile vpopmail with a new option, but I don't want to 
mistakenly leave out an option that is currently running.

TIA

Brendan



Paul Theodoropoulos
http://www.anastrophe.com
http://folding.stanford.edu
The Nicest Misanthrope on the Net