If you were running pop-before-smtp and it broke after the 10.3.9 update, it’s probably due to the fact that the cyrus update changed the logging format in /var/log/mailaccess.log and now the pop-before-smtp daemon isn’t reading it properly. You might also have to update DB_File in perl. A working match string for the pop-before-smtp-conf.pl file is:
$pat = ‘^(… .. ..:..:..) \\S+ (?:imaps|pop3s|imap|pop3)\\[\\d+\\]: ‘ .
‘login:.+\\[(\\d+\\.\\d+\\.\\d+\\.\\d+)\\] \\S+ \\S+ User logged in’;
Comments are closed