Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
268bce9c
Commit
268bce9c
authored
7 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Add pop3s and submissions ports
parent
f1910cbe
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/xpdev/sockwrap.h
+6
-0
6 additions, 0 deletions
src/xpdev/sockwrap.h
with
6 additions
and
0 deletions
src/xpdev/sockwrap.h
+
6
−
0
View file @
268bce9c
...
@@ -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 */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment