On Mon, Jul 27, 2020 at 01:12:41PM -0500, Larry Stone wrote: > Which leads to a new question. In working on this, I modified my “make > makefiles” to add a sendmail_path argument (which worked to change the > default value) and later as I worked through this, a > -DDEF_SENDMAIL_PATH to CCARGS. Do I need both in the “make makefiles” > command?
No, just a correct setting for sendmail_path, e.g. sendmail_path=/usr/local/sbin/sendmail is enough. > make -f Makefile.init makefiles CCARGS='-DUSE_TLS -I/usr/local/ssl/include \ > [...] > -DDEF_SENDMAIL_PATH=\"/usr/local/sbin\"\ This is not correct, it lists the containing directory, rather than the full path to the executable. > [...] > sendmail_path=/usr/local/sbin This is not correct, it lists the containing directory, rather than the full path to the executable. -- Viktor.