There is a script which creates the maildir. When I execute the script manually, all works well (with root and vmail user).
Has there to be an maildrop user? The owner of the "maildir_create_scripte" is the vmail user. The owner of the maildir is the vmail user, too.
The user in master.cf is vmail, too.
Code:
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/maildrop/bin/maildrop -d ${user}@${nexthop} ${extension} ${recipient} ${user} ${nexthop} ${sender}
Do you have an idea?