Skip to content

andris9/zonemta-onion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zonemta-onion

Tor network plugin for ZoneMTA. Install this to send emails to onion addresses.

Setup

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

License

European Union Public License 1.1 (details)

About

Tor plugin for ZoneMTA

Resources

License

Stars

Watchers

Forks

Packages

No packages published