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

38 Commits

Author SHA1 Message Date
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