diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-02 20:38:48 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-02 20:38:48 +0000 |
| commit | 4931ba8bee0f6be3855b5446443afd3ee4650212 (patch) | |
| tree | 10d2b30e729421f3b1c44d4ec3c115fbcf0cf830 /mail/masqmail-devel/files/patch-local.c | |
| parent | Update lang/ruby18 and the bundled modules to the latest 1.8 branch (diff) | |
Add MasqMail is a mail server designed for hosts that do not have a permanent
internet connection eg. a home network or a single host at home. It has
special support for connections to different ISPs. It replaces sendmail or
other MTAs such as qmail or exim.
This is development unstable version (quite stable in fact).
PR: ports/66116
Submitted by: Andrey Slusar <vasallia@ukr.net>
Diffstat (limited to 'mail/masqmail-devel/files/patch-local.c')
| -rw-r--r-- | mail/masqmail-devel/files/patch-local.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/masqmail-devel/files/patch-local.c b/mail/masqmail-devel/files/patch-local.c new file mode 100644 index 000000000000..ca041fc74177 --- /dev/null +++ b/mail/masqmail-devel/files/patch-local.c @@ -0,0 +1,12 @@ +--- src/local.c.old Fri Apr 30 15:32:04 2004 ++++ src/local.c Fri Apr 30 15:34:23 2004 +@@ -19,6 +19,9 @@ + #include "masqmail.h" + #include "peopen.h" + #include <sys/wait.h> ++#ifdef ENABLE_MAILDIR ++#include <sys/stat.h> ++#endif + + static + void message_stream(FILE *out, message *msg, GList *hdr_list, guint flags) |
