Re: moving domains ???????

2001-05-25 Thread Jason Lim
Hi all, I have this strange problem that has suddenly occurred recently. I keep getting the following error when running vadddomain: sh-2.05# vadddomain test14.com Unknown parameter: Please enter password for postmaster: enter password again: Error: Unable to chdir to vpopmail/domains director

RE: moving domains ???????

2001-05-25 Thread Chris Bolt
What are the last few lines when you type: strace vadddomain testx.com > Hi all, > > I have this strange problem that has suddenly occurred recently. > > I keep getting the following error when running vadddomain: > > sh-2.05# vadddomain test14.com > Unknown parameter: > > Please enter password

Re: moving domains ???????

2001-05-25 Thread Jason Lim
Hi, Okay... i ran "strace vadddomain test39.com" a bunch of output. I gather that strace basically traces what the program is doing (just looking from the output). So anyway, it stopped at asking for the postmaster password. I assume you don't actually want that bit, so I just typed in the pass

Re: moving domains ???????

2001-05-25 Thread Jason Lim
Hi Raghu, Okay... I did as you said. Here is the output (unless otherwise stated, the output of the WORKING box and BROKEN box is the same): sh-2.05# cd users sh-2.05# ls -al total 24 drwxr-xr-x2 root qmail4096 May 25 18:45 . drwxr-xr-x3 root root 4096 May 25 18:4

RE: moving domains ???????

2001-05-25 Thread Chris Bolt
> Now the question is... where the HECK is vpopmail getting the idea that > /root is where vpopmail is? > On both the working and broken boxes, the passwd entry is: > > vpopmail:x:64020:64020:Vpopmail user,,,:/var/lib/vpopmail:/bin/bash > > which is correct. What did the broken box say when you

Re: moving domains ???????

2001-05-25 Thread Jason Lim
Hi Chris, I did not compile these. Both boxes are running the same precompiled packages. In fact, both boxes were working, and I have not updated the package in a while (at least 1 1/2 months). The binaries for both boxes are exactly the same (i check filesizes of both). Yes, both run exactly t

Re: Sorry, offtopic again

2001-05-25 Thread Stuart Harris
I'm not.. this is layout.. /store/mail/u/s/username/Maildir have an old /etc/mail/aliases and /etc/mail/virtusers about 60K lines.. (not too much of a problem) setup as per docs.. and we can get to a point (if we make fastforward handle + in /var/qmail/users/assign) mail for [EMAIL PROTECTED]

vuserinfo on different box to main vpopmail install, shared filer

2001-05-25 Thread Jack Howard
Hi! I've got a problem I've not seen listed before: I need to run vuserinfo on a different box to the mailserver. Background: I have a cluster of two mail servers, one for inbound traffic to our network, and one for outbound relay, and pop3 collection. These are both Solaris boxes. I also ha

RE: moving domains ???????

2001-05-25 Thread Chris Bolt
Grab vpopmail 4.9.10 from http://www.inter7.com/vpopmail/, extract it, run ./configure and see what it prints. If everything looks fine, type make then run ./vadddomain in the working directory (before you make install) to see if it is still messed up. > Hi Chris, > > I did not compile these. Bot

RE: vuserinfo on different box to main vpopmail install, shared filer

2001-05-25 Thread Chris Bolt
Type strace before vuserinfo (strace vuserinfo [EMAIL PROTECTED]) and it should show you the last failure before it dies, including paths etc. > The problem: > > I can't get the linux box's vuserinfo to work. It just reports "no such > user". > > The user and group IDs for qmail and vpopmail are

OpenLDAP 2 & vpopmail

2001-05-25 Thread Christian Wiese
Hi Folks, I'm trying to compile vpopmail with LDAP support using OpenLDAP 2.0.7-14 and vpopmail-4.9.10 on RedHat 7.1, but I get errors compiling vauth.c gcc -I. -I/usr/include -g -O2 -Wall -c vauth.c vauth.c: In function `vauth_adduser': vauth.c:482: dereferencing pointer to incomplete typ

Re: moving domains ???????

2001-05-25 Thread Jason Lim
HI, If at all possible I'd rather avoid recompiling my own version, and use the prepackaged one. I did a vadduser, and I found the following (vadduser [EMAIL PROTECTED]): WORKING BOX: open("/var/qmail/users/cdb", O_RDONLY) = 3 lseek(3, 424, SEEK_SET) = 424 read(3, "

Re: vuserinfo on different box to main vpopmail install, shared filer

2001-05-25 Thread Jack Howard
In a previous message, Chris Bolt <[EMAIL PROTECTED]> said: >Type strace before vuserinfo (strace vuserinfo [EMAIL PROTECTED]) and it >should show you the last failure before it dies, including paths etc. Ta - forgot about strace. Ok, what I get is a bit strange: First it tries to read /var/qm

Re: vuserinfo on different box to main vpopmail install, shared filer

2001-05-25 Thread Ben Beuchler
On Fri, May 25, 2001 at 03:08:50PM +0100, Jack Howard wrote: > First it tries to read /var/qmail/users/cdb (and gets a no such file), > then it tries to open: > > /vpasswd.cdb, where is an odd capital B (but different), 2 u > characters with accents, and an upside down question mark. T

RE: moving domains ???????

2001-05-25 Thread Chris Bolt
> As you can see, it is looking at /var/qmail/users/cdb, BUT with the broken > box, it doesn't seem to find anything, and just looks at /vpasswd.cdb . The broken box can find /var/qmail/users/cdb > Obviously it should be in > /var/lib/vpopmail/domains/test41.com/vpasswd.cdb, which the Working bo

Re: vuserinfo on different box to main vpopmail install, shared filer

2001-05-25 Thread Jason Lim
Hi, I'm having a similar problem (I THINK)... what output from strace do you get for the part where it tries to open /var/qmail/users/cdb, but fails? Sincerely, Jason - Original Message - From: "Jack Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 25, 2001 10:08 P

Re: moving domains ???????

2001-05-25 Thread Jason Lim
Heres an interesting thing for you to see: sh-2.05# cd users sh-2.05# ls -al total 24 drwxr-xr-x2 root qmail4096 May 25 21:08 . drwxr-xr-x3 root root 4096 May 25 21:08 .. -rw-r--r--1 root root 5115 May 25 21:08 assign -rw---1 root root

Re: moving domains ??????? ***SOLVED and CLOSED***

2001-05-25 Thread Jason Lim
SOLVED and CLOSED. The problem WAS... (and you won't believe this)... in Debian, /var/qmail/* is basically just symlinks to various places: sh-2.05# cd /var/qmail/ sh-2.05# ls -al total 8 drwxr-xr-x2 root qmail4096 Jan 16 00:04 . drwxr-x--x 17 root root 4096 Aug 3

Re: vuserinfo on different box to main vpopmail install, sharedfiler

2001-05-25 Thread fox
I'm having a problem with this as well, however I'm using mysql authentication on vpopmail 4.9.10. When I try to run vuserinfo I get: [root@mail bin]# ./vuserinfo [EMAIL PROTECTED] vsql_getpw: failed select I have setup vpopmail with large site. Here is the strace output and a select statement

vPopmail compile issues? seg faults every program!

2001-05-25 Thread Rolf Martin-Hoster
I can compile fine but any of the apps have seg faults. This is on a machine that I lost and had to restore from a flawed packup. Fresh install of qmail via qmail-src.deb (debian potato) and fresh compile of vpopmail. Sincerely, Rolf Martin-Hoster

Re: vPopmail compile issues? seg faults every program!

2001-05-25 Thread Jason Lim
Hi, You realize, of course, that vpopmail is now packaged? Sincerely, Jason - Original Message - From: "Rolf Martin-Hoster" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 26, 2001 1:58 AM Subject: vPopmail compile issues? seg faults every program! > I can compile fine

Re: vuserinfo on different box to main vpopmail install, shared filer

2001-05-25 Thread Sean C Truman
Upgrade to vpopmail-4.10.7.. Sean - Original Message - From: <[EMAIL PROTECTED]> To: "Ben Beuchler" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, May 25, 2001 12:13 PM Subject: Re: vuserinfo on different box to main vpopmail install, shared filer > I'm having a problem with

Re: dbfunctions - it's over

2001-05-25 Thread Wojciech Smolkowski
Hi, Can anyone tell me, why there is no answer ( for letters with 'dbfunctions' in Subject ) from inter7.com ? On Fri, 18 May 2001, Krzysztof Dabrowski wrote: > Hello.. > > It's a sad day, but i guess it was ment to be like this > > We are stoping the dbfunction patch development. There wil

Mutt, and local-user email

2001-05-25 Thread Jeff Gordon
About a week ago Kieran Barnes was asking how to get Mutt working in a vpopmail environment. Answers were "here's my .muttrc" and "set up an IMAP server", essentially -- good answers, but I'm not sure we ever got to the heart of what the problem was. Maybe the question is: How can you log onto

Re: Off Topic: Re: Mutt, and local-user email

2001-05-25 Thread Jeff Gordon
On Fri, May 25, 2001 at 04:31:10PM -0500, Jeffrey D. Gordon wrote: > Ack No! > Not another Jeff Gordon > > *panic attempt to flee* I know the feeling. :-) (Aside from the racecar driver, there's also a spokesman for the Navy who pops up from time to time.) Jeffrey B. Gordon, here. --

Re: Off Topic: Re: Mutt, and local-user email

2001-05-25 Thread Guillermo Villasana Cardoza
So... should we look up for Jeffrey A. and C. Gordon ;) :D Terius - Original Message - From: "Jeff Gordon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 25, 2001 3:45 PM Subject: Re: Off Topic: Re: Mutt, and local-user email > On Fri, May 25, 2001 at 04:31:10PM -0500, J

Re: dbfunctions - it's over

2001-05-25 Thread Tim Hunter
It was answered before this posting on the list, when Krzysztof first noticed that the dbfunctions patch in its entirity was not going to be included in the latest vpopmail build. You can check the archives for the exact posting (subject Dbfunctions) but the general of it all was that dbfunctions

Newbie questions: Trying to evaluate functionality

2001-05-25 Thread shawn everett
I'm trying to figure out the best way to use qmail and Vpopmail to set up a new mail server. Here are the requirements I'm interested in, can it be done? 1. Store mail in Mailbox format not Maildir. 2. Store virtual domain user accounts using something other than /etc/passwd 3. Provide an