]> git.ipfire.org Git - thirdparty/cups.git/blob - man/mailto.conf.man
Load cups into easysw/current.
[thirdparty/cups.git] / man / mailto.conf.man
1 .\"
2 .\" "$Id$"
3 .\"
4 .\" mailto.conf man page for the Common UNIX Printing System (CUPS).
5 .\"
6 .\" Copyright 1997-2006 by Easy Software Products.
7 .\"
8 .\" These coded instructions, statements, and computer programs are the
9 .\" property of Easy Software Products and are protected by Federal
10 .\" copyright law. Distribution and use rights are outlined in the file
11 .\" "LICENSE.txt" which should have been included with this file. If this
12 .\" file is missing or damaged please contact Easy Software Products
13 .\" at:
14 .\"
15 .\" Attn: CUPS Licensing Information
16 .\" Easy Software Products
17 .\" 44141 Airport View Drive, Suite 204
18 .\" Hollywood, Maryland 20636 USA
19 .\"
20 .\" Voice: (301) 373-9600
21 .\" EMail: cups-info@cups.org
22 .\" WWW: http://www.cups.org
23 .\"
24 .TH mailto.conf 5 "Common UNIX Printing System" "12 July 2006" "Easy Software Products"
25 .SH NAME
26 mailto.conf \- configuration file for cups email notifier
27 .SH DESCRIPTION
28 The \fImailto.conf\fR file defines the local mail server and
29 email notification preferences for CUPS.
30 .LP
31 Each line in the file can be a configuration directive, a blank line,
32 or a comment. Comment lines start with the # character.
33 .SH DIRECTIVES
34 .TP 5
35 Cc \fIcc-address@domain.com\fR
36 .br
37 Specifies an additional recipient for all email notifications.
38 .TP 5
39 From \fIfrom-address@domain.com\fR
40 .br
41 Specifies the sender of email notifications.
42 .TP 5
43 Sendmail \fIsendmail command and options\fR
44 .br
45 Specifies the sendmail command to use when sending email
46 notifications. Only one \fISendmail\fR or \fISMTPServer\fR line
47 may be present in the \fImailto.conf\fR file. If multiple lines
48 are present, only the last one is used.
49 .TP 5
50 SMTPServer \fIservername\fR
51 .br
52 Specifies a SMTP server to send email notifications to. Only one
53 \fISendmail\fR or \fISMTPServer\fR line may be present in the
54 \fImailto.conf\fR file. If multiple lines are present, only the
55 last one is used.
56 .TP 5
57 Subject \fIsubject-prefix\fR
58 .br
59 Specifies a prefix string for the subject line of an email notification.
60 .SH SEE ALSO
61 \fIclasses.conf(5)\fR, \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR,
62 \fImime.convs(5)\fR, \fImime.types(5)\fR, \fIprinters.conf(5)\fR,
63 .br
64 http://localhost:631/help
65 .SH COPYRIGHT
66 Copyright 1997-2006 by Easy Software Products, All Rights Reserved.
67 .\"
68 .\" End of "$Id$".
69 .\"