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
487bcb7b
Commit
487bcb7b
authored
19 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Added FAQ item about allowing external relays of SMTP e-mail.
parent
c9bc4bc9
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
+44
-0
44 additions, 0 deletions
docs/tcpip_faq.html
with
44 additions
and
0 deletions
docs/tcpip_faq.html
+
44
−
0
View file @
487bcb7b
...
...
@@ -12,6 +12,7 @@
<li><a
href=
"#ports"
>
What inbound ports do I need to open in my firewall?
</a>
<li><a
href=
"#private_ip"
>
How come my friends can't connect to my BBS at my IP address?
</a>
<li><a
href=
"#public_ip"
>
What is my public IP address?
</a>
<li><a
href=
"#relay_smtp"
>
Why can't I relay Internet e-mail through my BBS?
</a>
<li><a
href=
"#tx_smtp"
>
Why can't I send Internet e-mail from my BBS?
</a>
<li><a
href=
"#rx_smtp"
>
Why can't my BBS receive Internet e-mail or inter-BBS instant messages?
</a>
<li><a
href=
"#ftp_connect"
>
Why can't users connect to my FTP server?
</a>
...
...
@@ -84,6 +85,49 @@ they can usually correctly determine your public IP address automatically, even
So you don't
<b>
need
</b>
to necessarily know what it is.
</p>
<a
name=
"relay_smtp"
><hr></a>
<p>
<b>
Question:
</b><br>
<i>
Why can't I
<b>
relay Internet e-mail
</b>
through my BBS?
</i>
<p>
<b>
Answer:
</b>
<br>
Indications of this problem are error messages similar to the following in your Synchronet Mail Server window/log output:
<br><tt>
0504 !SMTP ILLEGAL RELAY ATTEMPT from
<
yourname@yourhost.org
>
[192.168.0.2] to someuser@somehost.com
</tt>
<br>
Where the
<i>
from
</i>
address is that of your mail sending host and the
<i>
to
</i>
address is that of an external mail recipient
that
<b>
you
</b>
are attempting to send e-mail to.
<p>
It is common and normal to see "illegal relay attempts" from remote systems
that have happened on your mail server and are probing it to determine if it is an "Open Relay".
<p>
So called "Open Relays" (mail servers that allow any and every host to relay mail through them) are a major source of SPAM on the Internet
and are highly discouraged.
<p>
By default, the Synchronet Mail Server
<b>
disallows
</b>
the
<i>
relaying
</i>
of SMTP e-mail messages
received for an external recipient (not destined for a local BBS user account).
<p>
You
<b>
can
</b>
allow specific hosts or users to relay e-mail through your mail server by either:
<ol>
<li>
Entering the sending host's IP address or hostname in your
<tt>
ctrl/relay.cfg
</tt>
file.
<br>
This file may be edited with the SBBSCTRL:Mail->Edit->Allowed Relay List menu option.
<p>
or:
<p>
<li>
Use SMTP authentication:
<ol
type=
a
>
<li>
Enable the mail server configuration option to allow authenticated users to relay mail.
<br>
This can be done by adding
<tt>
ALLOW_RELAY
</tt>
to the
<tt>
Options
</tt>
key of the
<tt>
[mail]
</tt>
section of your
<tt>
ctrl/sbbs.ini
</tt>
file.
<br>
Or, if using SBBSCTRL, checking the "Allow Authenticated Users to Relay Mail" checkbox
on the SMTP tab of the Mail Server Configuration dialog.
<p>
<li>
Configure your e-mail client to use SMTP authentication to login to your mail server using
your BBS user name (i.e. alias) and password.
</ol>
<br>
This Synchronet Mail Server supports the following SMTP authentication schemes:
<ul>
<li>
PLAIN
<li>
LOGIN
<li>
CRAM-MD5
</ul>
</ol>
<a
name=
"tx_smtp"
><hr></a>
<p>
<b>
Question:
</b><br>
...
...
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