ham-radio-software / D-Rats

D-Rats program for D-Star Ham Radios
https://iz2lxi.jimdofree.com/
Other
41 stars 12 forks source link

Python smtpd module is deprecated #286

Open wb8tyw opened 2 weeks ago

wb8tyw commented 2 weeks ago

The python smtpd module has been deprecated. The mailsrv.py module is currently using it.

wb8tyw commented 2 weeks ago

Looks like python asyncore module is also deprecated and in also used in mailsrv.py

kevitivity commented 2 days ago

Noticed the same. Looks like aiosmtpd might be a drop in replacement. Might also be a good idea to note that pyserial needs to be installed. I can foresee a lot of newer Linux users getting stuck by not knowing python basics.