Keyboard Shortcuts
Likes
- D-Rats
- Messages
Search
Outboard email works through normal SMTP, but not SMTP with SSL
I can get outbound emails to send through SMTP port 587; however, outbound emails never go using SMTP / SSL port 465. When I have configured SMTP / SSL the following errors show up on the console:
-- Exception: -- Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/d_rats/msgrouting.py", line 504, in _run_one routed = self._route_message(msg, slist, routes) File "/usr/lib/pymodules/python2.7/d_rats/msgrouting.py", line 484, in _route_message routed = self._route_via_email(dst, msg) File "/usr/lib/pymodules/python2.7/d_rats/msgrouting.py", line 413, in _route_via_email mailer = smtplib.SMTP(server, port) File "/usr/lib/python2.7/smtplib.py", line 249, in __init__ (code, msg) = self.connect(host, port) File "/usr/lib/python2.7/smtplib.py", line 310, in connect (code, msg) = self.getreply() File "/usr/lib/python2.7/smtplib.py", line 361, in getreply raise SMTPServerDisconnected("Connection unexpectedly closed") SMTPServerDisconnected: Connection unexpectedly closed Is there some configuration step I am missing, perhaps a setting on the Raspberry Pi / wheezy? TNX! |
Re: Radio Settings for the ID-51 & ID-31
steven hoffman
Thank you so much !! ? 73 KC2YYF From: John Davis
To: "d-rats_group@..." Sent: Sunday, April 21, 2013 12:25 PM Subject: RE: [d-rats_group] Radio Settings for the ID-51 & ID-31 I added the 31 and 51 to the setting table in the D-RATS documentation.? Someone may want to add this attachment to the Files section.
?
John WB4QDX
?
From: sink45ny [mailto:sink45ny@...]
Sent: Sunday, April 21, 2013 11:44 AM To: d-rats_group@... Subject: [d-rats_group] Radio Settings for the ID-51 & ID-31 ?
?
Can someone please tell me what they are. I have been trying to pass data with friends that have these radios. I can receive their data but they don't receive mine. I have an 880H and a 92AD.
I can successfully transfer data between users of 880H's, 92AD's and dongles. Your help is much appreciated. 73 KC2YYF No virus found in this message.
Checked by AVG - Version: 2013.0.3272 / Virus Database: 3162/6235 - Release Date: 04/09/13 Internal Virus Database is out of date. |
Re: Radio Settings for the ID-51 & ID-31
开云体育I added the 31 and 51 to the setting table in the D-RATS documentation.? Someone may want to add this attachment to the Files section. ? John WB4QDX ? From: sink45ny [mailto:sink45ny@...]
Sent: Sunday, April 21, 2013 11:44 AM To: d-rats_group@... Subject: [d-rats_group] Radio Settings for the ID-51 & ID-31 ? ? Can someone please tell me what they are. I have been trying to pass data with friends that have these radios. I can receive their data but they don't receive mine. I have an 880H and a 92AD.
No virus found in this message. |
Radio Settings for the ID-51 & ID-31
sink45ny
Can someone please tell me what they are. I have been trying to pass data with friends that have these radios. I can receive their data but they don't receive mine. I have an 880H and a 92AD.
I can successfully transfer data between users of 880H's, 92AD's and dongles. Your help is much appreciated. 73 KC2YYF |
Re: Config for gearhead 89 usb keyboard -fixed
k3mmb
edit the keyboard config file and set model to KB1700 and locale to us
toggle quoted message
Show quoted text
--- In d-rats_group@..., "k3mmb" <mm.barrett@...> wrote:
|
New file uploaded to d-rats_group
Hello,
This email message is a notification to let you know that a file has been uploaded to the Files area of the d-rats_group group. File : /D-RATS&Gmail.pdf Uploaded by : n3tsz <n3tsz@...> Description : Use D-RATS with your Gmail account (Updated 20 April 2013) You can access this file at the URL: To learn more about file sharing for your group, please visit: Regards, n3tsz <n3tsz@...> |
D-STAR Training available at Dayton 2013
DSTARinfo.com and the Georgia D-STAR group will again conduct training for beginning and intermediate D-STAR users during Dayton Hamvention 2013.? The three hour class will be held at the Drury Inn Ballroom, conveniently located in the Hamvention hotel area at 6616 Miller Lane.? The class will begin promptly at 8:00am. This training will provide the basics for new D-STAR users guiding them through the registration process, getting on the air and get the most out of handhelds or mobiles.? More experienced users will benefit from topics including the DV Dongle, DV Access Point, making a hotspot with a Raspberry Pi, D-STAR nets, using D-STAR's high and low speed data features including the ID-1 radio, and where to find D-STAR resources to get the most out of D-STAR. ? Class size is limited and pre-registration is required.? The cost of the class is $15.00 and all attendees will receive all course materials.? To register and pay class fee by PayPal, go to . For more info, email info@.... |
Re: Raspberry email setup? ---- Solved
k3mmb
Thanks all,
toggle quoted message
Show quoted text
I beat it into submission last night. I watched the command line window as it was processing email. The issue was my use of a fully qualified email id in the setup. In windows, I sign on to the comcast servers as k3mmb@.... D-Rats uses the userid filed as the address appended to the server name. So, the program was asking for authorization from: k3mmb@[email protected] (or smtp). Changed the usered id to just my callsign and everything now works. Apparentaly the OS and D-rats are not using DNS to resolve some address. Anyway... we got it working ... now on to the radio part.. 73 mike --- In d-rats_group@..., Mike Heitmann <n0so@...> wrote:
|
Re: Raspberry email setup?
开云体育I've not tried e-mail via d-rats on a Raspberry Pi but it should work. If you send me your debug log file I'll take a look. Also, as Patrick suggests, make sure you give your callsign e-mail privileges. Mike, N0SO On Apr 14, 2013, at 6:47 PM, "k3mmb" <mm.barrett@...> wrote:
|
Re: Raspberry email setup?
I found this page explaining how to set up an e-mail client for Comcast:
toggle quoted message
Show quoted text
Also be sure to give yourself e-mail privileges in preferences>e-mail access. --- In d-rats_group@..., "k3mmb" <mm.barrett@...> wrote:
|
Raspberry email setup?
k3mmb
I am at aloss with setting up email on the RPi,
smtp setup: Gateway enabled smtp server smtp.comcast.net port 587 ttl checked source blank user name k3mmb@... password ** POP (incoming) server pop.comcast.net username k3mmb@... password * poll interval 2 port 995 action form enabled THis is wheezy installed from scratch, python stuff loaded ... I just can not seethe issue ... Chat works fine. any suggestions would be appreciated. 73 Mike |
Re: D-RATS and AGWPE
开云体育Thanks, Patrick.? ??I've got the file and will take a look.?? I have access to a KISS TNC.? We actually tried to set it up on the repeater yesterday, but had the same problem.? I did not try the TNC connected directly to D-RATS.??? We will give that a try. ? Since D-RATS and AGWPE work but the repeater and AGWPE don't I wonder if there is something wrong with the repeater app.?? I will give D-RATS and the TNC a try. ? Dan W4DTO ? From: d-rats_group@... [mailto:d-rats_group@...] On Behalf Of n3tsz
Sent: Saturday, April 13, 2013 4:09 PM To: d-rats_group@... Subject: [d-rats_group] Re: D-RATS and AGWPE ? ? Dan, |
Re: D-RATS and AGWPE
Dan,
toggle quoted message
Show quoted text
Check out the "D-RATS and Pac-Link" file for more info about setting up AGWPE. I think you may have better luck with A hardware TNC. Look at "D-RATS and Packet radio" if you have access to a KISS TNC. Also try putting the TNC in transparent mode(aka ASCII or modem mode) and tell D-RATS it's a D-STAR radio. That may overcome some of the drawbacks of KISS mode. I think it should work, but I don't have TNCs to try it myself. Good luck in all things, Patrick (N3TSZ) --- In d-rats_group@..., "Dan Ozment" <dan@...> wrote:
|
Re: D-RATS and AGWPE
开云体育Thanks for the tip, Patrick!?? The COM42 device is actually my USB cable for the 2820.??? I removed it earlier when I was trying this and only had the AGWPE interface defined.?? I wasn't able to make it work without the COM42 definition.?? COM42 was in my post because I added it back before I found the repeater.log.?? Based on that I don't think the COM port changed anything.? ? The goal here, by the way, is to create a local ratflector that can be accessed by users of both D-STAR and non-D-STAR radios as wells as users who have internet access.?? |
Re: D-RATS and AGWPE
Dan,
toggle quoted message
Show quoted text
I'm not aware of anyone using the D-RATS repeater and AGWPE together, so I think you are in uncharted territory. One thing I did notice is the high numbered comm port. In the past, users have reported erratic behavior of D-RATS when the comm port number was large, and setting it to a lower number (below 5) improved stability. I don't know if that will address your issue, but it couldn't hurt. Please keep the group updated with your progress. Thanks, Patrick (N3TSZ) --- In d-rats_group@..., "dtozment" <dan@...> wrote:
|
Re: D-RATS and AGWPE
I have a little more info on this. I found the D-RATS repeater's log file (C:\D-RATS\repeater.log). This is what happens when I add AGWPE to the repeater app.
C:\Program Files\D-RATS\library.zip\d_rats\config.py:224: GtkW ton: setting an adjustment with non-zero page size is deprecat Changed to Serial Changed to AGWPE Repeater id is Pld-ARES Socket gwinnettares.dyndns.org 9000 () Host does not require authentication Serial: COM42 9600 Software XON/XOFF control initialized Traceback (most recent call last): File "d-rats_repeater", line 737, in button_on File "d-rats_repeater", line 407, in add_outgoing_paths ValueError: invalid literal for int() with base 10: '' Stopping If I remove the AGWPE definition and restart the app this does not happen. Possible bug? I'm running D-RATS daily-02232012. |
D-RATS and AGWPE
I was able to do a D-RATS to D-RATS connection today using AGWPE as the radio port. Worked fairly well. Now, I am trying to add the AGWPE definition to the D-RATS repeater app. I have it set up in the repeater app exactly as I did in D-RATS initially. I have D-RATS set to connect to the repeater. AGWPE is listening on port 8000. D-RATS is listening on 9010.
With AGWPE defined this way the repeater app doesn't appear to start. D-RATS cannot connect to it. And, telnetting to it from a command prompt on port 9010 doesn't show it attempting a connection. If I delete the AGWPE setup from the repeater app and restart everything D-RATS connects to the repeater app. But, with AGWPE defined it will not connect. Any ideas why? Has anyone done this? I'm running the latest daily build of D-RATS. Thanks! Dan W4DTO |
Re: Turn Off Transmit Message on Radio
Congrats Don,
toggle quoted message
Show quoted text
The low speed data is interleaved with the voice portion so, wherever the voice goes, the data will follow. REF015C is reserved for data transmissions so you could give that a try. Nobody hangs there, so you might want to make a sked with someone for an experiment. Good luck and 73. --- In d-rats_group@..., Donald Hinsman <dhinsman@...> wrote:
|