* Remove dead master site * Add the URL with the old versions to master sites to prevent 1.04 release rendering our port unfetchable * Remove unnecessary -lstdc++ from CXXFLAGS * Remove our implementation of SMTP authentication, since one has been implemented by the authors (remove files/patch-doc-nullmailer-send.8, files/patch-lib-list.h and files/patch-smtp_authentication) * Add a note that the SMTP authentication option has been changed Submitted by: vd
21 lines
768 B
Protocol Buffer
21 lines
768 B
Protocol Buffer
==================================================================
|
|
|
|
Please take %%PREFIX%%/etc/nullmailer/remotes.sample
|
|
as an example and edit your own
|
|
%%PREFIX%%/etc/nullmailer/remotes
|
|
|
|
It's possible refefine 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.
|
|
|
|
==================================================================
|