User Tools

Site Tools


playground:email_with_9front

Differences

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

Link to this comparison view

Next revision
Previous revision
playground:email_with_9front [2021/04/18 21:17] – created gall0wsplayground:email_with_9front [2021/04/26 08:10] (current) – fixed typos gall0ws
Line 7: Line 7:
 DIALUP member. DIALUP member.
  
-In the course of this article we will use some uppercasi variables +In the course of this article we will use some uppercase variables 
-you've got to replace appopriately for your use case:+you've got to replace appropriately for your use case:
  
  SDF_USER - username to login to the SDF shell  SDF_USER - username to login to the SDF shell
Line 134: Line 134:
  
 It uses the ''plumber(4)'' to receive "notifications" from new emails from It uses the ''plumber(4)'' to receive "notifications" from new emails from
-''upasfs(4)'' and, right-cliking on a message, it plumbs the message so it+''upasfs(4)'' and, right-clicking on a message, it plumbs the message so it
 can be displayed by another program. can be displayed by another program.
  
Line 205: Line 205:
 ==== 2.3 /mail/lib/remotemail ==== ==== 2.3 /mail/lib/remotemail ====
  
-This script is used by ''/mail/lib/qmail'' do dispose of a remote message.+This script is used by ''/mail/lib/qmail'' to dispose of a remote message.
  
 We can edit it in order to hardcode ''smtp(8)'' so use SDF SMTP server: We can edit it in order to hardcode ''smtp(8)'' so use SDF SMTP server:
Line 223: Line 223:
  }  }
  exec /bin/upas/smtp -d -u SDF_USER.tenex.org@sdf.org -a -h $fd $addr $sender $*  exec /bin/upas/smtp -d -u SDF_USER.tenex.org@sdf.org -a -h $fd $addr $sender $*
 +
 +make sure to have a newline at the end of this file, or your emails will not send.
  
 === 2.3.1 Avoid to overwrite defaults === === 2.3.1 Avoid to overwrite defaults ===
playground/email_with_9front.txt · Last modified: 2021/04/26 08:10 by gall0ws