Displaying 2 results from an estimated 2 matches for "dovecot_sources".
2010 Oct 20
1
add basic systemd support to dovecot
Hi all,
In the last days, I've been trying to add support for systemd[1]
socket activation to dovecot. The basic idea is that systemd takes
care of opening the sockets needed by dovecot to communicate with
external processes, and when a connection happens on one of these
sockets, systemd spawns dovecot, and then dovecot uses these sockets
instead of creating its own sockets. The main reason
2008 Nov 21
2
[PATCH] drop root privileges on solaris, request for testing
...dnl strtoimax and strtoumax are macros in HP-UX, so inttypes.h must be included
AC_MSG_CHECKING([for strtoimax])
diff -r 8f41c9f3f392 src/master/Makefile.am
--- a/src/master/Makefile.am Wed Nov 19 16:11:01 2008 +0200
+++ b/src/master/Makefile.am Wed Nov 19 14:18:36 2008 +0000
@@ -22,6 +22,7 @@ dovecot_SOURCES = \
auth-process.c \
askpass.c \
capabilities-posix.c \
+ capabilities-solaris.c \
child-process.c \
dict-process.c \
dup2-array.c \
diff -r 8f41c9f3f392 src/master/capabilities.h
--- a/src/master/capabilities.h Wed Nov 19 16:11:01 2008 +0200
+++ b/src/master/capabilities.h Wed Nov 19 1...