Skip to content

Fen0l/exalias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExAlias

Codacy Badge

A simple awesome alias manager for exchange accounts.

Built with :

You can check a quick sample:

Features

This app comes some features:

  • Exchange 2013, 2016 OVH

Installation

To be able to use it, you have to create an Application API. You can check a ticket on my website First step with the OVH API. To prevent a maximum against hackers, you will provide a restricted access. Just enough for the app.

curl -XPOST -H"X-Ovh-Application: ÀPP_KEY" -H "Content-type: application/json" \
 https://eu.api.ovh.com/1.0/auth/credential  -d '{
     "accessRules": [
         {
             "method": "GET",
             "path": "/email/exchange*"
         },
         {
             "method": "POST",
             "path": "/email/exchange/*/service/*/account/*/alias*"
         },
         {
            "method": "DELETE",
             "path": "/email/exchange/*/service/*/account/*/alias*"
         }
     ],
     "redirection":"https://anthonypradal.com/"
}'

Todo

  • Be able to manage MX OVH Plan
  • Multi-Exchange account
  • Add other Exchange providers

Contributing

Want to help make this theme even better? Contributions from the community are welcome!

Please follow these steps:

  1. Fork/clone this repository.
  2. Develop (and test!) your changes.
  3. Open a pull request on GitHub. A description and/or screenshot of changes would be appreciated!

License

MIT. See LICENSE.MD.