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 [2023/02/22 04:20] – [Reading E-Mail on SDF from Shell and Web] hc9email_basics [2023/07/29 06:03] (current) – old revision restored (2023/07/29 05:53) hc9
Line 66: 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 78: 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 89: 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 105: 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 154: 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.1677039656.txt.gz · Last modified: 2023/02/22 04:20 by hc9