]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-mailto.conf.html
ddfb2753e13639b6caaf9591b56747603d99bd7a
[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 <b>mailto.conf</b> file defines the local mail server and email notification preferences for CUPS.
14 <p>Each line in the file can be a configuration directive, a blank line, or a comment.
15 Configuration directives typically consist of a name and zero or more values separated by whitespace.
16 The configuration directive name and values are case-insensitive.
17 Comment lines start with the # character.
18 <h3><a name="DIRECTIVES">Directives</a></h3>
19 <dl class="man">
20 <dt><b>Cc </b><i>cc-address@domain.com</i>
21 <dd style="margin-left: 5.0em">Specifies an additional recipient for all email notifications.
22 <dt><b>From </b><i>from-address@domain.com</i>
23 <dd style="margin-left: 5.0em">Specifies the sender of email notifications.
24 <dt><b>Sendmail </b><i>sendmail command and options</i>
25 <dd style="margin-left: 5.0em">Specifies the sendmail command to use when sending email notifications.
26 Only one <i>Sendmail</i> or <i>SMTPServer</i> line may be present in the <b>mailto.conf</b> file.
27 If multiple lines are present, only the last one is used.
28 <dt><b>SMTPServer </b><i>servername</i>
29 <dd style="margin-left: 5.0em">Specifies a SMTP server to send email notifications to.
30 Only one <i>Sendmail</i> or <i>SMTPServer</i> line may be present in the <b>mailto.conf</b> file.
31 If multiple lines are present, only the last one is used.
32 <dt><b>Subject </b><i>subject-prefix</i>
33 <dd style="margin-left: 5.0em">Specifies a prefix string for the subject line of an email notification.
34 </dl>
35 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
36 <a href="man-cupsd.html?TOPIC=Man+Pages"><b>cupsd</b>(8),</a>
37 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
38 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
39 Copyright &copy; 2007-2018 by Apple Inc.
40
41 </body>
42 </html>