معرفی شرکت ها


Open-CDR-1.0.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

An Open Source CDR Project
ویژگی مقدار
سیستم عامل OS Independent
نام فایل Open-CDR-1.0.3
نام Open-CDR
نسخه کتابخانه 1.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Elad Kristal <kristal123@gmail.com>, Shahar Hazan <shaharhazan110@gmail.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/Open-CDR/
مجوز Copyright 2022 Elad Kristal & Shahar Hazan. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# Open CDR Project ## overview The CDR project is open-source solution for content disarm and reconstruction at Mailboxes. The CDR works by processing all incoming e-mails in a specific network, deconstructing them, and removing the elements that do not match the file type's standards or set policies. CDR technology then rebuilds the e-mail into clean versions that can be sent on to end users as intended. **The project created by Elad Kristal and Shahar Hazan for Achva Collage.** ## Project Content This project consisting of: - **Admin Portal** for managing. - **CDR app** that listen to the mail server and disarm its contents. - **Hmailserver** - The mail server that the CDR is running on. > ⚠️ The mail server is not in this project, and you need to install it separately. - **MySQL server** - The Database for all the project`s contents. > ⚠️ The MySQL server is not in this project, and you need to install it separately. > > **The Schema for the CDR project is in this repository for deployment in your MySQL server.** ## Prerequisites - MySQL server running with CDR schema as given in the sql_files folder of this repo. - Hmailserver running with: 1. CDR-admin mailbox for processing the incoming mails. 2. 2 rules to enforce the incoming mail goes through the CDR component: <a href="https://imgur.com/z1Nwckv"><img src="https://i.imgur.com/z1Nwckv.png" title="source: imgur.com" /></a> First rule: <a href="https://imgur.com/ew9yle7"><img src="https://i.imgur.com/ew9yle7.png" title="source: imgur.com" /></a> Second rule: <a href="https://imgur.com/a/R8eiuLS"><img src="https://i.imgur.com/UEqwUpO.png" title="source: imgur.com" /></a> # Installation and Configuration 1. Clone repo: > git clone https://github.com/Mrkristal/CDR.git 2. Edit Dockerfile with your database and mailserver info with the ENV variables in the Dockerfile. 3. Build Docker images: > docker compose build 4. run Docker containers: > docker compose up


زبان مورد نیاز

مقدار نام
>=3.9 Python


نحوه نصب


نصب پکیج whl Open-CDR-1.0.3:

    pip install Open-CDR-1.0.3.whl


نصب پکیج tar.gz Open-CDR-1.0.3:

    pip install Open-CDR-1.0.3.tar.gz