feat: add default settings to stalwart #68
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
||||
@ -23,7 +23,7 @@ bind = ["127.0.0.1:143"]
|
||||
protocol = "imap"
|
||||
|
||||
[server.listener.http]
|
||||
bind = ["127.0.0.1:8080"]
|
||||
bind = ["[::]:8080"]
|
||||
protocol = "http"
|
||||
|
||||
[storage]
|
||||
@ -44,6 +44,10 @@ path = "/var/lib/stalwart/blobs"
|
||||
[directory."internal"]
|
||||
type = "internal"
|
||||
store = "foundationdb"
|
||||
|
||||
[authentication.fallback-admin]
|
||||
user = "admin"
|
||||
secret = "$6$PAEtTGE/jbt9B/FQ$lYXn/whSh7rzegMdA6W8vuw2E/3IDFjpb0edXRqrl1d8i2KQF6Qm.ESmZ3j5jIHCTPSIH3JYBvIgvIbk9sH3p1"
|
||||
EOF
|
||||
|
||||
chown stalwart:stalwart /opt/stalwart/etc/config.toml
|
||||
|
||||
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
||||
@ -23,7 +23,7 @@ bind = ["127.0.0.1:143"]
|
||||
protocol = "imap"
|
||||
|
||||
[server.listener.http]
|
||||
bind = ["127.0.0.1:8080"]
|
||||
bind = ["[::]:8080"]
|
||||
protocol = "http"
|
||||
|
||||
[storage]
|
||||
@ -44,6 +44,10 @@ path = "/var/lib/stalwart/blobs"
|
||||
[directory."internal"]
|
||||
type = "internal"
|
||||
store = "sqlite"
|
||||
|
||||
[authentication.fallback-admin]
|
||||
user = "admin"
|
||||
secret = "$6$PAEtTGE/jbt9B/FQ$lYXn/whSh7rzegMdA6W8vuw2E/3IDFjpb0edXRqrl1d8i2KQF6Qm.ESmZ3j5jIHCTPSIH3JYBvIgvIbk9sH3p1"
|
||||
EOF
|
||||
|
||||
chown stalwart:stalwart /opt/stalwart/etc/config.toml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user