Thanks for your reply mouss ...
I have test with authest and it work perfectly :
[root@numberfixe Maildrop]# /usr/sbin/authtest num...@soez.be xxxxxx
Authentication succeeded.
Authenticated: number (at) soez (dot) be (uid 500, gid 500)
Home Directory: /var/spool/postfix/virtual/
Maildir: /var/spool/postfix/virtual/soez (dot) be/number/Maildir/
Quota: (none)
Encrypted Password: xxxxxx
Cleartext Password: xxxxxx
Options: (none)
But when i install Maildrop, they don't work :
./configure --enable-maildropmysql --enable-auth-lib
And :
[root@numberfixe Maildrop]# /usr/local/bin/maildrop -V 4 -d number (at) soez
(dot) be
Invalid user specified.
I don't understand ..
I would like to see in mysql the log file..
But mysql don't start with --log=/home/number/mysql.log parameter ..
Thanks to all for any reply ..
Num ber wrote:
Before you respond i'm try it alone ...
I have now recompiled maildrop with this :
./configure --enable-maildropmysql --enable-maildirquota --with-devel
--with-mysqlconfig=/etc/maildropmysql.cf
remove the last flag and use --enable-auth-lib instead.
- test authdaemon with the 'authtest' command. if courier-imap (or pop) is
working correctly, then this is probably already configured.
- test maildrop manually:
# maildrop -V 4 -d fo...@example.com < message.eml
and see what it says. run it both as root and as the virtual user that your
MTA uses (the user= option in postfix master.cf).
anyway, try to use pre packaged sources if available on your platform.