File tree Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Expand file tree Collapse file tree 3 files changed +4
-15
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" ,
Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ var (
118
118
Name : "rotate" ,
119
119
Aliases : []string {"r" },
120
120
Usage : "Rotate logs" ,
121
- Value : true ,
122
121
},
123
122
& cli.Int64Flag {
124
123
Name : "max-size" ,
@@ -129,7 +128,6 @@ var (
129
128
Name : "daily" ,
130
129
Aliases : []string {"d" },
131
130
Usage : "Rotate logs daily" ,
132
- Value : true ,
133
131
},
134
132
& cli.IntFlag {
135
133
Name : "max-days" ,
@@ -140,7 +138,6 @@ var (
140
138
Name : "compress" ,
141
139
Aliases : []string {"z" },
142
140
Usage : "Compress rotated logs" ,
143
- Value : true ,
144
141
},
145
142
& cli.IntFlag {
146
143
Name : "compression-level" ,
You can’t perform that action at this time.
0 commit comments