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

Remove Groupname field

This commit is contained in:
teru
2016-08-11 14:31:17 +09:00
parent d7aac2d803
commit 73fcb2b25a

View File

@@ -42,7 +42,6 @@ type RepositoryConfig struct {
DirDatabasePath string `toml:"dir_database"`
DirMailDataPath string `toml:"dir_maildata"`
Username string `toml:"username"`
Groupname string `toml:"groupname"`
CmdPostalias string `toml:"postalias"`
CmdPostmap string `toml:"postmap"`
}
@@ -75,7 +74,6 @@ func DefaultRepositoryConfig() *RepositoryConfig {
DirDatabasePath: "./etc",
DirMailDataPath: "./domains",
Username: "mailfull",
Groupname: "mailfull",
CmdPostalias: "postalias",
CmdPostmap: "postmap",
}