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

Added comments regarding v3.13b features:

sockopts.ini and auto-detected DNS server IP addresses.
parent 5297aab8
No related branches found
No related tags found
No related merge requests found
......@@ -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>&lt;auto&gt;</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>
......
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