1
0
mirror of https://github.com/directorz/mailfull-go.git synced 2026-06-10 07:13:41 +00:00
Commit Graph

62 Commits

Author SHA1 Message Date
teru 24ee3c26b0 Rename a file 2016-08-23 18:04:55 +09:00
teru 49dd05f3bf Change output format of domains subcommands #8 2016-08-23 18:04:30 +09:00
teru 009ee84e63 Implement subcommands: domaindisable, domainenable #8 2016-08-23 18:04:08 +09:00
teru 281d5a4a9d Implement disable/enable a Domain #8 2016-08-23 18:03:45 +09:00
teru c2dca41057 Add a field to Domain struct 2016-08-23 13:40:20 +09:00
teru 4f99f11732 Update installation guide 2016-08-23 13:39:35 +09:00
teru a3d3684fda Merge pull request #16 from directorz/feature/implements
Feature/implements
v0.0.3
2016-08-22 15:20:37 +09:00
teru c183bba7aa Bump version to v0.0.3 2016-08-22 15:19:59 +09:00
teru b52a7cde7f Add support for creating GitHub Releases page 2016-08-22 15:15:08 +09:00
teru 0926ffd318 Change the path of session cache database 2016-08-18 20:33:19 +09:00
teru c9201c8fc1 Fix README.md 2016-08-18 19:53:43 +09:00
teru fe16bb86f9 Disable to delete postmaster #14 2016-08-18 19:53:16 +09:00
teru bd6228197a cosmetic changes 2016-08-18 19:52:42 +09:00
teru 1329747f54 Merge pull request #15 from directorz/feature/documentation
Feature/documentation
2016-08-18 12:18:11 +09:00
teru ab3c3315f9 Add configuration guide 2016-08-18 12:11:17 +09:00
teru a76596c348 Add migration guide from directorz/mailfull #9 2016-08-18 12:09:44 +09:00
teru 65f9c77e0d Merge pull request #13 from directorz/feature/implements
Feature/implements
v0.0.2
2016-08-16 00:40:05 +09:00
teru 34768d90f1 Bump version to 0.0.2 2016-08-16 00:39:42 +09:00
teru 798579eda8 Add a link to godoc 2016-08-16 00:35:11 +09:00
teru a5f0184852 Change configuration key names #12 2016-08-16 00:32:54 +09:00
teru d0003ee454 Add LICENSE 2016-08-16 00:31:45 +09:00
teru ed0ad45a05 Merge pull request #10 from directorz/feature/implements
Feature/implements
v0.0.1
2016-08-15 14:50:58 +09:00
teru 5c0cc00251 Bump version to 0.0.1 2016-08-15 14:49:34 +09:00
teru 51d3d82a54 Write README.md 2016-08-15 14:48:17 +09:00
teru 8e74b71fc5 Add package overviews for godoc #5 2016-08-15 13:24:02 +09:00
teru 3751caa9a5 Implement to generate configuration for postfix/dovecot #6 2016-08-15 13:04:35 +09:00
teru cd1101d096 Implement subcommands: aliasusers, aliasuseradd, aliasusermod, aliasuserdel 2016-08-15 12:31:29 +09:00
teru fdd476d3b7 Implement subcommands: catchall, catchallset, catchallunset 2016-08-15 12:30:24 +09:00
teru 0e5c671580 Implement subcommands: userpasswd, usercheckpw 2016-08-14 08:03:25 +09:00
teru ec5347b2f2 Implement subcommands: users, useradd, userdel 2016-08-13 08:02:46 +09:00
teru 5e13d9546c Implement subcommands: aliasdomains, aliasdomainadd, aliasdomaindel 2016-08-12 20:35:46 +09:00
teru 2bcfc6b0fe Use a default password hash 2016-08-12 18:27:42 +09:00
teru 2ec3e444a3 Implement subcommands: domainadd, domaindel 2016-08-12 17:37:26 +09:00
teru d3b125132b Set permission/owner/group when creating files or directories #3 2016-08-12 16:04:25 +09:00
teru a12ba9d8cc Use current user instead of default parameter 2016-08-12 15:14:01 +09:00
teru 73fcb2b25a Remove Groupname field 2016-08-12 14:31:17 +09:00
teru d7aac2d803 Change subcommand name: domainlist -> domains 2016-08-12 13:28:14 +09:00
teru 42d4e6389a Change synopsis and help message 2016-08-12 13:27:55 +09:00
teru bb0e30ac18 Implement set/unset a CatchAllUser 2016-08-10 19:45:23 +09:00
teru a7602a3180 Implement create/update/remove a AliasUser 2016-08-10 19:45:03 +09:00
teru 5593025c55 Implement create/update/remove a User 2016-08-10 19:30:05 +09:00
teru 47d4b7bd49 Implement create/remove a AliasDomain 2016-08-08 10:30:00 +09:00
teru 7c74b7773d cosmetic changes 2016-08-08 10:28:39 +09:00
teru 8b274c8091 Implement create/remove a Domain 2016-08-05 23:33:52 +09:00
teru 215df0c819 implement setters and change to call it from constructor 2016-08-05 18:41:23 +09:00
teru c7d3c62281 Add error handlings of fmt.Fprintf #1 2016-08-02 10:49:26 +09:00
teru 9202f61aa2 Add missing defer statements #2 2016-08-02 10:22:38 +09:00
teru dbc25edeb4 Implement commit subcommand 2016-08-01 17:08:49 +09:00
teru 7ae2d1422b Implement parts for generating databases 2016-08-01 17:06:30 +09:00
teru cd6f8097e7 Add fields to RepositoryConfig 2016-08-01 16:59:55 +09:00