aboutsummaryrefslogtreecommitdiff
path: root/services/domain/defaults.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/domain/defaults.go')
-rw-r--r--services/domain/defaults.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/services/domain/defaults.go b/services/domain/defaults.go
new file mode 100644
index 0000000..aee8c14
--- /dev/null
+++ b/services/domain/defaults.go
@@ -0,0 +1,6 @@
+package domain
+
+const (
+ DefaultAddress = "127.0.0.1"
+ DefaultMXTarget = "mail"
+)