]> git.ipfire.org Git - thirdparty/cups.git/blame_incremental - man/mailto.conf.man
Import CUPS v2.0b1
[thirdparty/cups.git] / man / mailto.conf.man
... / ...
CommitLineData
1.\"
2.\" "$Id: mailto.conf.man 11924 2014-06-12 19:10:33Z msweet $"
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
17mailto.conf \- configuration file for cups email notifier
18.SH DESCRIPTION
19The \fBmailto.conf\fR file defines the local mail server and email notification preferences for CUPS.
20.LP
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
26.TP 5
27\fBCc \fIcc-address@domain.com\fR
28Specifies an additional recipient for all email notifications.
29.TP 5
30\fBFrom \fIfrom-address@domain.com\fR
31Specifies the sender of email notifications.
32.TP 5
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.
37.TP 5
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.
42.TP 5
43\fBSubject \fIsubject-prefix\fR
44Specifies a prefix string for the subject line of an email notification.
45.SH SEE ALSO
46.BR cupsd (8),
47CUPS Online Help (http://localhost:631/help)
48.SH COPYRIGHT
49Copyright \[co] 2007-2014 by Apple Inc.
50.\"
51.\" End of "$Id: mailto.conf.man 11924 2014-06-12 19:10:33Z msweet $".
52.\"