https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-elasticsearch-on-ubuntu-20-04 To test: Run from the local server to see if the server can connect to the elasticsearch cluster: curl -X […]
First Reference How to use iptables in Ubuntu to block whole countries Second Reference https://blog.jeshurun.ca/technology/block-countries-ubuntu-iptables-xtables-geoip Third Reference Significant Changes to Accessing […]
Go to Mailbox.php public function searchMailbox($criteria = self::CRITERIA_ALL) { $criteria = 'SINCE "'.date("Y-m-d").'"'; #$criteria = 'ALL'; if (preg_match('/'.self::CRITERIA_UID.' ((\d+):(\d+|\*))/', $criteria, $matches)) […]