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