| | |
| | | |
| | | // cronjob code here |
| | | |
| | | ####################################################################################################### |
| | | //###################################################################################################### |
| | | // store the mailbox statistics in the database |
| | | ####################################################################################################### |
| | | //###################################################################################################### |
| | | |
| | | $parse_mail_log = false; |
| | | $sql = "SELECT mailuser_id,maildir FROM mail_user WHERE server_id = ".$conf['server_id']; |