opnsense-ports/mail/mmr/files/patch-outgoing.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

12 lines
275 B
C++

--- outgoing.cpp.orig Mon Jan 23 17:55:34 2006
+++ outgoing.cpp Mon Jul 10 01:14:23 2006
@@ -16,7 +16,9 @@
#include "tempfile.h"
#include "outgoing.h"
+#ifndef MAILER
#define MAILER "/usr/lib/sendmail -t"
+#endif
#define EDITOR "vi +%d"
#define SIGFILE ".signature"