Fix: Plesk AtMail Search not working

Plesk Atmail Search Problems?

If your AtMail search is not working, you can apply the following fix to lines 364 and 369:

sed -i 's/20$BeforeYear/$BeforeYear/g' /var/www/atmail/search.php
sed -i 's/20$AfterYear/$AfterYear/g' /var/www/atmail/search.php

This fixes a bug in the search.php file for AtMail 1.04 and 1.05.

Was this helpful?