]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-mailto.conf.html
Initial work on man page modernization (STR #4372)
[thirdparty/cups.git] / doc / help / man-mailto.conf.html
CommitLineData
c277f98c 1<!DOCTYPE HTML>
94436c5a
MS
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>
11mailto.conf - configuration file for cups email notifier
12<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
13The <i>mailto.conf</i> file defines the local mail server and
14email notification preferences for CUPS.
15<p>Each line in the file can be a configuration directive, a blank line,
16or a comment. Comment lines start with the # character.
17<h2 class="title"><a name="DIRECTIVES">Directives</a></h2>
c277f98c
MS
18<p style="margin-left: 5.0em; text-indent: -5.0em">Cc <i>cc-address@domain.com</i>
19<br>
20<br>
21Specifies an additional recipient for all email notifications.
22<p style="margin-left: 5.0em; text-indent: -5.0em">From <i>from-address@domain.com</i>
23<br>
24<br>
25Specifies the sender of email notifications.
26<p style="margin-left: 5.0em; text-indent: -5.0em">Sendmail <i>sendmail command and options</i>
27<br>
28<br>
29Specifies the sendmail command to use when sending email
94436c5a
MS
30notifications. Only one <i>Sendmail</i> or <i>SMTPServer</i> line
31may be present in the <i>mailto.conf</i> file. If multiple lines
32are present, only the last one is used.
c277f98c
MS
33<p style="margin-left: 5.0em; text-indent: -5.0em">SMTPServer <i>servername</i>
34<br>
35<br>
36Specifies a SMTP server to send email notifications to. Only one
94436c5a
MS
37<i>Sendmail</i> or <i>SMTPServer</i> line may be present in the
38<i>mailto.conf</i> file. If multiple lines are present, only the
39last one is used.
c277f98c
MS
40<p style="margin-left: 5.0em; text-indent: -5.0em">Subject <i>subject-prefix</i>
41<br>
42<br>
43Specifies a prefix string for the subject line of an email notification.
94436c5a 44<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
c277f98c
MS
45<i>classes.conf(5)</i>, <i>cupsd(8)</i>, <i>cupsd.conf(5)</i>,
46<i>mime.convs(5)</i>, <i>mime.types(5)</i>, <i>printers.conf(5)</i>,
94436c5a 47<br>
c277f98c 48<a href="http://localhost:631/help">http://localhost:631/help</a>
94436c5a
MS
49<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
50Copyright 2007-2013 by Apple Inc.
51
52</body>
53</html>