As requested, [EMAIL PROTECTED] ~]# grep vpopmail /etc/passwd vpopmail:x:89:89::/home/vpopmail:/bin/bash [EMAIL PROTECTED] ~]#
[EMAIL PROTECTED] ~]# ls -al ~vpopmail/bin total 1508 drwxr-xr-x 2 vpopmail vchkpw 4096 Apr 23 11:18 . drwx------ 8 vpopmail vchkpw 4096 Apr 24 08:53 .. -rwx--x--x 1 vpopmail vchkpw 53008 Apr 23 11:18 clearopensmtp -rwx--x--x 1 vpopmail vchkpw 60732 Apr 23 11:18 dotqmail2valias -rwx--x--x 1 vpopmail vchkpw 56560 Apr 23 11:18 vaddaliasdomain -rwx--x--x 1 vpopmail vchkpw 56592 Apr 23 11:18 vadddomain -rwx--x--x 1 vpopmail vchkpw 56560 Apr 23 11:18 vadduser -rwx--x--x 1 vpopmail vchkpw 60732 Apr 23 11:18 valias -rwx--x--x 1 vpopmail vchkpw 54480 Apr 23 11:18 vchangepw -rwx--x--x 1 vpopmail vchkpw 61640 Apr 23 11:18 vchkpw -rwx--x--x 1 vpopmail vchkpw 56592 Apr 23 11:18 vconvert -rwx--x--x 1 vpopmail vchkpw 54192 Apr 23 11:18 vdeldomain -rwx--x--x 1 vpopmail vchkpw 61212 Apr 23 11:18 vdelivermail -rwx--x--x 1 vpopmail vchkpw 56560 Apr 23 11:18 vdeloldusers -rwx--x--x 1 vpopmail vchkpw 53648 Apr 23 11:18 vdeluser -rwx--x--x 1 vpopmail vchkpw 56592 Apr 23 11:18 vdominfo -rwx--x--x 1 vpopmail vchkpw 56560 Apr 23 11:18 vipmap -rwx--x--x 1 vpopmail vchkpw 53360 Apr 23 11:18 vkill -rwx--x--x 1 vpopmail vchkpw 53136 Apr 23 11:18 vmkpasswd -rwx--x--x 1 vpopmail vchkpw 63184 Apr 23 11:18 vmoddomlimits -rwx--x--x 1 vpopmail vchkpw 60688 Apr 23 11:18 vmoduser -rwx--x--x 1 vpopmail vchkpw 56560 Apr 23 11:18 vpasswd -rwx--x--x 1 vpopmail vchkpw 57072 Apr 23 11:18 vpopbull -rwx--x--x 1 vpopmail vchkpw 86268 Apr 23 11:18 vpopmaild -rwx--x--x 1 vpopmail vchkpw 56592 Apr 23 11:18 vsetuserquota -rwx--x--x 1 vpopmail vchkpw 57744 Apr 23 11:18 vuserinfo [EMAIL PROTECTED] ~]# ls -al ~vpopmail/domains total 24 drwx------ 3 vpopmail vchkpw 4096 Apr 30 11:41 . drwx------ 8 vpopmail vchkpw 4096 Apr 24 08:53 .. -rw------- 1 vpopmail vchkpw 34 Apr 28 15:57 .dir-control drwx------ 81 vpopmail vchkpw 12288 Apr 26 10:55 kn.ae more /var/qmail/users/assign +kn.ae-:kn.ae:89:89:/home/vpopmail/domains/kn.ae:-:: . [EMAIL PROTECTED] qmail-pop3d]# cat /var/qmail/supervise/qmail-pop3d/run #!/bin/sh VPOPMAILUID=`id -u vpopmail` VPOPMAILGID=`id -g vpopmail` exec /usr/local/bin/tcpserver -l 0 -R -H -v \ -u"$VPOPMAILUID" -g"$VPOPMAILGID" 0 110 \ /var/qmail/bin/qmail-popup `hostname` \ /home/vpopmail/bin/vchkpw \ /var/qmail/bin/qmail-pop3d Maildir 2>&1 --- Ismail YENIGUL <[EMAIL PROTECTED]> wrote: > Hi Neil, > > Can you please send me output of the following > commands > > # grep vpopmail /etc/passwd > # ls -al ~vpopmail/bin > # ls -al ~vpopmail/domains > # more /var/qmail/users/assign > > and qmail-pop3d/run file > > Thanks. > Monday, April 30, 2007, 7:18:19 AM, you wrote: > > > Hi Ismail, > > > Telnet to POP3 using the transfered email accounts > > gives > > -ERR authorization failed > > > And /var/log/maillog states > > Apr 30 08:10:25 mail vpopmail[420]: vchkpw-pop3: > > vpopmail user not found [EMAIL PROTECTED] > > > when I log in with the dummy domain which I > created I > > am able to log in. > > > Thanks always for all your responses, > > Neil > > > --- Ismail YENIGUL <[EMAIL PROTECTED]> wrote: > > >> Hi Neil, > >> > >> Try to make a pop3 connection via telnet and tell > us > >> the error > >> message. Also check /var/log/maillog file for any > >> error about this > >> connection. > >> > >> example: > >> > >> #telnet localhost 110 > >> user [EMAIL PROTECTED] > >> pass userpassword > >> > >> > >> Thanks. > >> > >> Saturday, April 28, 2007, 3:07:42 PM, you wrote: > >> > >> > Thanks for the reply. I tried to create a dummy > >> domain > >> > but still same problem persists. any other > >> pointers ? > >> > >> > Thanks, > >> > N > >> > --- [EMAIL PROTECTED] wrote: > >> > >> >> > Dear All, > >> >> > I need to transfer all my users around 500+ > >> users > >> >> from > >> >> > an old server using cdb to another server > using > >> >> the > >> >> > same toaster setup. > >> >> > I went thro the mailing list and tried all > the > >> >> steps > >> >> > viz; > >> >> > 1. did tar -cpf on old server. > >> >> > 2. extracted the tar archive to target > server. > >> >> > 3. copied the /var/qmail/control > ..rctphosts, > >> >> virtual > >> >> > domains, etc + assign files to the new > server > >> >> > 4. when I try to check the accounts using > >> >> qmailadmin I > >> >> > cannot log in. Same case with squirrelmail. > >> >> > 5. Please tell me where/what I am doing > wrong. > >> I > >> >> > checked all the uid, gid and they are the > same > >> on > >> >> both > >> >> > the servers > >> >> > 6. It is really cumbersome to create all the > >> >> accounts > >> >> > in the new server. > >> >> > 7. Will a mysql setup be more efficient for > >> >> > transferring users in the future? Besides it > >> also > >> >> > provides cluster support. > >> >> > > >> >> > Awaiting eagerly for your replies. > >> >> > > >> >> > Regards, > >> >> > Mark > >> >> > > >> >> > > >> > __________________________________________________ > >> >> > Do You Yahoo!? > >> >> > Tired of spam? Yahoo! Mail has the best > spam > >> >> protection around > >> >> > http://mail.yahoo.com > >> >> > > >> >> > >> >> After a similar server migration i had the > same > >> >> problem... > >> >> > >> >> I noticed that the rcpthosts.cdb file was not > >> >> rebuilt. I managed to solve > >> >> this by creating a new, fake, virtualdomain > like > >> >> test.com or something and > >> >> after that all the logins were working ok. > Well, > >> in > >> >> my case, i changed the > >> >> paths to the domains directory, that's how i > >> noticed > >> >> that the .cdb files > >> >> are not rebuilt. > >> >> > >> >> > >> > >> > >> > > __________________________________________________ > >> > Do You Yahoo!? > >> > Tired of spam? Yahoo! Mail has the best spam > >> protection around > >> > http://mail.yahoo.com > >> > >> > >> > >> -- > >> Ismail YENIGUL > >> EnderUNIX Cekirdek Takimi Uyesi > >> Acik Akademi Yayinlari Editoru > >> [EMAIL PROTECTED] > >> http://www.enderunix.org > >> > >> Yayinevi Sanal Magaza: > http://dukkan.acikakademi.com > >> endersys: http://www.endersys.com > >> > >> > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam > protection around > > http://mail.yahoo.com > > > > -- > Ismail YENIGUL > EnderUNIX Cekirdek Takimi Uyesi > Acik Akademi Yayinlari Editoru > [EMAIL PROTECTED] > http://www.enderunix.org > > Yayinevi Sanal Magaza: http://dukkan.acikakademi.com > endersys: http://www.endersys.com > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com