Merge pull request 'feat: add default settings to stalwart' (#68) from benvin/stalwart_default_settings into master
Reviewed-on: #68
This commit is contained in:
commit
0133114aac
@ -1 +1 @@
|
|||||||
1
|
2
|
||||||
|
|||||||
@ -23,7 +23,7 @@ bind = ["127.0.0.1:143"]
|
|||||||
protocol = "imap"
|
protocol = "imap"
|
||||||
|
|
||||||
[server.listener.http]
|
[server.listener.http]
|
||||||
bind = ["127.0.0.1:8080"]
|
bind = ["[::]:8080"]
|
||||||
protocol = "http"
|
protocol = "http"
|
||||||
|
|
||||||
[storage]
|
[storage]
|
||||||
@ -44,6 +44,10 @@ path = "/var/lib/stalwart/blobs"
|
|||||||
[directory."internal"]
|
[directory."internal"]
|
||||||
type = "internal"
|
type = "internal"
|
||||||
store = "foundationdb"
|
store = "foundationdb"
|
||||||
|
|
||||||
|
[authentication.fallback-admin]
|
||||||
|
user = "admin"
|
||||||
|
secret = "$6$PAEtTGE/jbt9B/FQ$lYXn/whSh7rzegMdA6W8vuw2E/3IDFjpb0edXRqrl1d8i2KQF6Qm.ESmZ3j5jIHCTPSIH3JYBvIgvIbk9sH3p1"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
chown stalwart:stalwart /opt/stalwart/etc/config.toml
|
chown stalwart:stalwart /opt/stalwart/etc/config.toml
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1
|
2
|
||||||
|
|||||||
@ -23,7 +23,7 @@ bind = ["127.0.0.1:143"]
|
|||||||
protocol = "imap"
|
protocol = "imap"
|
||||||
|
|
||||||
[server.listener.http]
|
[server.listener.http]
|
||||||
bind = ["127.0.0.1:8080"]
|
bind = ["[::]:8080"]
|
||||||
protocol = "http"
|
protocol = "http"
|
||||||
|
|
||||||
[storage]
|
[storage]
|
||||||
@ -44,6 +44,10 @@ path = "/var/lib/stalwart/blobs"
|
|||||||
[directory."internal"]
|
[directory."internal"]
|
||||||
type = "internal"
|
type = "internal"
|
||||||
store = "sqlite"
|
store = "sqlite"
|
||||||
|
|
||||||
|
[authentication.fallback-admin]
|
||||||
|
user = "admin"
|
||||||
|
secret = "$6$PAEtTGE/jbt9B/FQ$lYXn/whSh7rzegMdA6W8vuw2E/3IDFjpb0edXRqrl1d8i2KQF6Qm.ESmZ3j5jIHCTPSIH3JYBvIgvIbk9sH3p1"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
chown stalwart:stalwart /opt/stalwart/etc/config.toml
|
chown stalwart:stalwart /opt/stalwart/etc/config.toml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user