Re: vpopmail and multilog

2001-07-07 Thread Ken Jones
Chris Bolt wrote: > > > Sounds like you want those syslog messages to show up in > > a separate multilog file. Which I would like too. > > > > The problem is, how to connect vchkpw to a multilog stream? > > > > The way tcpserver and qmail-send do it is they just printf > > to standard out. Then p

RE: vpopmail and multilog

2001-07-07 Thread Chris Bolt
> > Print to stderr, and it should be sent to the multilog that is > > running for qmail-pop3d or whatever, right? > > That doesn't work for me, but my pop3 startup line is like: > > env - PATH="/var/qmail/bin:/usr/local/bin" \ > softlimit -m 400 tcpserver -v -H -R -l$HOSTNA

Re: Once again: vpopmail & relaying with mysql (HELP PLEASE!!!)

2001-07-07 Thread Ken Jones
Hi Bernd, Bernd Vetter wrote: > > Hi all, > > after getting no response at all, this is my second try. > I have up and running a supervised (daemontools, tcpserver) qmail-1.03 with > MySQL, vpopmail-4.9.8-1, sqwebmail-2.0.0 and qmailadmin-0.45, followed > exactly LWQ. I read all the FAQs and al

(vuserinfo) vsql_getpw: failed select

2001-07-07 Thread simplesubmit
i'm getting the following error when calling ONLY vuserinfo. "vsql_getpw: failed select" all other binaries in the bin dir work great. I also used the following configure string. ./configure --enable-roaming-users=y --enable-logging=y --enable-apop=y --enable-hardquota=512 --enable-rel

R: password encryption

2001-07-07 Thread Andrea Cerrito
In last dev releases you can choose to use or not to use mysql clear passwords. Hope it helps. --- Cordiali saluti / Best regards Andrea Cerrito ^^ Net.Admin @ Centro MultiMediale di Terni S.p.A. P.zzale Bosco 3A 05100 Terni IT Tel. +39 0744 5441330 Fax. +39 0744 5441372 > -Messag

Re: hacked, need help restoring

2001-07-07 Thread Lou Hevly
At 19:30 06/07/01, Jeff Gordon wrote: >Our system fell prey to a hacker and we've done a complete system >reinstall -- BUT only /home was backed-up and restored -- so, anything >vpopmail had created in /var/qmail/control is now missing-in-action; >and I think certain permisssions settings might be

Fwd: Re: hacked... (Correction)

2001-07-07 Thread Lou Hevly
Sorry, I forgot about /var/qmail/assign. If you had your domains and passwords in a hash, you could do for my $domain (keys %hash) { my $bad = system('/home/vpopmail/bin/vadddomain', $domain, $hash{$domain}); die $? if $bad; } Then I believe simply doing: cp -Rp /bkup/vpopmail/domains/* /

real vs virtual domain

2001-07-07 Thread Jeff Gordon
What happens if I use qmailadmin to declare as a virtualdomain the 'real' domain on/under which qmail, vpopmail, qmailadimn, vqadmin, etc., have been installed in the first place? In other words: right now, qmail's "me" file contains something like 'mail.realdomain.com'. But if 'real

Re: real vs virtual domain

2001-07-07 Thread Lou Hevly
At 15:56 07/07/01, Jeff Gordon wrote: > What happens if I use qmailadmin to declare > as a virtualdomain the 'real' domain on/under > which qmail, vpopmail, qmailadimn, vqadmin, etc., > have been installed in the first place? > > In other words: right now, qmail's "me" file > contains some

Re: real vs virtual domain

2001-07-07 Thread Jeff Gordon
On Sat, Jul 07, 2001 at 07:34:03PM +0100, Lou Hevly wrote: > At 15:56 07/07/01, Jeff Gordon wrote: > > > What happens if I use qmailadmin to declare > > as a virtualdomain the 'real' domain on/under > > which qmail, vpopmail, qmailadimn, vqadmin, etc., > > have been installed in the first pla

compiling vpopmail

2001-07-07 Thread Jun Armirola
Hi Listers, Ken, I have successfully installed your free software (e.g. vpopmail, sqwebmail,etc.) on a RH Linux 6.2. Now, I'm trying to compile vpopmail-4.10.9 on a RH Linux 7.1 box but I get the ff. errors: checking for working makeinfo... missing checking host system type... i686-unknown-linu

Re: real vs virtual domain

2001-07-07 Thread Jeff Gordon
On Sat, Jul 07, 2001 at 12:55:13PM -0400, Jeff Gordon wrote: > On Sat, Jul 07, 2001 at 07:34:03PM +0100, Lou Hevly wrote: > > At 15:56 07/07/01, Jeff Gordon wrote: > > > > > What happens if I use qmailadmin to declare > > > as a virtualdomain the 'real' domain on/under > > > which qmail, vpopm

Re: compiling vpopmail

2001-07-07 Thread Sean P. Scanlon
On Sun, 8 Jul 2001, Jun Armirola wrote: > Now, I'm trying to compile vpopmail-4.10.9 on a RH Linux 7.1 box but I get > the ff. errors: > > checking for working makeinfo... missing > checking host system type... i686-unknown-linux > checking for gcc... gcc > checking whether the C compiler (gcc

Re: compiling vpopmail

2001-07-07 Thread Philip Wall
Make sure all the devel packages are installed. You'll need them to compile anything on Redhat. Philip Wall On 8 Jul 01, at 0:26, Sean P. Scanlon wrote: > > On Sun, 8 Jul 2001, Jun Armirola wrote: > > Now, I'm trying to compile vpopmail-4.10.9 on a RH Linux 7.1 box but I get > > the ff. error