first commit

This commit is contained in:
Timofey.Kovalev
2025-10-14 10:35:42 +03:00
commit 9972005cb5
9 changed files with 386 additions and 0 deletions

15
internal/config/const.go Normal file
View File

@ -0,0 +1,15 @@
package config
const DefaultConfigPath = "~/.config/qmail/main.yaml"
const DefaultConfig = `
servers:
# - name: s1
# host: localhost
# port: 587
# use-tls: true
# auth:
# login: login
# password: password
`