File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,10 @@ _testmain.go
39
39
coverage.all
40
40
cpu.out
41
41
42
- /modules /migration /bindata.go
43
- /modules /migration /bindata.go.hash
44
- /modules /options /bindata.go
45
- /modules /options /bindata.go.hash
46
- /modules /public /bindata.go
47
- /modules /public /bindata.go.hash
48
- /modules /templates /bindata.go
49
- /modules /templates /bindata.go.hash
42
+ /modules /migration /bindata. *
43
+ /modules /options /bindata. *
44
+ /modules /public /bindata. *
45
+ /modules /templates /bindata. *
50
46
51
47
* .db
52
48
* .log
Original file line number Diff line number Diff line change @@ -38,12 +38,10 @@ var (
38
38
& cli.BoolFlag {
39
39
Name : "force-smtps" ,
40
40
Usage : "SMTPS is always used on port 465. Set this to force SMTPS on other ports." ,
41
- Value : true ,
42
41
},
43
42
& cli.BoolFlag {
44
43
Name : "skip-verify" ,
45
44
Usage : "Skip TLS verify." ,
46
- Value : true ,
47
45
},
48
46
& cli.StringFlag {
49
47
Name : "helo-hostname" ,
53
51
& cli.BoolFlag {
54
52
Name : "disable-helo" ,
55
53
Usage : "Disable SMTP helo." ,
56
- Value : true ,
57
54
},
58
55
& cli.StringFlag {
59
56
Name : "allowed-domains" ,
63
60
& cli.BoolFlag {
64
61
Name : "skip-local-2fa" ,
65
62
Usage : "Skip 2FA to log on." ,
66
- Value : true ,
67
63
},
68
64
& cli.BoolFlag {
69
65
Name : "active" ,
You can’t perform that action at this time.
0 commit comments