i set up a mailserver with postfix + maildrop + mysql virtual accounts
all seems to be right except that maildrop does not apply quotas. 
this is my maildrop configuration:

./configure --with-trashquota --enable-maildirquota --enable-syslog=1
--without-db --enable-maildropmysql --with-mysqlconfi
make
make install-strip
make install-man

maildropmysql.config:
hostname                localhost
socket                  /var/run/mysqld/mysqld.sock
port                    3306
database                postfix
dbuser                  ***
dbpw                    ***
dbtable                 mailbox
uid_field               username
gidnumber_field         '1008'
uidnumber_field         '1008'
homedirectory_field     homedir
maildir_field           homedir
quota_field             '100'
mailstatus_field        postfix
where_clause            AND active = '1'

maildroprc:
logfile "/var/log/maildrop.log"
to "${HOME}"

tnx



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to