https://github.com/rendermani/ascio-smtp-to-aws
SMTP Server plugin for Haraka (NodeJS). Mail-Gateway that receives mail from Haraka and forwards it to the Ascio Web Service via SOAP.
https://github.com/rendermani/ascio-smtp-to-aws
Last synced: 4 months ago
JSON representation
SMTP Server plugin for Haraka (NodeJS). Mail-Gateway that receives mail from Haraka and forwards it to the Ascio Web Service via SOAP.
- Host: GitHub
- URL: https://github.com/rendermani/ascio-smtp-to-aws
- Owner: rendermani
- License: lgpl-3.0
- Created: 2015-02-25T14:35:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-27T14:31:03.000Z (about 11 years ago)
- Last Synced: 2023-06-03T09:10:14.375Z (almost 3 years ago)
- Language: JavaScript
- Size: 613 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ascio-smtp-to-aws
SMTP Server plugin for Haraka (NodeJS). Mail-Gateway that receives mail from Haraka and forwards it to the Ascio Web Service via SOAP.
Installation:
--------------
1. Download and install Haraka: https://github.com/baudehlo/Haraka
2. Download and install ascio-smtp-to-aws: git clone https://github.com/rendermani/ascio-smtp-to-aws.git
Configuration:
---------------
* Edit config/aws.ini to add your credentials
* Edit config/smtp.ini for SMTP-Settings like IP and Port
* Edit config/host_list for allowed hosts
The setting "asynchronous = false" in the aws.ini means:
* AWS errormessages are sent as SMTP-response
* The SMTP response is after the order was sent to aws
The setting "asynchronous = true" in the aws.ini means:
* You will always get a 250 OK response
* The SMTP response is before the order was sent to aws
Run:
----
1. goto ascio-smtp-to-aws
2. haraka -c haraka
Howto Test:
-----------
1. configure
2. send a mail to an hostname that is defined in the file config/host_list (eg.: ascio@localhost)
3. from-address can be any address. Subject can be any subject
4. http://www.jetmore.org/john/code/swaks/ is a good tool for testing SMTP
Haraka can do TLS and has several AuthPlugins. The default setting is no authentification and no encryption. It is best to run the gateway on the same machine as the domain-tool. However, if you need higher secury haraka can do it.