Mike Powell wrote to All on 04-09-17 13:54 <=-
I have tried, off and on for a while, to get SMTP mail flowing from my board. I suspect that the ISP is cutting it off, but I am not real
sure I am even getting that far into the outside world. :)
.DNSBlacklistSubject=SPAM
;.RelayServer=
;.RelayPort=
.; The following 2 keys are used if the RelayServer requires authentication (SMTP AUTH)
.; Must also set one of the RELAY_AUTH options
;.RelayUsername=
;.RelayPassword=
.DNSServer=192.168.0.1
I have tried it with the DNSServer left blank also, and have tried it
with the RelayServer info filled in with my ISP info (IP and Port).
Let me know if you see something that is glaringly wrong. Thanks!
Mike Powell wrote to All <=-
4/9 13:36:55 mail 0000 SEND Message #159 from Dumas Walker to user@somewhere.com
4/9 13:36:55 mail 0000 SEND getting message text
4/9 13:36:55 mail 0016 SEND resolving SMTP hostname:
4/9 13:36:55 mail 0016 !SEND failure resolving hostname:
4/9 13:36:55 mail 0000 !Delivery attempt #3 FAILED (Failed to resolve
SMTP hostname: ) for message #159 from Dumas Walker to
user@somewhere.com
"user@somewhere.com" is text I substituted in for my actual e-mail account, which is an account that does exist and does receive mail from the outside world.
I am trying to use the alt SMTP port 587 because I know that 25 is blocked, and I have opened that port in my router. telnetting to that port shows the following:
#:~$ telnet capcity2.synchro.net 587 <-- what are you testing here? Thetest does not correspond with your configuration below
Trying (ip address here)...Check the Synchronet documentation, I'm sure it has specifics for relaying. Your testing and configuration seem a bit at odds. Like RelayServer is blank, I suspect HostName below is meant to be the hostname you provide to the relay server to idnetify yourself.
Connected to capcity2.synchro.net.
Escape character is '^]'.
220 capcity2.synchro.net Synchronet SMTP Server 1.508-Linux Ready
So it is answering. I am wondering if my sbbs.ini settings are wrong somewhow. Here they are:
[Mail]
.AutoStart=true
.LogFile=1
.MaxClients=10
.MaxInactivity=120
.Interface=LOOK
.LinesPerYield=10
.MaxDeliveryAttempts=50
.MaxRecipients=100
.RescanFrequency=3600
; .SMTPPort=25
.SMTPPort=587
.POP3Port=110
.DefaultUser=sysop
.DNSBlacklistHeader=X-DNSBL
.DNSBlacklistSubject=SPAM
;.RelayServer=
;.RelayPort=
.; The following 2 keys are used if the RelayServer requires authentication (SMTP AUTH)
.; Must also set one of the RELAY_AUTH options
;.RelayUsername=
;.RelayPassword=
.DNSServer=192.168.0.1
.POP3Sound=
.InboundSound=
.OutboundSound=
.Options=ALLOW_POP3 | RELAY_TX | DEBUG_TX | DEBUG_RX_HEADER .MaxMsgSize=10485760
.DefaultCharset=
.HostName=capcity2.synchro.net
I have tried it with the DNSServer left blank also, and have tried it
with the RelayServer info filled in with my ISP info (IP and Port).
Let me know if you see something that is glaringly wrong. Thanks! <--
I have tried, off and on for a while, to get SMTP mail flowing from my board. I suspect that the ISP is cutting it off, but I am not real sure I am even getting that far into the outside world. :)
Here is the type of error I see:
4/9 13:36:55 mail 0000 SEND Message #159 from Dumas Walker to user@somewhere.com
4/9 13:36:55 mail 0000 SEND getting message text
4/9 13:36:55 mail 0016 SEND resolving SMTP hostname:
4/9 13:36:55 mail 0016 !SEND failure resolving hostname:
4/9 13:36:55 mail 0000 !Delivery attempt #3 FAILED (Failed to resolve SMTP hostname: ) for message #159 from Dumas Walker to user@somewhere.com
"user@somewhere.com" is text I substituted in for my actual e-mail account, which is an account that does exist and does receive mail from the outside world.
I am trying to use the alt SMTP port 587 because I know that 25 is blocked, and I have opened that port in my router. telnetting to that port shows
the following:
#:~$ telnet capcity2.synchro.net 587
Trying (ip address here)...
Connected to capcity2.synchro.net.
Escape character is '^]'.
220 capcity2.synchro.net Synchronet SMTP Server 1.508-Linux Ready
So it is answering. I am wondering if my sbbs.ini settings are wrong somewhow. Here they are:
[Mail]
AutoStart=true
LogFile=1
MaxClients=10
MaxInactivity=120
Interface=LOOK
LinesPerYield=10
MaxDeliveryAttempts=50
MaxRecipients=100
RescanFrequency=3600
; SMTPPort=25
SMTPPort=587
POP3Port=110
DefaultUser=sysop
DNSBlacklistHeader=X-DNSBL
DNSBlacklistSubject=SPAM
; RelayServer=
; RelayPort=
; The following 2 keys are used if the RelayServer requires authentication (SMTP AUTH)
; Must also set one of the RELAY_AUTH options
; RelayUsername=
; RelayPassword=
DNSServer=192.168.0.1
POP3Sound=
InboundSound=
OutboundSound=
Options=ALLOW_POP3 | RELAY_TX | DEBUG_TX | DEBUG_RX_HEADER
MaxMsgSize=10485760
DefaultCharset=
HostName=capcity2.synchro.net
I have tried it with the DNSServer left blank also, and have tried it with the RelayServer info filled in with my ISP info (IP and Port).
Let me know if you see something that is glaringly wrong. Thanks!
This is a DNS error. For some reason, Synchronet can't resolve the relevant hostname.
You would need to use a relay server for outbound email. I don't see
one in your configuration. Normal servers don't accept connections
from other servers on port 587 (it's only for users to submit email). Double check the documentation for using a relay server. I can't
advise on the specifics (beyond my background knowledge of SMTP),
because I'm not using that configuration. I connect directly on port
25 in both directions (geek friendly ISP :) ).
#:~$ telnet capcity2.synchro.net 587 <-- what are you testing here? The
test does not correspond with your configuration below
Just a wild guess here... but if you're using your provider as a relay, you need to do RelayUserName & RelayPassword as well. Try Transfer
port of 465 and Submission port of 587 while clicking Login under Relay Server.
This is a DNS error. For some reason, Synchronet can't resolve the relevant hostname.
Just a wild guess here... but if you're using your provider as a relay, you need to do RelayUserName & RelayPassword as well. Try Transfer port of 465 and Submission port of 587 while clicking Login under Relay Server.
I have tried it with the DNSServer left blank also, and have tried it with the RelayServer info filled in with my ISP info (IP and Port).
Let me know if you see something that is glaringly wrong. Thanks!
[0m
[0m
Mike Powell wrote to Tony Langdon <=-
It does that for any hostname, including ones I know exist, so I am
pretty sure I have something set up wrong. :)
You would need to use a relay server for outbound email. I don't see
one in your configuration. Normal servers don't accept connections
from other servers on port 587 (it's only for users to submit email). Double check the documentation for using a relay server. I can't
advise on the specifics (beyond my background knowledge of SMTP),
because I'm not using that configuration. I connect directly on port
25 in both directions (geek friendly ISP :) ).
Thanks, I need to read up then and figure out how to get the relay
server bit set up!
#:~$ telnet capcity2.synchro.net 587 <-- what are you testing here? The
test does not correspond with your configuration below
To see if port 587 is open on my system (it was), which may not be necessary.
Mike Powell wrote to Tony Langdon <=-
@MSGID: <58EC32AE.4345.fido-syncsyso@freeway.apana.org.au>
@TZ: 40f0
This is a DNS error. For some reason, Synchronet can't resolve the relevant hostname.
Well, I was able to get the outbound mail working by using my vert QWK account as the relay server entry, just like the wiki says. :) Now, I just need to see if the responses make it back or not. :)
Mike Powell wrote to Bill McGarrity on 04-10-17 18:23 <=-
Just a wild guess here... but if you're using your provider as a relay, you need to do RelayUserName & RelayPassword as well. Try Transfer
port of 465 and Submission port of 587 while clicking Login under Relay Server.
Sounds like a good guess, too. :) I will have to read the docs, play around with it some, and see what happens. Thanks!
Mike Powell wrote to Bill McGarrity on 04-10-17 19:18 <=-
Just a wild guess here... but if you're using your provider as a relay, you need to do RelayUserName & RelayPassword as well. Try Transfer port of 465 and Submission port of 587 while clicking Login under Relay Server.
Your wild guess was correct. :) I was able to get the outbound mail working by using my vert QWK account as the relay server/user/password entries, just like the wiki says. :) Now, I just need to see if the responses make it back or not. :)
Set your DNS server to your ISP's DNS server, not your routers IP, set your relay server to Robs relay server.
mail.synchro.net port 25
your QWKID and PASSWD.
First, you have to clarify and focus on either *sending* SMTP mail or *receiving* SMTP mail as they have different problems and solutions.
Here are a couple FAQs:
http://wiki.synchro.net/faq:tcpip#send_mail http://wiki.synchro.net/faq:tcpip#receive_mail
OK, a red herring (has nothing to do with outbound mail). :)
I had to use a reflector for that to happen. I have a sub-domain of mail.tequilamockingbirdonline.net and no-ip reflects port 25 to port
465 so synch can get it and process it.
Mike Powell wrote to Bill McGarrity on 04-11-17 18:09 <=-
I had to use a reflector for that to happen. I have a sub-domain of mail.tequilamockingbirdonline.net and no-ip reflects port 25 to port
465 so synch can get it and process it.
Interesting, I had never heard of that before. It will be a few days before I get a chance to play with it again.
Mike Powell wrote to Tony Langdon <=-
OK, a red herring (has nothing to do with outbound mail). :)
both in and outbound were not working. inbound still is not, which is where the open ports come into play.
both in and outbound were not working. inbound still is not, which is where the open ports come into play.
My point was when we were talking about issues with sending mail, it
was brought up, which confused the issue.
Mike Powell wrote to Tony Langdon <=-
I know the difference but, when I posted that, I am pretty sure I was confused also. :)
First, you have to clarify and focus on either *sending* SMTP mail or *receiving* SMTP mail as they have different problems and solutions. Here are a couple FAQs:
http://wiki.synchro.net/faq:tcpip#send_mail http://wiki.synchro.net/faq:tcpip#receive_mail
The issue was actually both. :) The sending issue I was able to fix using the faq. For receiving, the faq makes it sound like I only need to do what it says if my isp blocks 25 inbound. As best as I can tell, they do not, but
I have not yet been able to access a machine "outside" of my ISP to test it for sure.
I had to use a reflector for that to happen. I have a sub-domain of mail.tequilamockingbirdonline.net and no-ip reflects port 25 to port 465 so synch can get it and process it.
Mike Powell wrote to Bill McGarrity on 04-16-17 09:18 <=-
I had to use a reflector for that to happen. I have a sub-domain of mail.tequilamockingbirdonline.net and no-ip reflects port 25 to port 465 so synch can get it and process it.
Does no-ip support a linux update client?
Does no-ip support a linux update client?
https://www.noip.com/support/knowledgebase/installing-the-linux-dynamic- update-client/
Mike Powell wrote to Bill McGarrity on 04-16-17 18:01 <=-
Does no-ip support a linux update client?
https://www.noip.com/support/knowledgebase/installing-the-linux-dynamic- update-client/
Thanks. I spent some time hunting for that but could not find it.
Glad one of us did. :)
Does no-ip support a linux update client?
https://www.noip.com/support/knowledgebase/installing-the-linux-dynamic update-client/
Thanks. I spent some time hunting for that but could not find it. Glad one of us did. :)
Mike Powell wrote to Bill McGarrity on 04-22-17 15:02 <=-
Does no-ip support a linux update client?
https://www.noip.com/support/knowledgebase/installing-the-linux-dynamic update-client/
Thanks. I spent some time hunting for that but could not find it. Glad one of us did. :)
Bill,
You mentioned needing the reflector service... do you also have to subscribe to their alternate-port smtp service to get outgoing mail working with your domain?
No. I use my provider as a relay so I use their SSL ports to submit while supplying my username and password.
Mike Powell wrote to BILL MCGARRITY on 04-23-17 09:15 <=-
No. I use my provider as a relay so I use their SSL ports to submit while supplying my username and password.
How do you get synchronet to use the right hostname for outgoing mail?
In sbbs.ini, in the Mail section, I have set my new hostname up as:
HostName=capitolcityonline.net
However, the email I send out is not using that. The from fields
contain the relay host hostname.
No. I use my provider as a relay so I use their SSL ports to submit while supplying my username and password.
How do you get synchronet to use the right hostname for outgoing mail? In sbbs.ini, in the Mail section, I have set my new hostname up as:
That should do it.... hopefully... :)
| Sysop: | Winzlo |
|---|---|
| Location: | Minnesota, USA |
| Users: | 11 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 495932:22:39 |
| Calls: | 82 |
| Files: | 1,070 |
| D/L today: |
27 files (11,920K bytes) |
| Messages: | 286,901 |