1REPORTER-MAILX(1)              LIBREPORT MANUAL              REPORTER-MAILX(1)
2
3
4

NAME

6       reporter-mailx - Sends contents of a problem directory via email.
7

SYNOPSIS

9       reporter-mailx [-v] -d DIR [-c CONFFILE]
10

DESCRIPTION

12       The tool reads a problem directory, composes an email message from the
13       directory contents, and uses mailx to send the message to specified
14       recipient.
15
16       Properties of email messages can be specified in a configuration file,
17       and via environment variables.
18
19   Configuration file
20       Configuration file contains entries in a format "Option = Value".
21
22       The options are:
23
24       Subject
25           The subject of the email message.
26
27       EmailFrom
28           The sender of the email message.
29
30       EmailTo
31           The recipient of the email message.
32
33       SendBinaryData
34           Use yes/true/on/1 to attach all binary files from the dump
35           directory to the email. This can cause the emails to be very large.
36
37   Integration with ABRT events
38       reporter-mailx can be used as a reporter, to allow users report
39       problems via email when they decide to do it. This usage is
40       pre-configured in /etc/libreport/events.d/mailx_event.conf:
41
42           EVENT=report_Mailx      reporter-mailx
43
44       It can also be used to notify administrator automatically when a
45       problem happens. When this is desired, modify the event configuration
46       file to run the tool on the post-create event:
47
48           EVENT=post-create       reporter-mailx
49

OPTIONS

51       -d DIR
52           Path to problem directory.
53
54       -c CONFFILE
55           Path to configration file. When used in ABRT event system, the file
56           contains site-wide configuration. Users can change the values via
57           environment variables.
58

ENVIRONMENT VARIABLES

60       Environment variables take precedence over values provided in the
61       configuration file.
62
63       Mailx_Subject
64           Subject of the email message.
65
66       Mailx_EmailFrom
67           Sender of the email message.
68
69       Mailx_EmailTo
70           Recipient of the email message. If nor the environment variable nor
71           the corresponding option is defined, the message is send to
72           "root@localhost".
73
74       Mailx_SendBinaryData
75           Use yes/true/on/1 to attach all binary files from the dump
76           directory to the email.
77

AUTHORS

79       ยท   ABRT team
80
81
82
83LIBREPORT 2.0.9.1                 06/19/2018                 REPORTER-MAILX(1)
Impressum