summaryrefslogtreecommitdiff
path: root/bin/emailcanary
diff options
context:
space:
mode:
Diffstat (limited to 'bin/emailcanary')
-rwxr-xr-xbin/emailcanary2
1 files changed, 1 insertions, 1 deletions
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)