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