diff options
author | Michael Sweet <msweet@msweet-imac.local> | 2016-03-15 10:40:21 -0400 |
---|---|---|
committer | Michael Sweet <msweet@msweet-imac.local> | 2016-03-15 10:40:21 -0400 |
commit | 1a18c85cd15c6af88ec2c3a5ece0d67add6f56a7 (patch) | |
tree | 4968073dde318aa6b65647ddc403a9dbc1e8836b /doc/help/ref-mailto-conf.html | |
parent | b60086f8ae7ff126ecb97cf6d400d6d4a5c6f571 (diff) | |
download | cups-1a18c85cd15c6af88ec2c3a5ece0d67add6f56a7.tar.gz |
Import CUPS v2.0b1release-2.0b1
Diffstat (limited to 'doc/help/ref-mailto-conf.html')
-rw-r--r-- | doc/help/ref-mailto-conf.html | 108 |
1 files changed, 0 insertions, 108 deletions
diff --git a/doc/help/ref-mailto-conf.html b/doc/help/ref-mailto-conf.html deleted file mode 100644 index 0b9513220..000000000 --- a/doc/help/ref-mailto-conf.html +++ /dev/null @@ -1,108 +0,0 @@ -<HTML> -<!-- SECTION: References --> -<HEAD> - <TITLE>mailto.conf</TITLE> - <LINK REL="STYLESHEET" TYPE="text/css" HREF="../cups-printable.css"> -</HEAD> -<BODY> - -<H1 CLASS="title">mailto.conf</H1> - -<P>The <VAR>/etc/cups/mailto.conf</VAR> file contains several -directives that defines the local mail server and email -notification preferences for CUPS. Each directive is listed on a -line by itself followed by its value. Comments are introduced -using the number sign ("#") character at the beginning of a -line.</P> - - -<H2 CLASS="title"><A NAME="Cc">Cc</A></H2> - -<H3>Examples</H3> - -<PRE CLASS="command"> -Cc bigbrother@example.com -Cc John Doe <jd@example.com> -</PRE> - -<H3>Description</H3> - -<P>The <CODE>Cc</CODE> directive specifies an additional -recipient ("carbon copy") for all email notifications. The -default is to not send a copy to anyone but the subscriber.</P> - - -<H2 CLASS="title"><A NAME="From">From</A></H2> - -<H3>Examples</H3> - -<PRE CLASS="command"> -From printserver@example.com -From Your Happy Printer <printserver@example.com> -</PRE> - -<H3>Description</H3> - -<P>The <CODE>From</CODE> directive specifies the sender of email -notifications. The default is the <A -HREF="ref-cupsd-conf.html#ServerAdmin"><TT>ServerAdmin</TT><A> -address defined in the <VAR>cupsd.conf</VAR> file.</P> - - -<H2 CLASS="title"><A NAME="Sendmail">Sendmail</A></H2> - -<H3>Examples</H3> - -<PRE CLASS="command"> -Sendmail /usr/sbin/sendmail -Sendmail /usr/lib/sendmail -bm -i -</PRE> - -<H3>Description</H3> - -<P>The <CODE>Sendmail</CODE> directive specifies the command to -run to deliver an email locally. This directive cannot be used -with the <TT>SMTPServer</TT> directive, and if both -<TT>Sendmail</TT> and <TT>SMTPServer</TT> lines appear in the -<VAR>mailto.conf</VAR> file, only the last line is used. The -default is <TT>/usr/sbin/sendmail</TT>.</P> - - -<H2 CLASS="title"><A NAME="SMTPServer">SMTPServer</A></H2> - -<H3>Examples</H3> - -<PRE CLASS="command"> -SMTPServer mail.example.com -SMTPServer 192.168.2.1 -</PRE> - -<H3>Description</H3> - -<P>The <CODE>SMTPServer</CODE> directive specifies a hostname or -IP address of a (possibly remote) SMTP mail server. This -directive cannot be used with the <TT>Sendmail</TT> directive, -and if both <TT>Sendmail</TT> and <TT>SMTPServer</TT> lines -appear in the <VAR>mailto.conf</VAR> file, only the last line is -used. The default is to use the <TT>Sendmail</TT> command -instead.</P> - - -<H2 CLASS="title"><A NAME="Subject">Subject</A></H2> - -<H3>Examples</H3> - -<PRE CLASS="command"> -Subject [CUPS] -Subject URGENT EMAIL NOTIFICATION -</PRE> - -<H3>Description</H3> - -<P>The <CODE>Subject</CODE> directive specifies a prefix string to -add to the subject of each email notification. The default is to -not add a prefix string.</P> - - -</BODY> -</HTML> |