summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Collapse)Author
2015-05-08[bug] remove --syslog twistd optiondrebs
Currently, we don't want to log to syslog, because the platform has to be modified before we can do that (see #6942). In the future, we might want to log to syslog only, or make it optional depending on the contents of /etc/default/leap_mx. For now we just remove twistd's --syslog option from the initscript. Closes: #6937.
2015-05-05[refactor] move initscript to more sensible namedrebs
2015-04-24[pkg] remove initscript from python packagedrebs
There are some reasons to remove the initscript from the python package: 1. To include the initscript it in the python package it is necessary to assume a lot of things about the system in which the package would be installed. 2. The debian packaging system will correctly create an initscript by itself. 3. We don't have to maintain 2 different setup.py files (one in master/develop branch and another in debian package branches).
2015-04-20[bug] implement message bouncing according to RFCsdrebs
If we do not adhere to the standads, we may have a lot of problems when bouncing a message. This commit implements a bounce message according to: * RFC 6522 - The Multipart/Report Media Type for the Reporting of Mail System Administrative Messages * RFC 3834 - Do not bounce for unknown or invalid addresses. * RFC 3464 - An Extensible Message Format for Delivery Status Notification. Closes: #6858.
2015-04-16[bug] change default bounce message sender addressdrebs
This commit changes the bounce message sender address to be MAILER-DAEMON@domain, instead of bounce@domain. Related: #6858.
2015-01-12sync initscript with debian versionMicah Anderson
2015-01-12add --prefix argument to get distinguishable syslog messagesMicah Anderson
2015-01-12log to syslog. Closes: #6307Kali Kaneko
2014-09-11Implement mail bouncing under certain problematic situationsTomás Touceda
2014-04-04Update requirementsTomás Touceda
2013-12-17Ignore encoding, use message.as_string directly.Tomás Touceda
The message is already in str type, so we don't care about encoding. json.dumps will ignore convertion.
2013-11-01Update requirementsTomás Touceda
2013-10-30update mx requirementsKali Kaneko
2013-10-28Support any encoding in the emailsTomás Touceda
2013-08-29Add couchdb as a dependency.Kali Kaneko
Closes: #3601
2013-08-22Use the right databaseTomás Touceda
2013-08-19Update to new soledad package scheme.drebs
2013-07-25Fix keymanager requirement to version 0.2.0.drebs
2013-07-04Add dependency for leap.keymanager.drebs
2013-07-04Update to latest Soledad api.drebs
2013-06-13Fix version number to be a consistent 0.2.2 (Closes: #2849)Micah Anderson
2013-05-10bump versionKali Kaneko
moved tac file to pkg
2013-05-08Fix twistd path for deployment serversTomas Touceda
2013-05-07Update README some more and bump leap.commonTomas Touceda
2013-05-07Place mx.tac in /usr/local/bin/Tomas Touceda
2013-05-06Improve leap_mx init scriptTomas Touceda
2013-05-03Add setup script and init.d scriptTomas Touceda
Also, some pep8 fixes
2013-04-25Update requirementsTomas Touceda
2013-04-25Reorder files, normalize repo and add sample configTomas Touceda
2013-04-18Add ipaddr as a dependencyTomas Touceda
2013-02-15Updated the pip requirements file with a note to add a requirement forIsis Lovecruft
whatever python-gnupg ends up being called after it's uploaded to pypi.
2013-01-31Update pip requirements for pyxdg.Isis Lovecruft
2013-01-31Update pip requirements file to include PyYAML.Isis Lovecruft
2013-01-28Moved mx-requirements.pip to /pkg/ dir.Isis Lovecruft
2013-01-25Move pip requirements.txt file to be in /pkg, in order to be similar toIsis Lovecruft
leap_client dir structure. Renamed VERSION to VERSION.md so that github will recognise it.