Git Product home page Git Product logo

dmarc-smtptls-reports's Introduction

Contributors Forks Docker Stargazers Issues MIT License

About The Project

Dashboard DMARC-Reports SMTP-TLS-Reports

I needed a quick and easy way to view my dmarc and smtp tls reports. This is a simple symfony project that can read the inbox for new reports and process them. I you use it you should use it with a special sole-purpose email adress.

(back to top)

Getting Started

Setup is pretty easy

Prerequisites

  • composer
  • mariadb (10.5+)/postgresql (16.1+)/sqlite
  • php (8.2+)
  • php-ctype
  • php-dom
  • php-fileinfo
  • php-fpm
  • php-iconv
  • php-imap
  • php-mbstring
  • php-pdo
  • php-pdo_mysql
  • php-pdo-pgsql
  • php-pdo-sqlite
  • php-phar
  • php-session
  • php-simplexml
  • php-tokenizer
  • php-xml
  • php-xmlwriter
  • php-zip

Installation

  1. Clone the repo
    git clone https://github.com/antedebaas/DMARC-SMTPTLS-Reports.git
  2. run update.sh to update project, clear its cache, this prevents symfony caching issues
    bash [root path of this project]/update.sh
  3. point the webserver root to the public/ directory
  4. point your webbrowser to http(s)://[yourhost]/setup and follow instructions
  5. run installservice.sh to install the systemd service and timer for automated mail checking
    bash [root path of this project]/installservice.sh
  6. if you put it on https://mta-sts.yourmdomain.ext it will provide an mta-sts policy file (https://mta-sts.yourmdomain.ext/.well-known/mta-sts.txt) you can edit the policy on the domain edit page.

(back to top)

Docker

  1. see the docker-compose.yml file for all variables and an example stack.
  2. MAILCHECK_SCHEDULE can be adjusted to check the mailbox more or less frequent using a cron syntax. you can also use one of the following keywords: monthly, weekly, daily, hourly, 15min
  3. run docker compose up

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GPL v2 License. See LICENSE.txt for more information.

(back to top)

dmarc-smtptls-reports's People

Contributors

antedebaas avatar dependabot[bot] avatar kimdre avatar basti1508 avatar keeper-of-the-keys avatar wvogel avatar jensb 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.