summaryrefslogtreecommitdiff
path: root/pkg/mx.tac
AgeCommit message (Collapse)Author
2017-09-02[feature] add support for soledad incoming apiVictor Shyba
-- Related: #8664
2017-02-17remove executable permissions on non-executable fileMicah Anderson
2015-12-09[feat] postfix lookup against couchdb for client smtp fingerprintRuben Pollan
- Resolves: #4285
2015-12-04[bug] skip fingerprint-map section for watching tooKali Kaneko
2015-09-15[test] add test infrastructureRuben Pollan
Some refactor on the couchdb usage was needed to be able to mock couchdb. - Resolves: #7435
2015-08-04[bug] bind TCPServer to localhostKali Kaneko
currently, mx services are being bound to all the interfaces. - Resolves: #7348
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.
2014-09-11Implement mail bouncing under certain problematic situationsTomás Touceda
2013-08-22Use the right databaseTomás Touceda
2013-05-10bump versionKali Kaneko
moved tac file to pkg