Skip to content
Snippets Groups Projects
Commit 268bce9c authored by deuce's avatar deuce
Browse files

Add pop3s and submissions ports

parent f1910cbe
No related branches found
No related tags found
No related merge requests found
...@@ -257,12 +257,18 @@ DLLEXPORT BOOL DLLCALL inet_addrmatch(union xp_sockaddr* addr1, union xp_sockadd ...@@ -257,12 +257,18 @@ DLLEXPORT BOOL DLLCALL inet_addrmatch(union xp_sockaddr* addr1, union xp_sockadd
#ifndef IPPORT_POP3 #ifndef IPPORT_POP3
#define IPPORT_POP3 110 #define IPPORT_POP3 110
#endif #endif
#ifndef IPPORT_POP3S
#define IPPORT_POP3S 995
#endif
#ifndef IPPORT_IDENT #ifndef IPPORT_IDENT
#define IPPORT_IDENT 113 #define IPPORT_IDENT 113
#endif #endif
#ifndef IPPORT_SUBMISSION #ifndef IPPORT_SUBMISSION
#define IPPORT_SUBMISSION 587 #define IPPORT_SUBMISSION 587
#endif #endif
#ifndef IPPORT_SUBMISSIONS
#define IPPORT_SUBMISSIONS 465
#endif
#endif /* Don't add anything after this line */ #endif /* Don't add anything after this line */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment