]> the.earth.li Git - onak.git/commit
Switch to using mail_dir for incoming mail lock file
authorJonathan McDowell <noodles@earth.li>
Sun, 5 Jun 2016 20:28:58 +0000 (21:28 +0100)
committerJonathan McDowell <noodles@earth.li>
Sun, 5 Jun 2016 20:28:58 +0000 (21:28 +0100)
commita183a1f43e77bc96119f60a5b056dd0a489eabe2
treef170985bac6e01d2334aca9c1cbe94b74b373fce
parentb42ac66e2010203de1b70bf1db7a0ae53faa5a74
Switch to using mail_dir for incoming mail lock file

Rather than using the db_dir for the lock file to prevent multiple
onak-mail instances processing incoming requests at the same time, use
the mail_dir file where the incoming messages are spooled anyway. This
is cleaner and will cope with the potential for multiple DB backends to
be in play in the future.
onak-mail.pl.in