Matrix Meilrelay
This commit is contained in:
parent
704455748b
commit
7de153dfdf
@ -46,6 +46,7 @@ registration_requires_token: true
|
|||||||
suppress_key_server_warning: true
|
suppress_key_server_warning: true
|
||||||
# serve /.well-known/matrix/server to allow federation without seperate port.
|
# serve /.well-known/matrix/server to allow federation without seperate port.
|
||||||
serve_server_wellknown: true
|
serve_server_wellknown: true
|
||||||
|
#
|
||||||
#auto_join_rooms:
|
#auto_join_rooms:
|
||||||
# - "#example:example.com"
|
# - "#example:example.com"
|
||||||
#autocreate_auto_join_rooms: false
|
#autocreate_auto_join_rooms: false
|
||||||
@ -53,12 +54,12 @@ serve_server_wellknown: true
|
|||||||
# vim:ft=yaml
|
# vim:ft=yaml
|
||||||
email:
|
email:
|
||||||
smtp_host: mail.host-nb.de
|
smtp_host: mail.host-nb.de
|
||||||
smtp_port: 465
|
smtp_port: 587
|
||||||
smtp_user: "relay@mail-nb.de"
|
smtp_user: "matrix@mail-nb.de"
|
||||||
smtp_pass: "uqCvDcKUgmd3"
|
smtp_pass: "STraMO80"
|
||||||
require_transport_security: true
|
require_transport_security: true
|
||||||
notif_from: "Your Friendly %(app)s homeserver <noreply@mail-nb.de>"
|
notif_from: "Your Friendly %(app)s homeserver <noreply@mail-nb.de>"
|
||||||
app_name: my_branded_matrix_server
|
app_name: EDV-Wolff Matrix Server
|
||||||
enable_notifs: true
|
enable_notifs: true
|
||||||
invite_client_location: "https://matrix-client.server-nb.de"
|
invite_client_location: "https://matrix-client.server-nb.de"
|
||||||
client_base_url: "https://matrix.server-nb.de"
|
client_base_url: "https://matrix.server-nb.de"
|
||||||
|
Loading…
Reference in New Issue
Block a user