blob: 2dc538ad573091ccdbcdf0b5f966aff5573d9b66 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[
{ type: install
message: <<EOM
Please take %%PREFIX%%/etc/nullmailer/remotes.sample
as an example and edit your own
%%PREFIX%%/etc/nullmailer/remotes
It's possible to redefine mailq and sendmail in your /etc/mail/mailer.conf:
sendmail %%PREFIX%%/libexec/nullmailer/sendmail
send-mail %%PREFIX%%/libexec/nullmailer/sendmail
mailq %%PREFIX%%/libexec/nullmailer/mailq
WARNING! It will cause problem in case delivering to local recipients.
Also man nullmailer-send(8) for more details
NOTE for the ones upgrading from 1.00:
The smtp authentication option has been changed from
--auth=joe,secret to --user=joe and --pass=secret, see nullmailer-send(8)
for details.
EOM
}
]
|