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

100 Commits

Author SHA1 Message Date
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
teru
b9bc3707f3 Add Normalize method for RepositoryConfig 2016-08-01 16:55:59 +09:00
teru
1d1011ebc4 Change regexp pattern 2016-08-01 13:53:10 +09:00
teru
c530f461a1 Renamed 2016-07-31 18:44:59 +09:00
teru
dc39435103 Moved functions 2016-07-31 18:44:37 +09:00
teru
b867c701b8 Cosmetic changes 2016-07-31 17:14:38 +09:00
teru
70b036b6c1 Implement domainlist subcommand 2016-07-31 17:06:36 +09:00
teru
c7aec5b0ba Fixed existence check. 2016-07-31 13:51:10 +09:00
teru
c9e692a68d Implement sort.Interface to required struct slice 2016-07-31 13:41:07 +09:00
teru
f3e8f83d5a Fixed arguments check 2016-07-31 12:56:32 +09:00
teru
1074ab5b72 Implement CLI scaffold 2016-07-31 10:09:32 +09:00
teru
7cac94f0f3 Implement some parts for loading data from a directory 2016-07-31 10:06:30 +09:00
teru
d5d735e559 Initial commit 2016-02-04 18:48:34 +09:00