fix prefix; test attachments; add maxsize
This commit is contained in:
@@ -5,6 +5,7 @@ var defaultConfig = &Config{
|
||||
Domain: "localhost",
|
||||
Port: "25",
|
||||
Prefix: "!pm",
|
||||
MaxSize: 1024,
|
||||
DB: DB{
|
||||
DSN: "local.db",
|
||||
Dialect: "sqlite3",
|
||||
|
||||
Reference in New Issue
Block a user