From: <in...@cs...> - 2003-12-12 07:16:10
|
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 take a look at 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 |