Add option to disable SMTP auth

Closes #61
This commit is contained in:
Boris Gulay
2020-06-01 16:34:19 +03:00
parent cb7936bf71
commit 072ef65fdf
7 changed files with 64 additions and 11 deletions

View File

@@ -0,0 +1,7 @@
ALTER TABLE
ident_switch
ADD COLUMN
smtp_auth
smallint
NOT NULL
DEFAULT(1);