Michael Pietsch

Results 64 comments of Michael Pietsch

Can you explain `Implement a router`?

We should also consider to use ajax to request all of that data for the tables. With that MW can also be used in combination with other tools that can...

@philrandal the 1.2 branch will stay as it is and will continue to only receive bug fixes and security updates so PHP compatibility should stay as it is. For the...

@cordeosdev thanks for the suggestion I looked at the symfony framework and created a basic system where most of the old pages are still working (except the pagers because of...

I guess we could move such settings that are currently in the conf.php (time, language, date format, ...) to the db and create overwrites as follows: `user settings` overwrites `domain...

Added a request for such feature https://github.com/mailwatch/MailWatch/issues/1028#issuecomment-357819151

Also look at your MailScanner config. MailScanner itself also has a cron that can remove quarantined items (configure via /etc/MailScanner/defaults setting `q_days`)

Can you try to run `ps ax | grep MailScanner | grep -v grep` The output should look like ``` 87605 ? Ss 0:00 MailScanner: starting child 133399 ? S...

@usmannasir do you use the same server configuration? What is the output of the above command? Also try creating a php file with the following code and check the output:...