summaryrefslogtreecommitdiff
path: root/mail/src/leap/mail/imap/service/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'mail/src/leap/mail/imap/service/README.rst')
-rw-r--r--mail/src/leap/mail/imap/service/README.rst39
1 files changed, 0 insertions, 39 deletions
diff --git a/mail/src/leap/mail/imap/service/README.rst b/mail/src/leap/mail/imap/service/README.rst
deleted file mode 100644
index 2cca9b3..0000000
--- a/mail/src/leap/mail/imap/service/README.rst
+++ /dev/null
@@ -1,39 +0,0 @@
-testing the service
-===================
-
-Run the twisted service::
-
- twistd -n -y imap-server.tac
-
-And use offlineimap for tests::
-
- offlineimap -c LEAPofflineimapRC-tests
-
-minimal offlineimap configuration
----------------------------------
-
-[general]
-accounts = leap-local
-
-[Account leap-local]
-localrepository = LocalLeap
-remoterepository = RemoteLeap
-
-[Repository LocalLeap]
-type = Maildir
-localfolders = ~/LEAPMail/Mail
-
-[Repository RemoteLeap]
-type = IMAP
-ssl = no
-remotehost = localhost
-remoteport = 9930
-remoteuser = user
-remotepass = pass
-
-debugging
----------
-
-Use ngrep to obtain logs of the sequences::
-
- sudo ngrep -d lo -W byline port 9930