email_basics
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
email_basics [2021/03/16 16:50] – [Reading E-Mail on SDF] hc9 | email_basics [2024/09/04 05:56] (current) – ue” hc9 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== E-Mail Basics ====== | ||
+ | |||
+ | This tutorial covers the basics of accessing E-mail on SDF. Topics include command-line and remote access. Configuration of mail retrieval programs ('' | ||
+ | |||
+ | ===== Introduction, | ||
+ | |||
+ | For basic info about e-mail (addresses, reader programs, file size, etc), please read the corresponding [[http:// | ||
+ | |||
+ | 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]], | ||
+ | |||
+ | ===== Reading E-Mail on SDF from Shell and Web ===== | ||
+ | |||
+ | Multiple mail clients are available to be used from the shell, including '' | ||
+ | |||
+ | 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 ^ | ||
+ | |General users visit [[https:// | ||
+ | |||
+ | ===== Configuring Graphical Mail User Agents Running on Your Computer or Phone ===== | ||
+ | |||
+ | ==== Mozilla Thunderbird Configuration ==== | ||
+ | |||
+ | //Server Settings// Server Type: IMAP Mail Server \\ Server Name: mx.sdf.org \\ Port: 993 \\ User Name: remote.username \\ | ||
+ | |||
+ | //Security Settings// Connection security: SSL/TLS \\ Use secure authentication: | ||
+ | |||
+ | ==== Apple Mail ==== | ||
+ | |||
+ | Mail » Preferences » Accounts \\ Click + | ||
+ | |||
+ | Enter your name and SDF E-mail address, then click “Continue”. | ||
+ | |||
+ | //Incoming Mail Server// Account Type: IMAP \\ Description: | ||
+ | |||
+ | 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, | ||
+ | |||
+ | ==== Outlook 365 for Windows 10 ==== | ||
+ | |||
+ | This one's not as obvious as you'd think. You'll need to close Outlook to begin with, and run this command. Click Start and then type: | ||
+ | |||
+ | '' | ||
+ | |||
+ | then click on __E__mail Accounts... » New... » Manual setup or additional server type » Next » POP or IMAP » then fill in the form: | ||
+ | |||
+ | Your Name: Filbert Exampleton\\ | ||
+ | |||
+ | then click More Settings... » Outgoing Server » My outgoing server (SMTP) requires authentication » Log on using » fill in the fields witn your smtp » OK » next | ||
+ | |||
+ | Outlook will perform a connection test, and after it passes, you can exit the wizard and configuration program. When you start Outlook back up, the SDF mail account should appear. What a friggin headache. | ||
+ | |||
+ | ==== Configuring Mail in iOS (as a MetaARPA member) ==== | ||
+ | |||
+ | This can likely be done as an ARPA member, refer to system help or “bboard” for more information. | ||
+ | |||
+ | * Open **Settings** and select **Mail, Contacts, and Calendars** | ||
+ | * Select **Add Account**, then **Other** | ||
+ | * Select **Add Mail Account** and fill in the relevant information. | ||
+ | |||
+ | Automatic setup will fail. Once prompted, enter the following server information: | ||
+ | |||
+ | * Incoming Mail Server | ||
+ | * Host Name: “mx.sdf.org” | ||
+ | * User Name: “your sdf username” | ||
+ | * Password: “your sdf password” | ||
+ | |||
+ | ===== Fetching E-Mail with fetchmail, getmail or offlineimap ===== | ||
+ | |||
+ | ==== Sample .fetchmailrc ==== | ||
+ | |||
+ | You can use “fetchmail” to retrieve messages from your SDF account. The “fetchmail” example below is configured to use POP3 to retrieve E-mail. Note that this configuration does not use SSL. Also note that you will need to provide your user names and the path to procmail. You may omit the “pass” line to be prompted for your password. “fetchmail” can be run in //daemon// mode to retrieve mail at a desired interval: “fetchmail -d 900”. | ||
+ | |||
+ | <file config .fetchmailrc> | ||
+ | |||
+ | poll mx.sdf.org | ||
+ | proto pop3 | ||
+ | user " | ||
+ | pass " | ||
+ | is " | ||
+ | mda "/ | ||
+ | |||
+ | </ | ||
+ | |||
+ | ==== Sample .getmail/ | ||
+ | |||
+ | '' | ||
+ | |||
+ | <file config .getmail/ | ||
+ | |||
+ | [destination] | ||
+ | type=MDA_external | ||
+ | path=/ | ||
+ | arguments=(" | ||
+ | |||
+ | [options] | ||
+ | read_all=False | ||
+ | delete=False | ||
+ | |||
+ | [retriever] | ||
+ | type=SimpleIMAPSSLRetriever | ||
+ | # | ||
+ | server=mx.sdf.org | ||
+ | username=remote.username | ||
+ | #password= | ||
+ | port=993 | ||
+ | #port=143 | ||
+ | |||
+ | </ | ||
+ | |||
+ | You could alternatively configure, for instance, a Maildir destination if you would prefer not to use “procmail”: | ||
+ | |||
+ | <file config .getmail/ | ||
+ | |||
+ | [destination] | ||
+ | type = Maildir | ||
+ | path = ~/Maildir/ | ||
+ | |||
+ | </ | ||
+ | |||
+ | ==== Sample .offlineimaprc ==== | ||
+ | |||
+ | Another option to retrive E-mail is “offlineimap”. The example below uses it to retrive messages with IMAP, using SSL for encryption, and storing them in Maildir format. The first option “accounts” contain a comma separated list of accounts to sync, “acc1” and “acc2” are given as an example, they are not needed if you are only syncing the sdf account. You may also need to adjust the value of “cert_fingerprint” from time to time. | ||
+ | |||
+ | <file config .offlineimaprc> | ||
+ | |||
+ | accounts = acc1, | ||
+ | | ||
+ | [Account sdf] | ||
+ | | ||
+ | localrepository = sdf-local | ||
+ | remoterepository = sdf-remote | ||
+ | | ||
+ | [Repository sdf-local] | ||
+ | | ||
+ | type = Maildir | ||
+ | localfolders = ~/Maildir | ||
+ | restoreatime = no | ||
+ | | ||
+ | [Repository sdf-remote] | ||
+ | | ||
+ | type = IMAP | ||
+ | ssl = yes | ||
+ | cert_fingerprint = 204b2c6188ce0d38fa1eb3e5db6e88af4e05f868 | ||
+ | remotehost = mx.sdf.org | ||
+ | remoteport = 993 | ||
+ | remoteuser = isf | ||
+ | |||
+ | </ | ||
+ | |||
+ | ===== How To Fix E-Mail Disappearing From Webmail After Opening Alpine ===== | ||
+ | |||
+ | If Alpine is opened, it moves mail from ''/ | ||
+ | |||
+ | To create the folder: | ||
+ | |||
+ | '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | Note: '' | ||
+ | |||
+ | Then use the webmail interface to copy e-mail from the new folder back to the inbox. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | $Id: e-mail-basics.html, | ||