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