From e88bebbf326baabb26dff0b5a69cae3b91e925bd Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 28 Nov 2015 16:40:55 -0800 Subject: Switching default port to SSL port. --- bin/emailcanary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/emailcanary b/bin/emailcanary index 2c3a630..48b09c8 100755 --- a/bin/emailcanary +++ b/bin/emailcanary @@ -12,7 +12,7 @@ FAILURE=1 def parse_args(): parser = argparse.ArgumentParser() parser.add_argument('-d', '--database', default='/etc/emailcanary.db', help='Specify the database to use.') - parser.add_argument('-s', '--smtp', default='localhost:25', help='SMTP Server to send chirps to.') + parser.add_argument('-s', '--smtp', default='localhost:465', help='SMTP Server to send chirps to.') parser.add_argument('-f', '--from', dest='fromaddress', help='Specify the email address to send the ping from.') group = parser.add_mutually_exclusive_group(required=True) -- cgit v1.2.3