Use /usr/sbin/sendmail as default mailer on OpenBSD.
This commit is contained in:
parent
6ecf213b63
commit
5b9d3fc5ec
|
|
@ -740,6 +740,8 @@ RFCTransport::launchSendmail(DtMailEnv & error,
|
|||
if (error.isSet()) {
|
||||
#if defined(USL) || defined(__uxp__)
|
||||
mailer = "/usr/ucblib/sendmail";
|
||||
#elif defined(__OpenBSD__)
|
||||
mailer = "/usr/sbin/sendmail";
|
||||
#else
|
||||
mailer = "/usr/lib/sendmail";
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue