×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    Email: Difference between revisions

    Content added Content deleted
    imported>mutante
    imported>mutante
    mNo edit summary
    Line 1: Line 1:
    #REDIRECT [[Email]]
    === History ===

    In the early 1970's, Ray Tomlinson was working on a small team developing the TENEX operating system, with local email programs called SNDMSG and READMAIL. In late 1971, Tomlinson developed the first ARPANET email application when he updated SNDMSG by adding a program called CPYNET capable of copying files over the network, and informed his colleagues by sending them an email using the new program with instructions on how to use it. To extend the addressing to the network, Tomlinson chose the "commercial at" symbol to combine the user and host names, providing the naturally meaningful notation "user@host" that is the standard for email addressing today. These early programs had simple functionality and were command line driven, but established the basic transactional model that still defines the technology -- email gets sent to someone else's mailbox.


    * [[http://livinginternet.com/e/ei.htm Email History]]

    === RFCs ===

    * RFC 918; J.K. Reynolds; Post Office Protocol; October 1984.

    * RFC 1939; J. Myers, M. Rose; Post Office Protocol -- Version 3; May 1996.

    * RFC 1957; R. Nelson; Some Observations on Implementations of the Post Office Protocol (POP3); R. Nelson; June 1996.

    * RFC 2060; M. Crispin; IMAP Version 4 Revision 1; December 1996.

    * RFC 2076; J. Palme; Common Internet Message Headers; February 1997.

    * RFC 2821; J. Klensin; Simple Mail Transfer Protocol; April 2001.

    * RFC 2822; P. Resnick; Internet Message Format; April 2001.

    ----

    === Accessing the Internet by E-mail ===

    Summary: This guide will show you how to explore the World Wide Web,retrieve files from FTP sites, and even access Usenet newsgroups using E-MAIL AS YOUR ONLY TOOL.

    [[http://www.faqs.org/faqs/internet-services/access-via-email/ Accessing the Internet by E-mail FAQ]]

    === Filtering ===

    * http://www.faqs.org/faqs/mail/filtering-faq/

    If your mail server uses [[Exim]] you can use Exim filters to sort out spam (that could have been marked by [[amavis]]d for example).

    S23.org users can just <b>make a file .forward in their home directory</b> and fill it something like this:

    <pre>
    # Exim filter <<== do not edit or remove this line!
    # if error_message then finish endif
    if $h_to:,$h_cc contains "fnord@foobar" then save /home/mutante/Mail/Foobar
    elif $header_from: contains "amavisd" then save /home/mutante/Mail/Spam
    elif $message_headers: contains "*SPAM*" then save /home/mutante/Mail/Spam
    endif
    </pre>

    Also see [[SpamFilter]]] !

    This is just an example. Get into details here:

    [[http://www.exim.org/exim-html-3.30/doc/html/filter_toc.html Exim Filter Specification]]
    [[http://www.etla.org/articles/filter/ Filtering Email with Perl and Exim]]
    [[http://www.wlug.org.nz/EximFilter WLUG-Wiki - Exim Filter]]


    ---

    More specific info on @s23.org accounts: [[S23Mail]]

    [[Category:Protocols]][[Category:Networking]][[Category:Computer]]

    Revision as of 19:18, 12 August 2006

    Redirect to:

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.