======== MailIn ======== MailIn provides a simple engine for transforming e-mail alerts from 3rd party software into NAV events. These events can then be processed by NAV's event- and alert systems. See also `the original blueprint specification for MailIn `_. Configuring MailIn ------------------ These examples all assume your NAV installation prefix is the default ``/usr/local/nav``. Redirecting mail to the MailIn program ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The mail transfer agent on your NAV server must be configured to accept SMTP connections from outside the server, or no messages will come through. Pick an e-mail address on your NAV server to send 3rd party alerts to, for example `mailin@nav.example.org`. Mail received at this address should be piped through the ``mailin`` program. This can usually be accomplished by adding an e-mail alias to :file:`/etc/aliases`, like this:: cat >> /etc/aliases <