8 messages in net.sourceforge.lists.courier-maildropRe: Re: [maildropl] Maildrop + postfi...
FromSent OnAttachments
Andrei GologanOct 9, 2002 8:01 am 
Andrei GologanOct 10, 2002 12:33 am 
Andrei GologanOct 10, 2002 2:19 am 
Jens LauterbachOct 10, 2002 2:29 am 
Andrei GologanOct 10, 2002 3:18 am 
Andrei GologanOct 11, 2002 2:59 am 
Rodolfo GonzalezOct 11, 2002 11:23 am 
Andrei GologanOct 12, 2002 3:35 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Re: [maildropl] Maildrop + postfix + mysql = help !!Actions...
From:Andrei Gologan (agol@gmx.mis.de)
Date:Oct 12, 2002 3:35:40 am
List:net.sourceforge.lists.courier-maildrop

One little step ahead.

well after reinstalling everything from scratch and doing some more testing i´ve found out that maildrop reads the mysql table it should:

98 Connect postfix@localhost on 98 Init DB maildb 98 Query SELECT id, uid, gid, home, maildir, quota, -- FROM users WHERE id = "user1" 98 Quit

but ignores it completly, instead it tries to deliver to the system user: user1 (i created one for testing purposes).

if there is no system user, it says: "Invalid user specified." and no other info. The user is definitly in the table. It is so as it would get no data returned maildrop runs with -V9 but there is no more information ....

any other logs i might try ?

what is wrong ? do the columns have to have a special type ? id is varchar(128) type.

Tips ? Hints? Help ?

Thank you Andrei