port25-bouncehandler | Port25 PowerMTA bounce handler for Interspire and MailWizz
kandi X-RAY | port25-bouncehandler Summary
kandi X-RAY | port25-bouncehandler Summary
port25-bouncehandler is a PHP library. port25-bouncehandler has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
:beer: Please support me: Although all my software is free, it is always appreciated if you can support my efforts on Github with a contribution via Paypal - this allows me to write cool projects like this in my personal time and hopefully help you or your business.
:beer: Please support me: Although all my software is free, it is always appreciated if you can support my efforts on Github with a contribution via Paypal - this allows me to write cool projects like this in my personal time and hopefully help you or your business.
Support
Quality
Security
License
Reuse
Support
port25-bouncehandler has a low active ecosystem.
It has 66 star(s) with 41 fork(s). There are 17 watchers for this library.
It had no major release in the last 12 months.
There are 9 open issues and 30 have been closed. On average issues are closed in 63 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of port25-bouncehandler is 1.3
Quality
port25-bouncehandler has 0 bugs and 0 code smells.
Security
port25-bouncehandler has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
port25-bouncehandler code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
port25-bouncehandler is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
port25-bouncehandler releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
port25-bouncehandler saves you 424 person hours of effort in developing the same functionality from scratch.
It has 1004 lines of code, 31 functions and 10 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed port25-bouncehandler and discovered the below as its top functions. This is intended to give you an instant insight into port25-bouncehandler implemented functionality, and help decide if they suit your requirements.
- Execute the hook .
- Lists all extensions
- Log a report record .
- Validate the endpoint URL .
- Open the log file .
- Write to the log file
- Populates the options .
- Saves the settings .
- Get the url to the unsubscribe settings page .
- Get view path .
Get all kandi verified functions for this library.
port25-bouncehandler Key Features
No Key Features are available at this moment for port25-bouncehandler.
port25-bouncehandler Examples and Code Snippets
cat bounce.csv | /usr/bin/php ./bouncehandler/bouncehandler.php
[29/May/2016:09:46:44] Port25 PowerMTA bounce-handler
[29/May/2016:09:46:44] (C) 2016 Gerd Naschenweng http://github.com/magicdude4eva
[29/May/2016:09:46:44] --------------------------
deliver-unmatched-email no
deliver-matched-email no # default: no
forward-errors-to postmaster@example.com
forward-unmatched-to postmaster@example.com
address /abuse@fbl.example.com/
relay-domain fbl.bidorbuy.co.z
...
dkim-sign yes # DKIM signing on messages
dkim-algorithm rsa-sha256 # recommended by RFC4871, default rsa-sha1
dkim-body-canon simple # r
Community Discussions
No Community Discussions are available at this moment for port25-bouncehandler.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install port25-bouncehandler
The installation is quite simple:.
You need PHP and any version from 5.5 upwards should be fine. My code will work with just a base PHP installation
Download the project and if you use PowerMTA create a directory bouncehandler under /opt/pmta/ so that Port25 can execute it.
Adjust settings in setup.php
The configuration described above is running on a vanilla Centos7 installation with the Webtatic PHP repository and our current version is PHP 5.6.24.
You need PHP and any version from 5.5 upwards should be fine. My code will work with just a base PHP installation
Download the project and if you use PowerMTA create a directory bouncehandler under /opt/pmta/ so that Port25 can execute it.
Adjust settings in setup.php
The configuration described above is running on a vanilla Centos7 installation with the Webtatic PHP repository and our current version is PHP 5.6.24.
Support
Port25 is capable of processing feedback loop (FBL) reports. In our case we have automated the FBL processing, where Port25 receives the FBL report, then pipes it into our bouncehandler.php which then calls a feedback-loop processor. We automatically remove any reported email from all systems and notify our Postmaster team via email.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page