Unix and Linux Discussions Tagged with email |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
7,790 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
29,339 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
4,441 |
UNIX for Beginners Questions & Answers |
|
|
|
17 |
12,219 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
7,477 |
Shell Programming and Scripting |
|
|
|
3 |
3,613 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
14,636 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
16,819 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
9 |
7,128 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
6,493 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
4,645 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
8,883 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
5,556 |
Shell Programming and Scripting |
|
|
|
10 |
8,868 |
UNIX for Beginners Questions & Answers |
|
|
|
12 |
10,104 |
Shell Programming and Scripting |
|
|
|
2 |
10,073 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
3,866 |
Shell Programming and Scripting |
|
|
|
2 |
2,974 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
4,151 |
What is on Your Mind? |
|
|
|
17 |
5,695 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,133 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,402 |
Shell Programming and Scripting |
|
|
|
2 |
27,625 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
5 |
2,550 |
Shell Programming and Scripting |
|
|
|
1 |
12,951 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
1 |
13,298 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
1 |
2,421 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
1,828 |
Shell Programming and Scripting |
|
|
|
5 |
3,244 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
1,995 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,401 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
12,516 |
Windows & DOS: Issues & Discussions |
|
|
|
13 |
3,487 |
Shell Programming and Scripting |
|
|
|
2 |
9,910 |
Web Development |
|
|
|
0 |
3,003 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
2,930 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
7,753 |
Solaris |
|
|
|
2 |
2,576 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
7,324 |
AIX |
|
|
|
4 |
2,215 |
Shell Programming and Scripting |
SCRIPT-EMAIL(8) System Administration Commands SCRIPT-EMAIL(8)
NAME
script-email - Amanda script to send email notifications
DESCRIPTION
script-email is an Amanda script implementing the Script API. It should not be run by users directly. It sends a notification email to the
addresses specified in the MAILTO property.
PROPERTIES
This section lists the properties that control script-email's functionality. See amanda-scripts(7) for information on the Script API,
script configuration.
MAILTO
List of email addresses that will receive an email on command execution. It is a multi-valued property:
property "MAILTO" "amanda@domain.com" "sysadmin@domain.com" "amandauser@domain.com"
EXAMPLE
In this example, script-email is scheduled to be run before the DLE, on the server. The unqualified email address amanda will be passed to
the email system unchanged. The script is then attached to a dumptype, which can then be specified for any DLEs which require
notification.
define script-tool pre-email {
comment "email me before this DLE is backed up"
plugin "script-email"
execute-on pre-dle-backup
execute-where server
property "mailto" "amanda"
}
define dumptype user-tar-email {
user-tar
script "pre-email"
}
SEE ALSO
amanda(8), amanda.conf(5), amanda-client.conf(5), amanda-scripts(7)
The Amanda Wiki: : http://wiki.zmanda.com/
AUTHORS
Jean-Louis Martineau <martineau@zmanda.com>
Zmanda, Inc. (http://www.zmanda.com)
Dustin J. Mitchell <dustin@zmanda.com>
Zmanda, Inc. (http://www.zmanda.com)
Amanda 3.3.3 01/10/2013 SCRIPT-EMAIL(8)