Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
st3fan committed Sep 7, 2014
1 parent 1f64b5c commit 0227e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ You can now run the daemon as follows:

```
cd dovecot-xaps-daemon
./xapsd --socket=/tmp/xapsd.sock --database=$HOME/xapsd.json --certificate=$HOME/certificate.pem --key=$HOME/key.pem
twistd -n xapsd --key=$HOME/key.pem --certificate=$HOMR/certificate.pem --database=$HOME/xapsd.json --socket=/tmp/xapsd.sock
```

This assumes that you have the exported `certificate.pem` and `key.pem` files in your home directory. The database file will be created by the daemon. It will contain the mappings between the IMAP users, their mail accounts and the iOS devices.
This assumes that you have the exported `certificate.pem` and `key.pem` files in your home directory. The database file will be created by the daemon. It will contain the mappings between the IMAP users, their mail accounts and the iOS devices. It is a simple JSON file so you can look at it manually by opening it in a text editor.

The daemon is verbose and should print out a bunch of informational messages. If you see errors, please [file a bug](https://github.com/st3fan/dovecot-xaps-daemon/issues/new).

0 comments on commit 0227e8e

Please sign in to comment.