User Tools

Site Tools


email_basics

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
email_basics [2021/03/16 16:56] – [Sample .getmail/sdf] hc9email_basics [2023/07/29 06:03] (current) – old revision restored (2023/07/29 05:53) hc9
Line 8: Line 8:
 For basic info about e-mail (addresses, reader programs, file size, etc), please read the corresponding [[http://sdf.org/index.cgi?faq?EMAIL|FAQ]] entry. Continue reading for more information about using E-mail services at SDF. For basic info about e-mail (addresses, reader programs, file size, etc), please read the corresponding [[http://sdf.org/index.cgi?faq?EMAIL|FAQ]] entry. Continue reading for more information about using E-mail services at SDF.
  
-If you want to use a SDF's SMTP server to send mail, you must either log in and use one of the clients as described in [[e-mail beginners]], or register at an appropriate [[http://sdf.org/index.cgi?faq?MEMBERS?01|membership level]] (VPM, VHOST, or MetaARPA) and [[smtp auth|connect using SMTP AUTH]].+If you want to use a SDF's SMTP server to send mail, you must either log in and use one of the clients as described in [[e-mail beginners]], or register at an appropriate membership level to be able to [[pop3_imap_and_smtp_auth_for_popular_mail_clients|connect using SMTP AUTH]]. See the [[email_at_sdf|email access overview]] for what membership levels have access to what email capabilities.
  
-===== Reading E-Mail on SDF =====+===== Reading E-Mail on SDF from Shell and Web =====
  
-Multiple mail clients are available to be used from the shell, including ''pine'' and ''mutt''.+Multiple mail clients are available to be used from the shell, including ''pine'' and ''mutt''
  
 +There are also two webmail clients available for users.
 + 
 +For both of the above, see [[email at sdf| email access overview]] for more information.
  
-===== Accessing SDF E-mail via Webmail  =====+Accessing SDF E-mail via Webmail 
 +|General users visit [[https://mx.sdf.org/|mx.sdf.org]], MetaARPA members visit [[https://ma.sdf.org/|ma.sdf.org]] if you've forwarded your mail to the MetaArray.|
  
-General users visit [[https://wm.sdf.org|wm.sdf.org]], MetaARPA members visit [[https://ma.sdf.org|ma.sdf.org]] if you've forwarded your mail to the MetaArray. +===== Configuring Graphical Mail User Agents Running on Your Computer or Phone =====
- +
-===== Configuring Graphical Mail User Agents =====+
  
 ==== Mozilla Thunderbird Configuration ==== ==== Mozilla Thunderbird Configuration ====
Line 35: Line 37:
 //Incoming Mail Server// Account Type: IMAP \\  Description: SDF \\  Incoming Mail Server: mx.sdf.org \\  User Name: remote.username \\  Password: remote.password \\  Click "Continue" //Incoming Mail Server// Account Type: IMAP \\  Description: SDF \\  Incoming Mail Server: mx.sdf.org \\  User Name: remote.username \\  Password: remote.password \\  Click "Continue"
  
-Use your ISP's SMTP server for outgoing mail - unless you opt for an SDF membership level that allows SMTP, in which case see the [[http://sdf.org?tutorials/smtpauth|smtpauth tutorial]]. \\  Click "Continue"+Use your ISP's SMTP server for outgoing mail - unless you opt for an SDF membership level that allows SMTP, in which case see the [[pop3_imap_and_smtp_auth_for_popular_mail_clients|smtpauth tutorial]]. \\  Click "Continue"
  
 You should now see an account summary page. Verify the summary and click "Create". \\  You can now return to the Accounts preferences, select "Advanced", and if necessary add:\\  IMAP Path Prefix: INBOX \\ You should now see an account summary page. Verify the summary and click "Create". \\  You can now return to the Accounts preferences, select "Advanced", and if necessary add:\\  IMAP Path Prefix: INBOX \\
Line 64: Line 66:
  
   * Incoming Mail Server   * Incoming Mail Server
-    * Host Name: "wm.sdf.org"+    * Host Name: "mx.sdf.org"
     * User Name: "your sdf username"     * User Name: "your sdf username"
     * Password: "your sdf password"     * Password: "your sdf password"
Line 76: Line 78:
 <file config .fetchmailrc> <file config .fetchmailrc>
  
-  poll wm.sdf.org+  poll mx.sdf.org
        proto pop3        proto pop3
        user "sdf.username"        user "sdf.username"
Line 87: Line 89:
 ==== Sample .getmail/sdf ==== ==== Sample .getmail/sdf ====
  
-''wm.sdf.org'' supports IMAPs in addition to POP3. This configuration //will// use SSL. A IMAP configuration (sans SSL) is commented out below. Use ''getmail'' to collect messages. Note that you will have to provide local and remote user names and you will be prompted for your password. Also note that this configuration uses procmail as a delivery agent.+''mx.sdf.org'' supports IMAPs in addition to POP3. This configuration //will// use SSL. A IMAP configuration (sans SSL) is commented out below. Use ''getmail'' to collect messages. Note that you will have to provide local and remote user names and you will be prompted for your password. Also note that this configuration uses procmail as a delivery agent.
  
 <file config .getmail/sdf> <file config .getmail/sdf>
Line 103: Line 105:
   type=SimpleIMAPSSLRetriever   type=SimpleIMAPSSLRetriever
   #type=SimpleIMAPRetriever   #type=SimpleIMAPRetriever
-  server=wm.sdf.org+  server=mx.sdf.org
   username=remote.username   username=remote.username
   #password=   #password=
Line 152: Line 154:
 </file> </file>
  
-[[http://sdf.org/?tutorials/e-mail-basics | e-mail-basics]] - traditional link (using [[wp>Revision_Control_System|RCS]])+===== How To Fix E-Mail Disappearing From Webmail After Opening Alpine ===== 
 + 
 +If Alpine is opened, it moves mail from ''/var/mail'' to ''~/mbox''. This means that the moved e-mails will not be viewable in ''mutt'', ''neomutt'' or webmail. One way of solving this is to copy the mbox file into the ''/var/mail/'' as a new folder. Then the mail from that new folder can be moved back into inbox.  
 + 
 +To create the folder: 
 + 
 +''cd /var/mail/'' 
 + 
 +''ln -s ~/mbox MyOldMailBox'' 
 + 
 +Note: ''MyOldMailBox'' can be any name you want. 
 + 
 +Then use the webmail interface to copy e-mail from the new folder back to the inbox.  
 + 
 +---- 
 + 
 +$Id: e-mail-basics.html,v 1.20 2023/02/19 18:41:39 membership Exp $ [[http://sdf.org/?tutorials/e-mail-basics | E-Mail, Basics]] - traditional link (using [[wp>Revision_Control_System|RCS]])
  
email_basics.1615913762.txt.gz · Last modified: 2021/03/16 16:56 by hc9