added catchall feature to custom domain form

This commit is contained in:
muppeth 2022-07-05 00:14:52 +02:00
parent 7982603358
commit 4a2babc854
Signed by: muppeth
GPG key ID: 0EBC7B9848D04031

View file

@ -28,6 +28,13 @@ form:
validate:
pattern: '[A-Za-z0-9.-]*'
required: true
-
name: catchall
markdown: true
type: checkbox
label: '**Catchall mail** - is a feature for your custom domain. It enables you to recieve any and all emails addressed to your domain even if not addressed to your email address (anything@yourdomain.ltd).'
validate:
required: false
-
name: xmpp
markdown: true