Home Forums OS X Server and Client Discussion Mail Fixing pop-before-smtp after 10.3.9 update

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #361423
    jgardner
    Participant

    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’;

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.

Comments are closed