Hi,
dont worry, i think i am a little bit stupid ;-)
Now i have this code:
Code:
}
} else {
exec("maildirmake -f Spam mail/Maildir");
}
it wont work. So i dont understand it. If i start squirrelmail, the folders .drafts etc will be created, but my question is how knows maildirmake,if this, see code above, is the right folder to create the folder "Spam" ?
So i changed the code, like above, then i create a new user in ispconfig and nothing happens. No folder "Spam" for this new user.
I think the folder is the problem.
Code:
}
} else {
exec("maildirmake -f Spam /$user_username/Maildir");
}
isnt right, too.
if i create it manually , its no problem:
Code:
maildirmake -f Spam /var/www/web9/Maildir/
greetings cirox
Recent comments
1 day 7 hours ago
1 day 9 hours ago
1 day 21 hours ago
2 days 5 min ago
2 days 4 hours ago
2 days 10 hours ago
2 days 19 hours ago
2 days 21 hours ago
3 days 5 hours ago
3 days 7 hours ago