summaryrefslogtreecommitdiff
path: root/doc/help/man-mailto.conf.html
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-05-10 16:04:59 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-05-10 16:04:59 +0000
commit94436c5a61aea055504f3ef734f968683b39730d (patch)
tree761ac7183d92adb28b0ab7612b859bbeae64fdfc /doc/help/man-mailto.conf.html
parent6961465fb290ecc4f99b4e3a8225d594782d15f5 (diff)
downloadcups-94436c5a61aea055504f3ef734f968683b39730d.tar.gz
Final sync-up with cups.org trunk repository
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@4297 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'doc/help/man-mailto.conf.html')
-rw-r--r--doc/help/man-mailto.conf.html60
1 files changed, 60 insertions, 0 deletions
diff --git a/doc/help/man-mailto.conf.html b/doc/help/man-mailto.conf.html
new file mode 100644
index 000000000..829048e55
--- /dev/null
+++ b/doc/help/man-mailto.conf.html
@@ -0,0 +1,60 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- SECTION: Man Pages -->
+<head>
+ <link rel="stylesheet" type="text/css" href="../cups-printable.css">
+ <title>mailto.conf(5)</title>
+</head>
+<body>
+<h1 class="title">mailto.conf(5)</h1>
+<h2 class="title"><a name="NAME">Name</a></h2>
+mailto.conf - configuration file for cups email notifier
+<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
+The <i>mailto.conf</i> file defines the local mail server and
+email notification preferences for CUPS.
+<p>Each line in the file can be a configuration directive, a blank line,
+or a comment. Comment lines start with the # character.
+<h2 class="title"><a name="DIRECTIVES">Directives</a></h2>
+<dl>
+<dt>Cc <i>cc-address@domain.com</i>
+</dt>
+<dd></dd>
+<dd>Specifies an additional recipient for all email notifications.
+</dd>
+<dt>From <i>from-address@domain.com</i>
+</dt>
+<dd></dd>
+<dd>Specifies the sender of email notifications.
+</dd>
+<dt>Sendmail <i>sendmail command and options</i>
+</dt>
+<dd></dd>
+<dd>Specifies the sendmail command to use when sending email
+notifications. Only one <i>Sendmail</i> or <i>SMTPServer</i> line
+may be present in the <i>mailto.conf</i> file. If multiple lines
+are present, only the last one is used.
+</dd>
+<dt>SMTPServer <i>servername</i>
+</dt>
+<dd></dd>
+<dd>Specifies a SMTP server to send email notifications to. Only one
+<i>Sendmail</i> or <i>SMTPServer</i> line may be present in the
+<i>mailto.conf</i> file. If multiple lines are present, only the
+last one is used.
+</dd>
+<dt>Subject <i>subject-prefix</i>
+</dt>
+<dd></dd>
+<dd>Specifies a prefix string for the subject line of an email notification.
+</dd>
+</dl>
+<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
+<a href='man-classes.conf.html?TOPIC=Man+Pages'>classes.conf(5)</a>, <a href='man-cupsd.html?TOPIC=Man+Pages'>cupsd(8)</a>, <a href='man-cupsd.conf.html?TOPIC=Man+Pages'>cupsd.conf(5)</a>,
+<a href='man-mime.convs.html?TOPIC=Man+Pages'>mime.convs(5)</a>, <a href='man-mime.types.html?TOPIC=Man+Pages'>mime.types(5)</a>, <a href='man-printers.conf.html?TOPIC=Man+Pages'>printers.conf(5)</a>,
+<br>
+<a href='http://localhost:631/help'>http://localhost:631/help</a>
+<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
+Copyright 2007-2013 by Apple Inc.
+
+</body>
+</html>