Displaying 2 results from an estimated 2 matches for "ex_config".
2006 May 17
0
[tftp-hpa] [patch] building on hpux and add CPPFLAGS
Hi,
We just build tftp-hpa on out supported platforms, and I have a very
small patch. On hpux, we have a sysexits.h that does not define
EX_CONFIG. Also, we like to use CPPFLAGS to point to our include dirs,
tftp-hpa doesn't use CPPFLAGS. This can be a little confusing, as the
configure checks use CPPFLAGS, but the build itself does not.
Peter
-------------- next part --------------
Index: config.h
======================================...
2006 Jan 20
1
dovecot-lda and vpopmail
...src/deliver.c:607
/* MAIL comes from userdb, DEFAULT_MAIL_ENV from dovecot.conf */
mail_env = getenv("MAIL");
if (mail_env == NULL)
mail_env = getenv("DEFAULT_MAIL_ENV");
if (mail_env == NULL)
i_fatal_status(EX_CONFIG, "mail setting not given");
which would certainly suggest that the userdb access failed in deliver
(though the log would see to seem to suggest otherwise).
I even tried setting the DEFAULT_MAIL_ENV in dovecot.conf, but that
didn't work either.
Anyone have any ideas about what I a...