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