Compare commits

..

No commits in common. "0133114aac9b22aa311f7884b255fcb6d1eac072" and "2de946b15022c628223f765467d9e50c9fb80fe5" have entirely different histories.

4 changed files with 4 additions and 12 deletions

View File

@ -1 +1 @@
2 1

View File

@ -23,7 +23,7 @@ bind = ["127.0.0.1:143"]
protocol = "imap" protocol = "imap"
[server.listener.http] [server.listener.http]
bind = ["[::]:8080"] bind = ["127.0.0.1:8080"]
protocol = "http" protocol = "http"
[storage] [storage]
@ -44,10 +44,6 @@ 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

View File

@ -1 +1 @@
2 1

View File

@ -23,7 +23,7 @@ bind = ["127.0.0.1:143"]
protocol = "imap" protocol = "imap"
[server.listener.http] [server.listener.http]
bind = ["[::]:8080"] bind = ["127.0.0.1:8080"]
protocol = "http" protocol = "http"
[storage] [storage]
@ -44,10 +44,6 @@ 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