GithubHelp home page GithubHelp logo

xevian / pysieved Goto Github PK

View Code? Open in Web Editor NEW

This project forked from che0/pysieved

0.0 0.0 0.0 118 KB

pysieved repo pulled from archived version at gitorious.org

Home Page: http://woozle.org/~neale/src/pysieved/

License: GNU General Public License v3.0

Python 100.00%

pysieved's Introduction

pysieved: Python Managesieve Server
===================================

This is a GPL managesieve server.  It uses a plug-in architecture to
support different authentication, homedir lookup, and storage
back-ends.

Originally written by Neale Pickett for use with avelsieve (SquirrelMail),
Postfix and Dovecot.  It should work with other managesieve clients too.
Please share with us your successes and failures.


Plugin architecture
-------------------

The server ships with the following plug-ins:

Authentication:

* [Dovecot](http://gitorious.org/pysieved/pages/Dovecot)
* /etc/passwd, /etc/shadow ([dev branch](http://gitorious.org/pysieved/pysieved/commits/dev))
* PAM
* SASL
* LDAP ([dev branch](http://gitorious.org/pysieved/pysieved/commits/dev))
* MySQL
* Courier ([dev branch](http://gitorious.org/pysieved/pysieved/commits/dev))

Homedir lookup & session initiation:

* Dovecot
* /etc/passwd
* LDAP
* MySQL
* simple virtual hosting (eg. /var/lib/virtual/username)

Storage:

* Dovecot (.dovecot.sieve)
* Exim (.forward)
* MySQL ([dev branch](http://gitorious.org/pysieved/pysieved/commits/dev))
* lmtpd ([dev branch](http://gitorious.org/pysieved/pysieved/commits/dev))

Consumer ([dev branch](http://gitorious.org/pysieved/pysieved/commits/dev)):

* Dovecot
* [Exim](http://gitorious.org/pysieved/pages/Exim)
* lmtpd ([dev branch](http://gitorious.org/pysieved/pysieved/commits/dev))

Additional back-ends are easy to write, just copy one of the existing
back-ends and start hacking.  No modifications are needed to any
existing code, so you don't have to worry about things like the
managesieve protocol or forking.


Download
--------

Version 1.2 was released on January 27, 2014.

You can get the latest version [as a tarball](http://gitorious.org/pysieved/pysieved/archive-tarball/master),
or with git:

    git clone git://gitorious.org/pysieved/pysieved.git

A [web view of revisions](http://gitorious.org/pysieved/pysieved) is
also available for those without git.

If you like being on the bleeding edge, try the [dev branch](http://gitorious.org/pysieved/pysieved/commits/dev)


Installation
------------

Put all the files somewhere, for instance /usr/local/lib/pysieved.
Copy pysieved.ini into /usr/local/etc/, and edit to taste.  It's
commented.

To run from inetd, add the following line to /etc/inetd.conf:

    sieve  stream  tcp  nowait  root  /usr/bin/python python /usr/local/lib/pysieved/pysieved.py --inetd

To run as a daemon, just run

    python pysieved.py


Troubleshooting
---------------

If you encounter problems, try the tips in the [TROUBLESHOOTING
document](http://gitorious.org/pysieved/pages/Troubleshooting).


Mail list / IRC channel
-----------------------

If you use pysieved, please join the pysieved mail list by emailing
[[email protected]](mailto:[email protected]) or
visiting the [subscription page](http://woozle.org/lists/pysieved).

To talk about pysieved on IRC, join us in
[#pysieved on irc.oftc.net](irc://irc.oftc.net/pysieved).

--------

Neale Pickett <[email protected]> and Philippe Levan <[email protected]>

pysieved's People

Contributors

nealey avatar blueyed avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.