Tor network plugin for ZoneMTA. Install this to send emails to onion addresses.
Add this as a dependency for your ZoneMTA app
npm install zonemta-onion --save
Add a configuration entry in the "plugins" section of your ZoneMTA app
...
"smtpInterfaces": {
"feeder": {
"authentication": true
...
}
},
"plugins": {
"modules/zonemta-onion": {
"enabled": ["sender"],
"proxy": {
"host": "127.0.0.1",
"port": 9050
}
}
}
...
Where
- enabled states which ZoneMTA processes should use this plugin. Should be "sender"
- proxy defines Tor connection settings
- proxy.host is the IP address to the Tor router proxy
- proxy.port is the port for the Tor router proxy
European Union Public License 1.1 (details)