This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # sendmail-aws | |
| # | |
| # Installation instructions | |
| # Copy the content of this file to /usr/sbin/sendmail-aws | |
| # Modify line #69 with your S3 bucket name | |
| # | |
| # AWS | |
| # --------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| #set -x # Enable shell debugging | |
| #exec 2> /tmp/sendmail-gcloud-debug.log # Redirect stderr to a custom log | |
| # sendmail-gcloud | |
| # | |
| # Installation instructions - Updated for FreePBX 17 and Debian | |
| # Copy the content of this file to /usr/sbin/sendmail-gcloud | |
| # | |
| # Google Account |