https://github.com/vitexus/james_ecap_adapter
eCap Squid modules for https://github.com/stepandoubrava/JamesBox
https://github.com/vitexus/james_ecap_adapter
Last synced: about 1 year ago
JSON representation
eCap Squid modules for https://github.com/stepandoubrava/JamesBox
- Host: GitHub
- URL: https://github.com/vitexus/james_ecap_adapter
- Owner: Vitexus
- License: other
- Created: 2013-10-29T16:46:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T10:14:49.000Z (over 2 years ago)
- Last Synced: 2025-02-14T22:53:31.987Z (over 1 year ago)
- Language: Shell
- Size: 743 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
This Software is a collection of simple eCAP adapters.
The adapters illustrate eCAP usage but are not be suitable for production use.
Available adapters (installed in /usr/local/lib/ by default):
minimal: refuses to adapt any message without looking at the message body
uses "minimal" implementation we could come up with
installed as ecap_adapter_minimal.*
passthru: refuses to adapt any message but receives and echoes back
the entire message body, if any
installed as ecap_adapter_passthru.*
modifying: modifiers headers and, if possible, the body of any message
illustrates header and body manipulation and body accumulation
installed as ecap_adapter_modifying.*
The libecap library is required to build and use these adapters. You can get
the library from http://www.e-cap.org/. The adapters can be built and
installed from source, usually by running:
% ./configure
% make
% make install
For documentation, the libecap library implementation, and support
information, please visit the eCAP project web site: http://www.e-cap.org/