[vchkpw] Unable to access mail using POP and domain issues with vpopmail

2003-09-02 Thread Balaji NJL
Hi All, At last third time seemed to be lucky for me. i was able to install qmail. this time i followed the steps described in this page http://hibrida.interaksi.web.id/man/qmail/step-dnata.html#QMAIL and i literally did a cut and paste of all commands. My qmail-smtpd is working fine, vpopmail,

RE: [vchkpw] Unable to access mail using POP and domain issues with vpopmail

2003-09-02 Thread Shane Chrisp
Hi Balaji, It doesn't look like you have your popd server running as the vpopmail user. Try: #!/bin/sh VPOPMAILUID=`id -u vpopmail` VPOPMAILGID=`id -g vpopmail` exec /usr/local/bin/softlimit -m 200 \ /usr/local/bin/tcpserver -v -R -H -l 0 \ -u$VPOPMAILUID -g$VPOPMAILGID 0 110 0 110 \

RE: [vchkpw] Unable to access mail using POP and domain issues with vpopmail

2003-09-02 Thread Shane Chrisp
Err, typo, get rid of the extra 0 110.. #!/bin/sh VPOPMAILUID=`id -u vpopmail` VPOPMAILGID=`id -g vpopmail` exec /usr/local/bin/softlimit -m 200 \ /usr/local/bin/tcpserver -v -R -H -l 0 \ -u$VPOPMAILUID -g$VPOPMAILGID 0 110 \ /var/qmail/bin/qmail-popup \ mail.oojoobala.com

Re: [vchkpw] no such user. URGENT!

2003-09-02 Thread Raboo Treed
Just run it while standing in /qmail/users dir, I think - Original Message - From: T. Albert [EMAIL PROTECTED] To: Raboo Treed [EMAIL PROTECTED] Cc: Tom Collins [EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 11:13 AM Subject: Re: [vchkpw] no such user. URGENT! Hi, ok,

RE: [vchkpw] Unable to access mail using POP and domain issues with vpopmail

2003-09-02 Thread Chris Pugh
Hi Balaji, As an aside .. check your DNS records for both oojoobala.com mail.oojoobala.com!!! Neither resolve properly .. Cheers! Chris. __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com

Re: [vchkpw] Unable to access mail using POP and domain issues with vpopmail

2003-09-02 Thread VeNoMouS
something else as well, you put ojoobala.com into locals, from my understanding with vpopmail this is a no no dont it bypass vpopmail and try to develier to local users on this???, when using vpopmail leave locals blank. - Original Message - From: Shane Chrisp [EMAIL PROTECTED] To:

[vchkpw] System virtual User Authentication

2003-09-02 Thread Zafar Rizvi
hi All I post that questoin many Times but did not get any valid reply. Theproblem was that i have running some virtual domains on linux server with qmail.I have some default linux users and many vritual domain users. The virtual domain user successfully authenticated with vchkpw but

Re: [vchkpw] System virtual User Authentication

2003-09-02 Thread John Simpson
On Wednesday, Sep 3, 2003, at 00:25 US/Eastern, Zafar Rizvi wrote: So my question is that Can i authenticate both virtual domain and defualt user with pop3 and imap. ? i did this on a machine using userdb. i had to write a script which: - read ~vpopmail/domains/*/vpasswd.cdb - read /etc/passwd -

[vchkpw] Re: System virtual User Authentication

2003-09-02 Thread Peter Palmreuther
Hello Zafar, On Wednesday, September 3, 2003 at 6:25:59 AM you wrote (at least in part): As i have done while installing vpopmail , and enable-passwed=y but did not get any success. And what do the logs say[tm]? So my question is that Can i authenticate both virtual domain and defualt