Skip to content

Commit

Permalink
Add Postfix example, use recommended queue id.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jul 8, 2013
1 parent 2f721f0 commit 0eba179
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,15 @@ Configuring Whups
appropriate addresses. This script takes a number of arguments; see the
script for more details. A typical setup might be::

bugs |/usr/bin/whups-mail-filter --queue-name=Bugs
bugs |/usr/bin/whups-mail-filter --queue-id=1

For Postfix:

bugs: |"/usr/bin/whups-mail-filter --queue-id=1"

This will take in mail to the ``bugs`` address at your domain, and create
new tickets in the ``Bugs`` queue, with the default type, state and priority
of this queue. If an email references an existing ticket (ticket numbers are
new tickets in the queue 1, with the default type, state and priority of
this queue. If an email references an existing ticket (ticket numbers are
recognized in the subject line) it will be updated instead.

If not installing Whups through PEAR of if PEAR's ``bin_dir`` configuration
Expand Down

0 comments on commit 0eba179

Please sign in to comment.