emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[smtpmail.texi] Typo fixes


From: Jesper Harder
Subject: [smtpmail.texi] Typo fixes
Date: Mon, 14 Jul 2003 16:08:04 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Hi,

Some trivial typo and mark-up fixes for smtpmail.texi:


diff -c /home/harder/emacs/man/smtpmail.texi /home/harder/smtpmail.texi
*** /home/harder/emacs/man/smtpmail.texi        Wed Apr 23 15:45:32 2003
--- /home/harder/smtpmail.texi  Mon Jul 14 15:58:32 2003
***************
*** 69,75 ****
     On the Internet, mail is sent from mail host to mail host using the
  simple mail transfer protocol (SMTP).  To send and receive mail, you
  must get it from and send it to a mail host.  Every mail host runs a
! mail transger agent (MTA) such as Exim that accepts mails and passes
  them on.  The communication between a mail host and other clients does
  not necessarily involve SMTP, however.  Here is short overview of what
  is involved.
--- 69,75 ----
     On the Internet, mail is sent from mail host to mail host using the
  simple mail transfer protocol (SMTP).  To send and receive mail, you
  must get it from and send it to a mail host.  Every mail host runs a
! mail transfer agent (MTA) such as Exim that accepts mails and passes
  them on.  The communication between a mail host and other clients does
  not necessarily involve SMTP, however.  Here is short overview of what
  is involved.
***************
*** 77,90 ****
  @cindex MUA
     The mail program --- also called a mail user agent (MUA) ---
  usually sends outgoing mail to a mail host.  When your computer is
! permanently connected to the internet, it might even be a mail host
  itself.  In this case, the MUA will pipe mail to the
  @file{/usr/lib/sendmail} application.  It will take care of your mail
  and pass it on to the next mail host.
  
  @cindex ISP
!    When you are only connected to the internet from time to time, your
! internet service provider (ISP) has probably told you which mail host
  to use.  You must configure your MUA to use that mail host.  Since you
  are reading this manual, you probably want to configure Emacs to use
  SMTP to send mail to that mail host.  More on that in the next
--- 77,90 ----
  @cindex MUA
     The mail program --- also called a mail user agent (MUA) ---
  usually sends outgoing mail to a mail host.  When your computer is
! permanently connected to the Internet, it might even be a mail host
  itself.  In this case, the MUA will pipe mail to the
  @file{/usr/lib/sendmail} application.  It will take care of your mail
  and pass it on to the next mail host.
  
  @cindex ISP
!    When you are only connected to the Internet from time to time, your
! Internet service provider (ISP) has probably told you which mail host
  to use.  You must configure your MUA to use that mail host.  Since you
  are reading this manual, you probably want to configure Emacs to use
  SMTP to send mail to that mail host.  More on that in the next
***************
*** 97,104 ****
  delivery agents often allow you to filter and munge your mails before
  you get to see it.  When your computer is that mail host, this file is
  called a spool, and sometimes located in the directory
! /var/spool/mail/.  All your MUA has to do is read mail from the spool,
! then.
  
  @cindex POP3
  @cindex IMAP
--- 97,104 ----
  delivery agents often allow you to filter and munge your mails before
  you get to see it.  When your computer is that mail host, this file is
  called a spool, and sometimes located in the directory
! @file{/var/spool/mail/}.  All your MUA has to do is read mail from the
! spool, then.
  
  @cindex POP3
  @cindex IMAP
***************
*** 158,164 ****
  @vindex SMTPSERVER
    The variable @code{smtpmail-smtp-server} controls the hostname of
  the server to use.  It is a string with an IP address or hostname.  It
! defaults to the contents of the @code{SMTPSERVER} environment
  variable, or, if empty, the contents of
  @code{smtpmail-default-smtp-server}.
  
--- 158,164 ----
  @vindex SMTPSERVER
    The variable @code{smtpmail-smtp-server} controls the hostname of
  the server to use.  It is a string with an IP address or hostname.  It
! defaults to the contents of the @env{SMTPSERVER} environment
  variable, or, if empty, the contents of
  @code{smtpmail-default-smtp-server}.
  
***************
*** 237,243 ****
  @code{smtpmail-smtp-server} (i.e., a string) and the port field the
  same format as @code{smtpmail-smtp-service} (i.e., a string or an
  integer).  The username and password fields, which either can be
! @samp{nil} to indicate that the user is queried for the value
  interactively, should be strings with the username and password,
  respectively, information that is normally provided by system
  administrators.
--- 237,243 ----
  @code{smtpmail-smtp-server} (i.e., a string) and the port field the
  same format as @code{smtpmail-smtp-service} (i.e., a string or an
  integer).  The username and password fields, which either can be
! @code{nil} to indicate that the user is queried for the value
  interactively, should be strings with the username and password,
  respectively, information that is normally provided by system
  administrators.
***************
*** 248,254 ****
  tuples with hostname, port, name of file containing client key, and
  name of file containing client certificate.  The processing is similar
  to the previous variable.  The client key and certificate may be
! @samp{nil} if you do not wish to use client authentication.  The use
  of this variable requires the @samp{starttls} external program to be
  installed, you can get @file{starttls-*.tar.gz} from
  @uref{ftp://ftp.opaopa.org/pub/elisp/}.
--- 248,254 ----
  tuples with hostname, port, name of file containing client key, and
  name of file containing client certificate.  The processing is similar
  to the previous variable.  The client key and certificate may be
! @code{nil} if you do not wish to use client authentication.  The use
  of this variable requires the @samp{starttls} external program to be
  installed, you can get @file{starttls-*.tar.gz} from
  @uref{ftp://ftp.opaopa.org/pub/elisp/}.
***************
*** 258,264 ****
  @file{~/.emacs} to enable both SASL authentication and STARTTLS.  The
  server name (@code{smtpmail-smtp-server}) is @var{hostname}, the
  server port (@code{smtpmail-smtp-service}) is @var{port}, and the
! username and password are @var{username} and "@var{password}
  respectively.
  
  @example
--- 258,264 ----
  @file{~/.emacs} to enable both SASL authentication and STARTTLS.  The
  server name (@code{smtpmail-smtp-server}) is @var{hostname}, the
  server port (@code{smtpmail-smtp-service}) is @var{port}, and the
! username and password are @var{username} and @var{password}
  respectively.
  
  @example
***************
*** 275,281 ****
  
  @cindex Dialup connection
  If you connect to the Internet via a dialup connection, or for some
! other reason doesn't have permanent Internet connection, sending mail
  will fail when you are not connected.  The SMTP library implements
  queued delivery, and the following variable control its behaviour.
  
--- 275,281 ----
  
  @cindex Dialup connection
  If you connect to the Internet via a dialup connection, or for some
! other reason don't have permanent Internet connection, sending mail
  will fail when you are not connected.  The SMTP library implements
  queued delivery, and the following variable control its behaviour.
  
***************
*** 284,296 ****
  @vindex smtpmail-queue-mail
    The variable @code{smtpmail-queue-mail} controls whether a simple
  off line mail sender is active.  This variable is a boolean, and
! defaults to @samp{nil} (disabled).  If this is non-nil, mail is not
! sent immediately but rather queued in the directory
  @code{smtpmail-queue-dir} and can be later sent manually by invoking
  @code{smtpmail-send-queued-mail} (typically when you connect to the
  Internet).
  
! @item smtpmail-queue-mail
  @vindex smtpmail-queue-dir
    The variable @code{smtpmail-queue-dir} specifies the name of the
  directory to hold queued messages.  It defaults to
--- 284,296 ----
  @vindex smtpmail-queue-mail
    The variable @code{smtpmail-queue-mail} controls whether a simple
  off line mail sender is active.  This variable is a boolean, and
! defaults to @code{nil} (disabled).  If this is address@hidden, mail is
! not sent immediately but rather queued in the directory
  @code{smtpmail-queue-dir} and can be later sent manually by invoking
  @code{smtpmail-send-queued-mail} (typically when you connect to the
  Internet).
  
! @item smtpmail-queue-dir
  @vindex smtpmail-queue-dir
    The variable @code{smtpmail-queue-dir} specifies the name of the
  directory to hold queued messages.  It defaults to
***************
*** 300,306 ****
  @findex smtpmail-send-queued-mail
    The function @code{smtpmail-send-queued-mail} can be used to send
  any queued mail when @code{smtpmail-queue-mail} is enabled.  It is
! typically invoked interactively with @kbd{M-x RET
  smtpmail-send-queued-mail RET} when you are connected to the Internet.
  
  @node Server workarounds
--- 300,306 ----
  @findex smtpmail-send-queued-mail
    The function @code{smtpmail-send-queued-mail} can be used to send
  any queued mail when @code{smtpmail-queue-mail} is enabled.  It is
! typically invoked interactively with @kbd{M-x
  smtpmail-send-queued-mail RET} when you are connected to the Internet.
  
  @node Server workarounds





reply via email to

[Prev in Thread] Current Thread [Next in Thread]