]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-mailto.conf.html
More man page modernization.
[thirdparty/cups.git] / doc / help / man-mailto.conf.html
1 <!DOCTYPE HTML>
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 class="man">
19 <dt>Cc <i>cc-address@domain.com</i>
20 <dd style="margin-left: 5.0em"><br>
21 Specifies an additional recipient for all email notifications.
22 <dt>From <i>from-address@domain.com</i>
23 <dd style="margin-left: 5.0em"><br>
24 Specifies the sender of email notifications.
25 <dt>Sendmail <i>sendmail command and options</i>
26 <dd style="margin-left: 5.0em"><br>
27 Specifies the sendmail command to use when sending email
28 notifications. Only one <i>Sendmail</i> or <i>SMTPServer</i> line
29 may be present in the <i>mailto.conf</i> file. If multiple lines
30 are present, only the last one is used.
31 <dt>SMTPServer <i>servername</i>
32 <dd style="margin-left: 5.0em"><br>
33 Specifies a SMTP server to send email notifications to. Only one
34 <i>Sendmail</i> or <i>SMTPServer</i> line may be present in the
35 <i>mailto.conf</i> file. If multiple lines are present, only the
36 last one is used.
37 <dt>Subject <i>subject-prefix</i>
38 <dd style="margin-left: 5.0em"><br>
39 Specifies a prefix string for the subject line of an email notification.
40 </dl>
41 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
42 <i>classes.conf(5)</i>, <i>cupsd(8)</i>, <i>cupsd.conf(5)</i>,
43 <i>mime.convs(5)</i>, <i>mime.types(5)</i>, <i>printers.conf(5)</i>,
44 <br>
45 <a href="http://localhost:631/help">http://localhost:631/help</a>
46 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
47 Copyright 2007-2013 by Apple Inc.
48
49 </body>
50 </html>