help! how to use a second virtual domain with vpopmail ?

2001-09-20 Thread lawy
the surroundings: redhat7.0 + qmail-1.0.3 + vpopmail-4.9.10 + ucspi-tcp-0.88 + daemontools-0.70. the files related look like below: the file /var/qmail/control/me: mail.mydomain.net the file /var/qmail/control/locals: localhost mail.mydomain.net the file

vpomail 4.9.10 takes 100% CPU

2001-09-20 Thread alexus
i have qmail that was workin' fine 'till i desided to try vpopmail 5.x and since i can't make vpopmail 5.x i've desided to put back vpopmail 4.9.10 'till i can figure out what's wrong with vpopmail 5.x, i got source code compile with my old settings and installed it, compilcaiton went thorugh okay

vpopmail5 w/ mysql

2001-09-20 Thread alexus
hello I've been successfully able to compile and run vpopmail 4.9.10 and sine inter7 is very close for release next version of vpopmail (5.0) I've decided to try it on.. along with new sqwebmail 3.0.. here is my configuration line that I've used; after that I just did gmake;gmake install; everyth

Problem back - Setting up remotely & can't change to directory & domains dont exist

2001-09-20 Thread burrett
Roger wrote: Hi All, Earlier today Tren Blackburn was helping me sort out a problem regarding not being able to setup users in vpopmail with qmailadmin, and I was getting the message: Error: could not change to directory The problem seemed to be solved when I added another domain (test2.com) an

Re: vadddomain

2001-09-20 Thread T.J. Drennan
I believe you need to be root to run vadddomain. Delete the directory it created, su to root and run it again. On 9/20/01 3:35 PM, "Adam Plocher" <[EMAIL PROTECTED]> wrote: > Just yesterday I setup qmail with vpopmail, and everything worked fine. I > was able to add my primary domain via vadddo

RE: SMTP-AUTH with vpopmail

2001-09-20 Thread Tren Blackburn
Or you can just add the qmaild user to the vchkpw group (which is what I did) This works just fine for me it seems, but I'm guessing it'll only work for sites that have ALL virtual domains under the vchkpw user, otherwise, you'll have to run the qmail-smtpd program as root. Regards, Tren.

RE: SMTP-AUTH with vpopmail

2001-09-20 Thread Chris Bolt
> Sorry if I'm flogging a dead horse, but I can't seem to get this > running. Can anyone walk me through the steps required to use the > SMTP-AUTH patch with an existing qmail/vpopmail installation? Or do I > need to reinstall everything from scratch? Running OpenBSD 2.9-stable > if it matters. I

Re: Urgent Help, please!

2001-09-20 Thread Sean C Truman
Brandon, No you can run it as any user.. I believe the vpopmail API takes care of the user problem.. (Atleast I remeber reading it in the mailing list) Sean - Original Message - From: "Brandon Ramirez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 3:2

Re: Urgent Help, please!

2001-09-20 Thread Sean C Truman
Guyver, I am sorry I can't write the script for you.. Just configure PHP with --with-vpopmail (Should find the directory automatically) compile PHP and Apache Again.. and Look at the vpopmail.h and vauth.h for the callable functions and there parameters. Sean - Original Message - Fro

vadddomain

2001-09-20 Thread Adam Plocher
Title: Message Just yesterday I setup qmail with vpopmail, and everything worked fine.  I was able to add my primary domain via vadddomain without a problem.  Just now I tried adding another domain and after prompting me for a postmaster password, it seg faulted.  It did create a directory i

SMTP-AUTH with vpopmail

2001-09-20 Thread Kit Halsted
Sorry if I'm flogging a dead horse, but I can't seem to get this running. Can anyone walk me through the steps required to use the SMTP-AUTH patch with an existing qmail/vpopmail installation? Or do I need to reinstall everything from scratch? Running OpenBSD 2.9-stable if it matters. Thanks,

Re: Urgent Help, please!

2001-09-20 Thread guyver
Sean C Truman writes: > Brandon, > > If you configure PHP --with-vpopmail=/home/vpopmail you can call the > vadduser() function from within your PHP script. This is one of the reason > Ken created the API for vpopmail. > > Sean Wow, that sounds very interesting, could you please be m

Re: Urgent Help, please!

2001-09-20 Thread Brandon Ramirez
I forgot all about that option. Thanks for telling me about that. But woudn't it still need to be run as a different user? -- Brandon Ramirez UnrealHost Head System Administrator www.unrealhost.net - Original Message - From: "Sean C Truman" <[E

Re: Urgent Help, please!

2001-09-20 Thread Sean C Truman
Brandon, If you configure PHP --with-vpopmail=/home/vpopmail you can call the vadduser() function from within your PHP script. This is one of the reason Ken created the API for vpopmail. Sean - Original Message - From: "Brandon Ramirez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

RE: Urgent Help, please!

2001-09-20 Thread Ruben Olague
You also can use sudo to execute programs as a certain user. http://www.courtesan.com/sudo - Ing. Ruben Olague | Systems Administrator | Podernet, S.A. de C.V. | Mexico, D.F.| Tel: (01) 5257 0730 | -

RE: Urgent Help, please!

2001-09-20 Thread Zachary Buckholz
This perl script creates a new user , it does NOT need to be SUID. Only a script that created a NEW Domain would need to be suid. I have that available if you need it. My apache runs as user vpopmail. I am not a qualified perl programmer, so I offer no security with this script. zack #!/usr/

RE: Urgent Help, please!

2001-09-20 Thread Sean O'Dea
Or add the the user that runs the webserver to the vchkpw group. -Original Message- From: Brandon Ramirez [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 12:01 PM To: [EMAIL PROTECTED] Subject: Re: Urgent Help, please! PHP scripts are parsed, not executed. Setuid is usele

Re: Urgent Help, please!

2001-09-20 Thread Brandon Ramirez
PHP scripts are parsed, not executed. Setuid is useless with PHP. The only thing I can think of is to make your web server run as root or vpopmail (NOT recommended) or turn the PHP script into a perl script or C program and make it setuid-vpopmail. -- B

Re: Urgent Help, please!

2001-09-20 Thread Sean C Truman
Why dont you just compile the vpopmail in PHP and do the calls from PHP iteself. Sean - Original Message - From: "Tren Blackburn" <[EMAIL PROTECTED]> To: "'Sean O'Dea'" <[EMAIL PROTECTED]>; "'The Guyver'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 1:47 PM

RE: Urgent Help, please!

2001-09-20 Thread Tren Blackburn
Scripts cannot be suid. At least on Linux and AIX and SCO they can't. Can't speak for others. You'd have to use some C program to call this, or re-write it in C. Regards, Tren. -Original Message- From: Sean O'Dea [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 12:38 PM

Re: Urgent Help, please!

2001-09-20 Thread The Guyver
Thanks again!! I'll try it, hope it works. Best regards, Guyver - Original Message - From: "Sean O'Dea" <[EMAIL PROTECTED]> To: "'The Guyver'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 8:37 PM Subject: RE: Urgent Help, please! > The script should be o

RE: Urgent Help, please!

2001-09-20 Thread Sean O'Dea
The script should be owned by vpopmail chown vpopmail script Set the script to run as vpopmail chmod u+s script That will allow the script to have the same permissions as vpopmail and it should be able to write the the directory. -Original Message- From: The Guyver [mailt

RE: Urgent Help, please!

2001-09-20 Thread Tren Blackburn
RTFM. http://www.apache.org is your friend. Regards, Tren. -Original Message- From: The Guyver [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 12:37 PM To: Sean O'Dea; [EMAIL PROTECTED] Subject: Re: Urgent Help, please! How do I do it please?? Thanks again! - Or

Re: Urgent Help, please!

2001-09-20 Thread The Guyver
How do I do it please?? Thanks again! - Original Message - From: "Sean O'Dea" <[EMAIL PROTECTED]> To: "'The Guyver'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 8:32 PM Subject: RE: Urgent Help, please! > The script probably needs to run setuid to the vpo

RE: Urgent Help, please!

2001-09-20 Thread Tim Hunter
does your webserver user have rights to work in the vpopmail dirs? > -Original Message- > From: The Guyver [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 20, 2001 2:30 PM > To: [EMAIL PROTECTED] > Subject: Urgent Help, please! > > > Hello there, > I'm in a desperate need to writ

RE: Urgent Help, please!

2001-09-20 Thread Sean O'Dea
The script probably needs to run setuid to the vpopmail user. -Original Message- From: The Guyver [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 11:30 AM To: [EMAIL PROTECTED] Subject: Urgent Help, please! Hello there, I'm in a desperate need to write a PHP script that c

Urgent Help, please!

2001-09-20 Thread The Guyver
Hello there, I'm in a desperate need to write a PHP script that creates a new mailbox with vpopmail 4.10.35 I've written everything correctly but when I use exec or system I always end up with this error: Error: Unable to chdir to vpopmail/domains directory please help me it's very urgent if any

migrating vconvert

2001-09-20 Thread konsul
Hello everyone. i can't solve my old problem with halting authorization via mysql and want to convert mysql base to cdb(?). posiibly vconvert utilities useful for it, but one trouble. i run vconvert as example: vconvert -s -c vconvert -s -c mydomain.com vconvert -c -s etc... util always return the

I am confused regarding what current versions are

2001-09-20 Thread burrett
Roger wrote: Hi All, I am a little confused as to what are the latest versions that will work properly together. ie. is vpopmail ver 5-pre5 the latest working version and what works with it I need vpopmail, qmailadmin and sqwebmail Thanks in advance Regards Roger

vpasswd file

2001-09-20 Thread remo
I have a vpasswd file which accidently got deleted. I need to know on how to remake it from the vpasswd.cdb file. Thanks REMO

Re: vpopmail - Maildir

2001-09-20 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Oliver, Thursday, September 20, 2001, 2:04:14 PM, you wrote: > How can I setup pop accounts with vpopmail, so that i can pop in? > Is it necessary to install the qmail-pop3d and before? It is. Best regards, Gabriel 6 -BEGIN PGP SIGNATURE-

vpopmail 5.0 Final

2001-09-20 Thread Pedro Ortale Neto
Hello, Whats up with the final version of vpopmail? rgds, Pedro Ortale Neto

RE: $Home/Maildir qmail vpopmail

2001-09-20 Thread Marcus Williams
> -Original Message- > Thursday, September 20, 2001, 12:44:45 PM, you wrote: [snip] > OGC> when I want to pop in my mailaccounts. My MUA > delivered an error: > > OGC> '-ERR this user has no $HOME/Maildir' > > OGC> What can I do? [snip] Make sure you're using the FULL USERNAME of user@dom

Re: $Home/Maildir qmail vpopmail

2001-09-20 Thread Barry Hill
Hi, In my qmail startup script I use the following to start the qmail pop server: /usr/local/bin/tcpserver -RHO -v 0 pop3 /var/qmail/bin/qmail-popup \ MY_FQDN /home/vpopmail/bin/vchkpw /batches/poplog \ /var/qmail/bin/qmail-pop3d Maildir 2>&1 | /var/qmail/bin/splogger \ pop3d 2 & If you pu

vpopmail - Maildir

2001-09-20 Thread Oliver - GoodnGo.COM \(R\)
hello treme, I´am full of despair. How can I setup pop accounts with vpopmail, so that i can pop in? Is it necessary to install the qmail-pop3d and before? Oli BEGIN:VCARD VERSION:2.1 N:GoodnGo.COM (R);Oliver - FN:Oliver - GoodnGo.COM (R) ORG:GoodnGo.COM;Gefü TITLE:Geschäftsführung NOTE:Je

Re: Well, everything but pop seems to work...

2001-09-20 Thread Oliver - GoodnGo.COM
hello treme, I´am full of despair. How can I setup pop accounts with vpopmail, so that i can pop in? Is it necessary to install the qmail-pop3d and before? Oli

Re: $Home/Maildir qmail vpopmail

2001-09-20 Thread Alejandro Ortega Páez
On jue, 2001-09-20 at 13:44, Oliver - GoodnGo.COM wrote:> Hello, > > when I want to pop in my mailaccounts. My MUA delivered an error: > > '-ERR this user has no $HOME/Maildir' > > What can I do? > > How can I have to configure vpopmail, so that I can pop into my acccounts? > > Is it bett

$Home/Maildir qmail vpopmail

2001-09-20 Thread Oliver - GoodnGo.COM
Hello, when I want to pop in my mailaccounts. My MUA delivered an error: '-ERR this user has no $HOME/Maildir' What can I do? How can I have to configure vpopmail, so that I can pop into my acccounts? Is it better to use vpopmail al pop service? Or qmail-poop3d?? Please help me? Oli

Pop server waits forever...

2001-09-20 Thread Ali Ertürk TÜRKER
Hi everbody, I have a question for those who have some time to answer it. I installed qmail and vpopmail on a Mandrake 7.1 system. Everything worked "perfect" with cdb authentication but I then wanted to change it to mysql authentication. I recompiled the source but unfortunately, when I want to

RE: Well, everything but pop seems to work...

2001-09-20 Thread Marcus Williams
> -Original Message- > From: treme metre [mailto:[EMAIL PROTECTED]] [snip] > Where do I look to fix this. I "ps waux | grep v" looking > for vpop.. or > vchkpw - not there. And the /var/logs/qmail/pop3d logs are empty. [snip] fuser is your friend (assuming you have it on your system)