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
3939coverage.all
4040cpu.out
4141
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. *
5046
5147* .db
5248* .log
Original file line number Diff line number Diff line change @@ -38,12 +38,10 @@ var (
3838 & cli.BoolFlag {
3939 Name : "force-smtps" ,
4040 Usage : "SMTPS is always used on port 465. Set this to force SMTPS on other ports." ,
41- Value : true ,
4241 },
4342 & cli.BoolFlag {
4443 Name : "skip-verify" ,
4544 Usage : "Skip TLS verify." ,
46- Value : true ,
4745 },
4846 & cli.StringFlag {
4947 Name : "helo-hostname" ,
5351 & cli.BoolFlag {
5452 Name : "disable-helo" ,
5553 Usage : "Disable SMTP helo." ,
56- Value : true ,
5754 },
5855 & cli.StringFlag {
5956 Name : "allowed-domains" ,
6360 & cli.BoolFlag {
6461 Name : "skip-local-2fa" ,
6562 Usage : "Skip 2FA to log on." ,
66- Value : true ,
6763 },
6864 & cli.BoolFlag {
6965 Name : "active" ,
You can’t perform that action at this time.
0 commit comments