1
0
mirror of https://github.com/directorz/mailfull-go.git synced 2025-12-17 09:37:02 +00:00

72 Commits

Author SHA1 Message Date
teru
46cf349015 Merge pull request #19 from directorz/feature/vendoring_glide
Feature/vendoring glide
v0.0.6
2016-09-29 12:12:28 +09:00
teru
9be507565d Bump version to v0.0.6 2016-09-29 12:12:03 +09:00
teru
58b4e49fe8 Use golang:1.7.1 2016-09-29 12:10:15 +09:00
teru
cb6e9ce2c5 Use Glide instead of gom 2016-09-29 12:08:07 +09:00
teru
db554a1da1 Merge pull request #18 from directorz/feature/no_commit_flag
Feature/no commit flag
v0.0.5
2016-08-28 17:12:46 +09:00
teru
708e132ccc Bump version to v0.0.5 2016-08-28 17:10:32 +09:00
teru
3a1d4a588c Add a option to subcommands #7 2016-08-28 17:09:09 +09:00
teru
50d429ad78 Implement to parse -n flag #7 2016-08-28 17:06:52 +09:00
teru
0118652074 Merge pull request #17 from directorz/feature/implements
Feature/implements
v0.0.4
2016-08-23 18:08:22 +09:00
teru
bf4b63556a Bump version to v0.0.4 2016-08-23 18:05:52 +09:00
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