Wydawca |
|
Release Submission Daemon |
Sergey Poznyakoff |
mod_mailutils
– Mail NotificationMail notification is configured using the mod_mailutils
module. To load the module, add the following statement:
module mailutils mod_mailutils.so;
The module-init
section can contain the following statements:
Set sender address for outgoing mails. E.g.:
from-address ftp-uploads@gnu.org.ua;
It is not strictly necessary to specify the sender address. In the
absence of from-address
statement, the sender email will be
constructed from the name of the user wydawca
runs as
(see user privileges) and the full domain name of the machine it
runs at.
Sets the admin email address or addresses. The statistic notifications and any notifications configured to be sent to admins will be forwarded to this address. The email argument is either a RFC 822 email address, or a list of such addresses. For example, the following statement configures a single admin address:
admin-address root@gnu.org.ua;
The example below illustrates how to configure multiple addresses:
admin-address "root@gnu.org.ua,ftp-adm@gnu.org.ua";
Yet another way to configure them is:
admin-address (root@gnu.org.ua, ftp-adm@gnu.org.ua);
This document was generated on January 6, 2021 using makeinfo.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.