File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,10 @@ func smtpCLIFlags() []cli.Flag {
3939 & cli.BoolFlag {
4040 Name : "force-smtps" ,
4141 Usage : "SMTPS is always used on port 465. Set this to force SMTPS on other ports." ,
42- Value : true ,
4342 },
4443 & cli.BoolFlag {
4544 Name : "skip-verify" ,
4645 Usage : "Skip TLS verify." ,
47- Value : true ,
4846 },
4947 & cli.StringFlag {
5048 Name : "helo-hostname" ,
@@ -54,7 +52,6 @@ func smtpCLIFlags() []cli.Flag {
5452 & cli.BoolFlag {
5553 Name : "disable-helo" ,
5654 Usage : "Disable SMTP helo." ,
57- Value : true ,
5855 },
5956 & cli.StringFlag {
6057 Name : "allowed-domains" ,
@@ -64,7 +61,6 @@ func smtpCLIFlags() []cli.Flag {
6461 & cli.BoolFlag {
6562 Name : "skip-local-2fa" ,
6663 Usage : "Skip 2FA to log on." ,
67- Value : true ,
6864 },
6965 & cli.BoolFlag {
7066 Name : "active" ,
You can’t perform that action at this time.
0 commit comments