From: mutombo <mut...@gm...> - 2003-12-12 15:29:24
|
sorry forgot that: version is the official 0.2.2 release. echo "select * from users where email='te...@mo...'" | mysql -u provider -p provider Enter password: id email password name uid gid homedir maildir quota postfix 5 te...@mo... ************** 1005 1005 / /home/vmail/Maildir/te...@mo.../ Y ls /home/ -l total 20 . . . drwxrwxrwx 3 vmail vmail 4096 Dec 12 16:25 vmail cat /etc/passwd | grep vmail vmail:x:1005:1005:,,,:/home/vmail:/bin/bash cat mysql-virtual-uid.cf user = provider password = ******* dbname = provider table = users select_field = maildir where_field = email additional_conditions = and postfix = 'y' hosts = *myip* it seems for me that the uid is right. perhaps you can tell me whats wrong here. thx christian At 16:09 12.12.2003, you wrote: >mutombo wrote: > > im not sure if it is right so speak german here, so i'll start > > english. > >English is the better choice, even it's not my natural language, too :) > > > if configured my mailsystem already with the > > http://www.workaround.org/articles/ispmail/ Howto. > > it worked fine and i want to give phpmywebhosting a try. > > >Which version are you using? > > > so i changed the configfiles for postfix deleted the old db and > > installed a new one with the installer. > > one thing that doesnt mentioned it the installationguide is: > > all emailaccounts are created in in /home/vmail/Maildir, not directly > > at /home/vmail. > > > > after i've created this dir, i get further. > > > > but when i try to send a mail to the created account i always get: > > Dec 12 01:56:13 217-20-116-86 postfix/virtual[12161]: F25AAB94055: > > to=<te...@mo...>, relay=virtual, delay=766, status=deferred > > (recipient te...@mo...: bad uid /home/vmail/Maildir/te...@mo.../ in > > virtual_uid_maps) > >Seems, you have a wrong uid in table user:uid. Please give us the line for >te...@mo... > >echo "select * from users where email='te...@mo...'" | mysql \ > -u dbadmin -p databasename > > > when i try to fetch email via imap or pop: > > > > Dec 12 01:58:23 217-20-116-86 imaplogin: Connection, > > ip=[::ffff:217.238.88.91] > > Dec 12 01:58:23 217-20-116-86 imaplogin: LOGIN, user=te...@mo..., > > ip=[::ffff:217.238.88.91] > > Dec 12 01:58:23 217-20-116-86 imaplogin: Failed to create cache file: > > ./tmp/1071190703.12184_imapuid_0.217-20-116-86.internetserviceteam.com > > Dec 12 01:58:23 217-20-116-86 imaplogin: Error: No such file or > > directory > > Dec 12 01:58:23 217-20-116-86 imaplogin: Failed to create cache file: > > ./tmp/1071190703.12184_imapuid_0.217-20-116-86.internetserviceteam.com > > Dec 12 01:58:23 217-20-116-86 imaplogin: Error: No such file or > > directory > > Dec 12 01:58:23 217-20-116-86 imaplogin: Failed to create cache file: > > ./tmp/1071190703.12184_imapuid_1.217-20-116-86.internetserviceteam.com > > Dec 12 01:58:23 217-20-116-86 imaplogin: Error: No such file or > > directory > > Dec 12 01:58:23 217-20-116-86 imaplogin: Failed to create cache file: > > ./tmp/1071190703.12184_imapuid_1.217-20-116-86.internetserviceteam.com > > Dec 12 01:58:23 217-20-116-86 imaplogin: Error: No such file or > > directory > > Dec 12 01:58:54 217-20-116-86 imaplogin: LOGOUT, user=te...@mo..., > > ip=[::ffff:217.238.88.91], headers=0, body=0 > > Dec 12 01:58:58 217-20-116-86 courierpop3login: Connection, > > ip=[::ffff:217.238.88.91] > > Dec 12 01:58:58 217-20-116-86 courierpop3login: LOGIN, > > user=te...@mo..., ip=[::ffff:217.238.88.91] > > Dec 12 01:58:58 217-20-116-86 courierpop3login: pop3d: No such file or > > directory > > Dec 12 01:58:58 217-20-116-86 courierpop3login: LOGOUT, > > user=te...@mo..., ip=[::ffff:217.238.88.91], top=0, retr=0 > >Lets have a look at the result of above mentioned query. > > > btw this project is for its short existence very nice and seems very > > promising. > > thanks for keeping such great software free. > > >No problem :) > >Regards Udo > > > >------------------------------------------------------- >This SF.net email is sponsored by: SF.net Giveback Program. >Does SourceForge.net help you be more productive? Does it >help you create better code? SHARE THE LOVE, and help us help >YOU! Click Here: http://sourceforge.net/donate/ >_______________________________________________ >Phpmywebhosting-users mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phpmywebhosting-users |