User Tools

Site Tools


packet:mail

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
packet:mail [2023/10/11 15:14] m0ltepacket:mail [2023/10/29 10:51] – added a line about fixing the HA mm0uhr
Line 119: Line 119:
   * Click save to accept these changes and re-queue the message   * Click save to accept these changes and re-queue the message
  
 +====== Accessing mail with Thunderbird ======
  
 +To access your packet mail from BPQ via Thunderbird, several parts need to agree.
 +
 +===== Setting up LinBPQ =====
 +
 +Log into the Node menu, then Mail Management, then configuration.
 +
 +Under configuration, provide a POP3 port (usually 110) and an SMTP port (usually 25), or NTPPort (usually 119) and enable remote access. In the linmail.cfg file, the relevant lines are
 +
 +<code>
 +  SMTPPort = 25;
 +  POP3Port = 110;
 +  NNTPPort = 119;
 +  RemoteEmail = 1;
 +</code>
 +
 +(Note that it's labelled NTP Port on the front end, which is network time if you search for it. NNTP is correct.)
 +
 +Under email users, find yourself and set a password. This will be used for sending and receiving messages.
 +
 +Reboot.
 +
 +===== Setting up Thunderbird =====
 +
 +**Thuderbird will complain about the # in your full Hierarchical Address (HA). Ignore it for now. Edit it after the account is created.**
 +
 +Find "Account settings" under the Edit menu. Click account actions and select "Add email account" in the pop-up menu.
 +
 +Add a personal name and email address
 +
 +NOTE: Thunderbird will reject addresses with a "#" in it so you'll be limited to callsign@node_name.
 +
 +Click "Configure Manually" to access advanced settings.
 +
 +Incoming server should be POP3.
 +Your node's IP address as hostname.
 +Port 110
 +Connection Security None
 +Authentication Method Normal Password
 +Username Callsign
 +
 +Outgoing server hostname should be your node's IP address
 +Port 25
 +Connection Security None
 +Authentication Method Normal Password
 +Username Callsign
 +
 +Then click re-test at the bottom to ensure the settings are correct. If they appear correct the Done button will be enabled.
 +
 +{{:packet:thunderbird_settings.png?direct&400|}}
 +
 +Now go back you your main mail window, right click on the account and find settings.
 +
 +Edit your email address in this account settings screen to have your full HA address.
packet/mail.txt · Last modified: 2024/02/07 12:08 by mm0uhr