summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-02-19 00:58:17 -0400
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-02-20 17:35:29 -0300
commit1a0c34b145f0dfc1ea34d3670d93b4a0ce9ae4db (patch)
treecaf2c259b766649621b5ddec83dd18f75e10407a /docs
parent68e28e1590fcddf4937afd9de340542aff8c6868 (diff)
change environment variable for mail config
Diffstat (limited to 'docs')
-rw-r--r--docs/hacking.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/hacking.rst b/docs/hacking.rst
index daa3762..bd9f792 100644
--- a/docs/hacking.rst
+++ b/docs/hacking.rst
@@ -33,7 +33,7 @@ Profiling
If using ``twistd`` to launch the server, you can use twisted profiling
capabities::
- LEAP_MAIL_CONF=~/.leapmailrc twistd --profile=/tmp/mail-profiling -n -y imap-server.tac
+ LEAP_MAIL_CONFIG=~/.leapmailrc twistd --profile=/tmp/mail-profiling -n -y imap-server.tac
``--profiler`` option allows you to select different profilers (default is
"hotshot").
@@ -63,7 +63,7 @@ need a config with this info::
uuid = "deadbeefdeadabad"
passwd = "foobar" # Optional
-In the ``LEAP_MAIL_CONF`` enviroment variable. If you do not specify a password
+In the ``LEAP_MAIL_CONFIG`` enviroment variable. If you do not specify a password
parameter, you'll be prompted for it.
In order to get the user uid (uuid), look into the
@@ -72,7 +72,7 @@ provider at least once.
Run the twisted service::
- LEAP_IMAP_CONFIG=~/.leapmailrc twistd -n -y imap-server.tac
+ LEAP_MAIL_CONFIG=~/.leapmailrc twistd -n -y imap-server.tac
Now you can telnet into your local IMAP server and read your mail like a real
programmerâ„¢::