Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computers:truenas:mail [06-Nov-2021 14:19] Steve Joyntcomputers:truenas:mail [02-Feb-2025 16:14] (current) – external edit 127.0.0.1
Line 115: Line 115:
  
 <code> <code>
-jexec "ioc-${JAIL_NAME:?}" service sendmail start+jexec "ioc-${JAIL_NAME:?}" service sendmail restart
  
 </code> </code>
Line 147: Line 147:
 3. Activate the service. 3. Activate the service.
 <code> <code>
 +jexec "ioc-${JAIL_NAME:?}" sysrc inetd_enable="YES"
 +jexec "ioc-${JAIL_NAME:?}" service inetd restart
  
 </code> </code>
Line 152: Line 154:
  
 ====== Set up Thunderbird to access the Mailbox ====== ====== Set up Thunderbird to access the Mailbox ======
 +
 +Select "Edit" then "Account Settings" from the menu.
 +
 +Select "Add Mail Account" from the "Account Actions" menu.
 +
 +<code>
 +Your full name: System Administrator
 +Email address: administrator@net.joynt.org.uk
 +Password: *****
 +Remember passowrd: checked
 +</code>
 +Configure manually...
 +
 +Incomming Server...
 +<code>
 +Protocol: pop3
 +Hostname: net.joynt.org.uk
 +Port: 110
 +Connection security: none
 +Authentication method: Normal password
 +Username: administrator
 +</code>
 +
 +Outgoing Server...
 +<code>
 +Hostname: net.joynt.org.uk
 +Port: 25
 +Connection security: none
 +Authentication method: No authentication
 +</code>
 +
 +Warning... I understand the risks
  
 ====== Credits ====== ====== Credits ======
  • computers/truenas/mail.1636208353.txt.gz
  • Last modified: 02-Feb-2025 16:12
  • (external edit)