]> git.ipfire.org Git - thirdparty/cups.git/blob - man/mailto.conf.man
Update .gitignore to ignore compressed man pages.
[thirdparty/cups.git] / man / mailto.conf.man
1 .\"
2 .\" mailto.conf man page for CUPS.
3 .\"
4 .\" Copyright 2007-2014 by Apple Inc.
5 .\" Copyright 1997-2006 by Easy Software Products.
6 .\"
7 .\" Licensed under Apache License v2.0. See the file "LICENSE" for more information.
8 .\"
9 .TH mailto.conf 5 "CUPS" "12 June 2014" "Apple Inc."
10 .SH NAME
11 mailto.conf \- configuration file for cups email notifier
12 .SH DESCRIPTION
13 The \fBmailto.conf\fR file defines the local mail server and email notification preferences for CUPS.
14 .LP
15 Each line in the file can be a configuration directive, a blank line, or a comment.
16 Configuration directives typically consist of a name and zero or more values separated by whitespace.
17 The configuration directive name and values are case-insensitive.
18 Comment lines start with the # character.
19 .SS DIRECTIVES
20 .TP 5
21 \fBCc \fIcc-address@domain.com\fR
22 Specifies an additional recipient for all email notifications.
23 .TP 5
24 \fBFrom \fIfrom-address@domain.com\fR
25 Specifies the sender of email notifications.
26 .TP 5
27 \fBSendmail \fIsendmail command and options\fR
28 Specifies the sendmail command to use when sending email notifications.
29 Only one \fISendmail\fR or \fISMTPServer\fR line may be present in the \fBmailto.conf\fR file.
30 If multiple lines are present, only the last one is used.
31 .TP 5
32 \fBSMTPServer \fIservername\fR
33 Specifies a SMTP server to send email notifications to.
34 Only one \fISendmail\fR or \fISMTPServer\fR line may be present in the \fBmailto.conf\fR file.
35 If multiple lines are present, only the last one is used.
36 .TP 5
37 \fBSubject \fIsubject-prefix\fR
38 Specifies a prefix string for the subject line of an email notification.
39 .SH SEE ALSO
40 .BR cupsd (8),
41 CUPS Online Help (http://localhost:631/help)
42 .SH COPYRIGHT
43 Copyright \[co] 2007-2018 by Apple Inc.