Update last_access update log parsing pattern
In 100-mailbox_stats_hourly.inc.php we try to match successful mail logins in the system log to update the last_access field for a mailbox.
However with Debian 13/Dovecot 2.4 the Dovecot logformat changed slightly.
I'm updating the regex to match both the old and new format.