4 messages in net.sourceforge.lists.courier-maildrop[maildropl] Error : You are not a tru...
FromSent OnAttachments
Javier LópezOct 9, 2003 3:06 am 
Chris MastersOct 9, 2003 3:19 am 
Devin RubiaOct 9, 2003 5:16 am 
Arnaud PignardOct 9, 2003 9:31 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:[maildropl] Error : You are not a trusted user (Maildrop + MySQL + Postfix)Actions...
From:Arnaud Pignard (apig@frontier.fr)
Date:Oct 9, 2003 9:31:41 am
List:net.sourceforge.lists.courier-maildrop

Hi all,

I have trouble with maildrop + mysql.

Sql query seems ok (i have enable query log for debug) :

SELECT CONCAT( users.login, '@', domain.name ) , users.uid, domain.gid, CONCAT( '/', domain.dir, '/', users.login, '/' ) , CONCAT( '/', domain.dir, '/', users.login, '/' ) , users.quota, users.enable FROM users, domain WHERE CONCAT( users.login, '@', domain.name ) = "ro@domain.com"

Output look like this :

ro@domain.com 65535 65535 /home/domain.com/root/ /home/domain.com/root/ 2500 1

i have try with add maildir in path with same error.

Mail drop error : You are not a trusted user

I have add a vmail user.

My master.cf config :

maildrop unix - n n - - pipe flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient} -w 90

ls -l /home/domain.com/root/Maildir/ drwx------ 2 65535 65535 512 Jul 3 05:09 cur drwx------ 2 65535 65535 17920 Oct 9 06:10 new drwx------ 2 65535 65535 512 Oct 9 06:10 tmp

work fine with maildir (virtual:)

I have also compile maildrop with debug but is there a way to have more debug info.

Regards,