Re: [qmailadmin] Invalid Login

2004-03-25 Thread ep
--- Jeremy Kitchen [EMAIL PROTECTED] wrote: On Wed, 2004-03-24 at 22:29, ep wrote: Hi, after I add a new domain via vpopmail, like this: ~vpopmail/bin/vadddomain -i 510 -d 510 somedomain.com password123 i cannot log in with this domain in qmailadmin! if i leave out the -i and -d

Re: [qmailadmin] Invalid Login

2004-03-25 Thread satinder
how to run this command it says # make qmailadmin setuid rootmake: *** No rule to make target `setuid'. Stop. rgds, Satinder Pal Singh - Original Message - From: "Jeremy Kitchen" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 25, 2004 10:06 AM Subject: Re:

[qmailadmin] New Aliases option in Qmailadmin 1.2.0

2004-03-25 Thread Renaud
Hello, I've seen that this topic has been discussed in a few other threads, which were explaining that qmailadmin 1.2.0 doesnt feature the New Aliases option anymore, but that was about it, I couldn't find a solution for this: I'd like to prevent users to create non-local forwards, while letting

Re: [qmailadmin] Invalid Login

2004-03-25 Thread Jeremy Kitchen
On Thu, 2004-03-25 at 02:45, ep wrote: solution: make qmailadmin setuid root hi, thanks for the response. i'm still having trouble with this. how exactly do I make qmailadmin setuid root? chmod 4711 qmailadmin is it something i have to do at compile time? it might be a ./configure

Re: [qmailadmin] Invalid Login

2004-03-25 Thread ep
I think I've found a solution, although it might not be the best. It is the only thing I could think of right now. If anyone has a better idea, let me know: It was indeed a problem with permissions. I had to chown root.root on qmailadmin. but that wasn't all. In qmail's assign file, the

Re: [qmailadmin] New Aliases option in Qmailadmin 1.2.0

2004-03-25 Thread ep
--- Renaud [EMAIL PROTECTED] wrote: Hello, I've seen that this topic has been discussed in a few other threads, which were explaining that qmailadmin 1.2.0 doesnt feature the New Aliases option anymore, but that was about it, I couldn't find a solution for this: I'd like to prevent users

RE: [qmailadmin] problems with ssl

2004-03-25 Thread Andrea Riela
SOLVED. if you have problems with qmailadmin or another cgi), and ssl support, try with: SSLOptions +StdEnvVars in cgi-bin/qmailadmin Regards Andrea

Re: [qmailadmin] Invalid Login

2004-03-25 Thread Charles Sprickman
On Wed, 24 Mar 2004, Jeremy Kitchen wrote: permissions. qmailadmin by default is setuid vpopmail. The vpopmail user doesn't have access to read the files you created with vadddomain under the different uid/gid. solution: make qmailadmin setuid root Just understand the security