]> git.ipfire.org Git - thirdparty/cups.git/blob - man/mailto.conf.man
03c9a652338de0b55c881b662b2baa6d429ac6c4
[thirdparty/cups.git] / man / mailto.conf.man
1 .\"
2 .\" "$Id$"
3 .\"
4 .\" mailto.conf man page for CUPS.
5 .\"
6 .\" Copyright 2007-2014 by Apple Inc.
7 .\" Copyright 1997-2006 by Easy Software Products.
8 .\"
9 .\" These coded instructions, statements, and computer programs are the
10 .\" property of Apple Inc. and are protected by Federal copyright
11 .\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
12 .\" which should have been included with this file. If this file is
13 .\" file is missing or damaged, see the license at "http://www.cups.org/".
14 .\"
15 .TH mailto.conf 5 "CUPS" "12 June 2014" "Apple Inc."
16 .SH NAME
17 mailto.conf \- configuration file for cups email notifier
18 .SH DESCRIPTION
19 The \fBmailto.conf\fR file defines the local mail server and email notification preferences for CUPS.
20 .LP
21 Each line in the file can be a configuration directive, a blank line, or a comment.
22 Configuration directives typically consist of a name and zero or more values separated by whitespace.
23 The configuration directive name and values are case-insensitive.
24 Comment lines start with the # character.
25 .SS DIRECTIVES
26 .TP 5
27 \fBCc \fIcc-address@domain.com\fR
28 Specifies an additional recipient for all email notifications.
29 .TP 5
30 \fBFrom \fIfrom-address@domain.com\fR
31 Specifies the sender of email notifications.
32 .TP 5
33 \fBSendmail \fIsendmail command and options\fR
34 Specifies the sendmail command to use when sending email notifications.
35 Only one \fISendmail\fR or \fISMTPServer\fR line may be present in the \fBmailto.conf\fR file.
36 If multiple lines are present, only the last one is used.
37 .TP 5
38 \fBSMTPServer \fIservername\fR
39 Specifies a SMTP server to send email notifications to.
40 Only one \fISendmail\fR or \fISMTPServer\fR line may be present in the \fBmailto.conf\fR file.
41 If multiple lines are present, only the last one is used.
42 .TP 5
43 \fBSubject \fIsubject-prefix\fR
44 Specifies a prefix string for the subject line of an email notification.
45 .SH SEE ALSO
46 .BR cupsd (8),
47 CUPS Online Help (http://localhost:631/help)
48 .SH COPYRIGHT
49 Copyright \[co] 2007-2015 by Apple Inc.
50 .\"
51 .\" End of "$Id$".
52 .\"