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
f807fda1
Commit
f807fda1
authored
19 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Added comments regarding v3.13b features:
sockopts.ini and auto-detected DNS server IP addresses.
parent
5297aab8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/tcpip_faq.html
+8
-0
8 additions, 0 deletions
docs/tcpip_faq.html
with
8 additions
and
0 deletions
docs/tcpip_faq.html
+
8
−
0
View file @
f807fda1
...
...
@@ -105,6 +105,11 @@ IP address.
<br><tt>
0000 !SEND INVALID DNS server address
</tt>
<br><tt>
0000 !SEND ERROR -1 obtaining MX records for someserver.com from 192.168.1.1
</tt>
<p>
The configured DNS server IP address should usually be set to that of your ISP's primary DNS server.
<p>
Note: Synchronet v3.13b can automatically detect and use your DNS server's correct IP address during run-time.
This feature is enabled by configuring the DNS server IP address in the mail server configuration to
<i>
blank
</i>
or
<tt>
<
auto
>
</tt>
.
<br>
You'll know this feature is active when you see log lines similar to the following:
<br><tt>
0000 SEND using auto-detected DNS server address: 206.13.29.12
</tt>
<p>
<li>
Your firewall, Internet Service Provider, or Anti-Virus software is blocking, intercepting, or filtering
outbound connections to TCP port 25 (many consumer-class ISPs do this).
...
...
@@ -288,6 +293,9 @@ To work-around this problem, you can either increase the
in your
<tt>
ctrl/sbbs.ini
</tt>
file, or you can add the following line to your
<tt>
ctrl/sockopts.cfg
</tt>
file:
<p><tt>
REUSEADDR 1
</tt>
</p>
Or, if running Synchronet v3.13b or later, your
<tt>
ctrl/sockopts.ini
</tt>
file:
<p><tt>
REUSEADDR=1
</tt>
</p>
<a
name=
"bandwidth"
><hr></a>
<p>
...
...
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