×

Posty Postfix Dovecot管理工具

消耗积分:0 | 格式:zip | 大小:0.03 MB | 2022-05-05

张桂兰

分享资料个

授权协议 LGPL
开发语言 Ruby
操作系统 Linux
软件类型 开源软件

软件简介

Posty 是一款基于 Web 的 Postfix & Dovecot 管理工具,功能模块包括:API、CLI 和 WebUI。

poYBAGJmgJiAAOx1AAClX0BIXDM331.jpg

API 方法:

Domains:

  • GET - http://API-URL/api/v1/domains - get all domains

  • GET - http://API-URL/api/v1/domains/{name} - get {name} domain

  • POST - http://API-URL/api/v1/domains - create domain (params: name)

  • PUT - http://API-URL/api/v1/domains/{name} - change domain {name} (params: name)

  • DELETE - http://API-URL/api/v1/domains/{name} - delete domain {name}

Users:

  • GET - http://API-URL/api/v1/domains/{domain}/users - get all users for {domain}

  • GET - http://API-URL/api/v1/domains/{domain}/users/{name} - get the user {name}@{domain}

  • POST - http://API-URL/api/v1/domains/{domain}/users - create user (params: name, password, quota)

  • PUT - http://API-URL/api/v1/domains/{domain}/users/{name} - change user {name}@{domain} (params: name, password, quota)

  • DELETE - http://API-URL/api/v1/domains/{domain}/users/{name} - delete user {name}@{domain}

UserAliases:

  • GET - http://API-URL/api/v1/domains/{domain}/users/{user}/aliases - get all aliases for {user}

  • GET - http://API-URL/api/v1/domains/{domain}/users/{user}/aliases/{name} - get the alias {name}@{domain}

  • POST - http://API-URL/api/v1/domains/{domain}/users/{user}/aliases - create alias (params: name)

  • PUT - http://API-URL/api/v1/domains/{domain}/users/{user}/aliases/{name} - change alias {name}@{domain} (params: name)

  • DELETE - http://API-URL/api/v1/domains/{domain}/users/{user}/aliases/{name} - delete alias {name}@{domain}

DomainAliases:

  • GET - http://API-URL/api/v1/domains/{domain}/aliases - get all aliases for {domain}

  • GET - http://API-URL/api/v1/domains/{domain}/aliases/{name} - get the alias @{name}

  • POST - http://API-URL/api/v1/domains/{domain}/aliases - create alias (params: name)

  • PUT - http://API-URL/api/v1/domains/{domain}/aliases/{name} - change alias @{name} (params: name)

  • DELETE - http://API-URL/api/v1/domains/{domain}/aliases/{name} - delete alias @{name}

Summary:

  • GET - http://API-URL/api/v1/summary - get the number of existing domains, users, domain aliases and user aliases

Transports:

  • GET - http://API-URL/api/v1/transports - get all transports

  • GET - http://API-URL/api/v1/transports/{name} - get the transport for {name}

  • POST - http://API-URL/api/v1/transports - create alias (params: name, destination)

  • PUT - http://API-URL/api/v1/transports/{name} - change transport {name} (params: name, destination)

  • DELETE - http://API-URL/api/v1/transports/{name} - delete transport {name}

ApiKeys:

  • GET - http://API-URL/api/v1/api_keys - get all api keys

  • GET - http://API-URL/api/v1/apikeys/{token} - get the apikey for {token}

  • POST - http://API-URL/api/v1/apikeys - create accesstoken (params: expires_at)

  • PUT - http://API-URL/api/v1/apikeys/{token} - change apikey {token} (params: active, expires_at)

  • DELETE - http://API-URL/api/v1/apikeys/{token} - delete accesstoken {token}

 

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !