Skip to content
Snippets Groups Projects
Commit af3aa316 authored by rswindell's avatar rswindell
Browse files

Added the "submissions" (SMTPS submission) port definition.

parent 8c93bd21
No related branches found
No related tags found
No related merge requests found
// $Id$
// vi: tabstop=4
// Standard Unix service TCP and UDP port numbers
......@@ -30,6 +31,7 @@ standard_service_port = {
"imap": 143,
"imap2": 143,
"https": 443,
"submissions": 465, // SMTPS
"login": 513,
"rlogin": 513,
"talk": 517,
......@@ -46,4 +48,4 @@ standard_service_port = {
"http-alt": 8080,
"json": 10088,
"binkp": 24554,
};
\ No newline at end of file
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment