https://github.com/par7133/phpbsdrelay
A simple PHP wrapper for OpenBSD smtpd service to use in your web apps - PHP: <=8.1, GPL
https://github.com/par7133/phpbsdrelay
openbsd php service smtpd wrapper
Last synced: 3 months ago
JSON representation
A simple PHP wrapper for OpenBSD smtpd service to use in your web apps - PHP: <=8.1, GPL
- Host: GitHub
- URL: https://github.com/par7133/phpbsdrelay
- Owner: par7133
- License: gpl-3.0
- Created: 2022-08-01T10:51:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T17:14:33.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T08:30:42.717Z (4 months ago)
- Topics: openbsd, php, service, smtpd, wrapper
- Language: PHP
- Homepage:
- Size: 48.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHPBSDRelay
### Welcome to PHPBSDRelay
PHPSBDRelay is a simple PHP wrapper for OpenBSD smtpd service to use it as smtp relay for your web apps
To install the PHPBSDRelay proceed with the following steps:
1. Create the user _PHPBSDRelay by running the script Private/shell/create_user.sh
2. Configure your PHPBSDRelay web app appropriately to use PHP-FPM
3. Use the sample Private/conf/PHPBSDRelay.conf for PHP-FPM at your discrection,
adding it in /etc/php-fpm.d/ or any cons repo in your system
Attention:
>> Remember to change the logic by which you generate the variable $SALT in index.php <<Consume it (from PHP) like that:
yourhostname.com/?bsdha=&[email protected]&bsdsu=hello&bsdbo=Hello%20from%20Github!