still battling my way through this
the error about quota is kind of confusing
WARN: quota string '50000000' not parseable
maildrop: signal 0x06
in the logs I see a few things
==> mysql/mysql.log <==
050206 7:50:58 528 Connect syscp@localhost on
528 Init DB syscp
528 Query SELECT email, uid, gid, homedir, maildir, '50000000' FROM mail_users WHERE email = "
test@test.com" AND postfix = "Y"
528 Quit
but in the mail_users table there is no entry anywhere for quota or '50000000'
and it appears as if spamd cannot find the local user
test@test.com
==> messages <==
Feb 6 07:54:13 whiterhino spamd[2110]: connection from localhost [127.0.0.1] at port 1116
Feb 6 07:54:13 whiterhino spamd[2110]: handle_user: unable to find user '
test@test.com'!
Feb 6 07:54:13 whiterhino spamd[2110]: Still running as root: user not specified with -u, not found, or set to root. Fall back to nobody.
Feb 6 07:54:14 whiterhino spamd[2110]: processing message (unknown) for
test@test.com:65534.
Feb 6 07:54:17 whiterhino spamd[2110]: clean message (-1.2/5.0) for
test@test.com:65534 in 4.8 seconds, 32 bytes.
Feb 6 07:54:17 whiterhino spamd[2110]: result: . -1 - ALL_TRUSTED,MISSING_DATE,MISSING_SUBJECT scantime=4.8,size=32,mid=(unknown),autolearn=failed
Feb 6 07:54:17 whiterhino su(pam_unix)[14584]: session closed for user vmail
if I run
su vmail -c 'echo maildummy | strace maildrop -d
test@test.com'
I see in the output of strace an error
open("/home/customers/mailfilter//
test@test.com", O_RDONLY) = -1 ENOENT (No such file or directory)
should it not create that folder itself as it does for the regular maildir
I have been doing some searching on the syscp forum but most of it is in german and my german is well obsolete

I also tried to read the isp style how-to but again it is in german
anyways thats where I have got to so far things seem working somewhat except the maildrop stuff
and getting the actual vhost entries in /etc/apache2/conf/vhosts/syscp-vhosts.conf
what should the file permissions be on that file so when adding a domain via syscp it adds it to that files
thanks