]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-mailto.conf.html
829048e55d00a2ba136c2be8f7f40f93f4120c82
[thirdparty/cups.git] / doc / help / man-mailto.conf.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <!-- SECTION: Man Pages -->
4 <head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>mailto.conf(5)</title>
7 </head>
8 <body>
9 <h1 class="title">mailto.conf(5)</h1>
10 <h2 class="title"><a name="NAME">Name</a></h2>
11 mailto.conf - configuration file for cups email notifier
12 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
13 The <i>mailto.conf</i> file defines the local mail server and
14 email notification preferences for CUPS.
15 <p>Each line in the file can be a configuration directive, a blank line,
16 or a comment. Comment lines start with the # character.
17 <h2 class="title"><a name="DIRECTIVES">Directives</a></h2>
18 <dl>
19 <dt>Cc <i>cc-address@domain.com</i>
20 </dt>
21 <dd></dd>
22 <dd>Specifies an additional recipient for all email notifications.
23 </dd>
24 <dt>From <i>from-address@domain.com</i>
25 </dt>
26 <dd></dd>
27 <dd>Specifies the sender of email notifications.
28 </dd>
29 <dt>Sendmail <i>sendmail command and options</i>
30 </dt>
31 <dd></dd>
32 <dd>Specifies the sendmail command to use when sending email
33 notifications. Only one <i>Sendmail</i> or <i>SMTPServer</i> line
34 may be present in the <i>mailto.conf</i> file. If multiple lines
35 are present, only the last one is used.
36 </dd>
37 <dt>SMTPServer <i>servername</i>
38 </dt>
39 <dd></dd>
40 <dd>Specifies a SMTP server to send email notifications to. Only one
41 <i>Sendmail</i> or <i>SMTPServer</i> line may be present in the
42 <i>mailto.conf</i> file. If multiple lines are present, only the
43 last one is used.
44 </dd>
45 <dt>Subject <i>subject-prefix</i>
46 </dt>
47 <dd></dd>
48 <dd>Specifies a prefix string for the subject line of an email notification.
49 </dd>
50 </dl>
51 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
52 <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>,
53 <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>,
54 <br>
55 <a href='http://localhost:631/help'>http://localhost:631/help</a>
56 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
57 Copyright 2007-2013 by Apple Inc.
58
59 </body>
60 </html>