mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Use /usr/sbin/sendmail as default mailer on OpenBSD.
This commit is contained in:
parent
6ecf213b63
commit
5b9d3fc5ec
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue