Author: wolvverine Date: Thu Feb 22 18:07:37 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - init
---- Files affected: SOURCES: cups.mailto.conf (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/cups.mailto.conf diff -u /dev/null SOURCES/cups.mailto.conf:1.1 --- /dev/null Thu Feb 22 19:07:37 2007 +++ SOURCES/cups.mailto.conf Thu Feb 22 19:07:32 2007 @@ -0,0 +1,27 @@ +## mailto.conf +###Each line in the file can be a configuration directive, a blank line, or a comment. Comment lines start with the # character. +## +## Specifies an additional recipient for all email notifications. + +#Cc [EMAIL PROTECTED] + +## Specifies the sender of email notifications. + +#From [EMAIL PROTECTED] + +## Specifies the sendmail command to use when sending email notifications. +## Only one Sendmail or SMTPServer line may be present in the mailto.conf file. +## If multiple lines are present, only the last one is used. + +#Sendmail /usr/bin/sendmail + +## Specifies a SMTP server to send email notifications to. +## Only one Sendmail or SMTPServer line may be present in the mailto.conf +## file. If multiple lines are present, only the last one is used. + +#SMTPServer Sendmail + +## Specifies a prefix string for the subject line of an email notification. + +#Subject Cups + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
