search for: hostpid

Displaying 15 results from an estimated 15 matches for "hostpid".

2006 Feb 21
2
building in AIXV5.3 using the IBM C for AIX compiler V6.0
...es.h", line 136.1: 1506-137 (E) Declaration must declare at least one declarator, tag, or the memb ers of an enumeration. "/usr/include/sys/types.h", line 156.1: 1506-137 (E) Declaration must declare at least one declarator, tag, or the memb ers of an enumeration. source='hostpid.c' object='hostpid.o' libtool=no DEPDIR=.deps depmode=aix /bin/sh ../../depcomp /usr/vac/bin/ xlc -DHAVE_CONFIG_H -I. -I. -I../.. -g -c hostpid.c "/usr/include/sys/types.h", line 136.25: 1506-115 (E) Duplicate type specifier "unsigned" ignored. "/usr/inc...
2007 Nov 10
2
Request for variable unique to each server?
I've been looking for a variable I can use in my dovecot.conf within the INDEX= setting so I can have one index dir per imap server on NFS. I've been looking at http://wiki.dovecot.org/Variables but no variable seems to contain something like server hostname, and I've been hunting for the variable expansion code in dovecot but haven't been able to find it. %l (local IP) won't
2011 May 08
1
Building Pigeonhole
...set of include files: cmd-vacation.c:4:17: error: lib.h: No such file or directory cmd-vacation.c:5:17: error: str.h: No such file or directory cmd-vacation.c:6:22: error: strfuncs.h: No such file or directory cmd-vacation.c:7:17: error: md5.h: No such file or directory cmd-vacation.c:8:21: error: hostpid.h: No such file or directory cmd-vacation.c:9:26: error: str-sanitize.h: No such file or directory cmd-vacation.c:10:29: error: message-address.h: No such file or directory cmd-vacation.c:11:26: error: message-date.h: No such file or directory cmd-vacation.c:12:20: error: ioloop.h: No such file or...
2008 Aug 13
1
RfE: use HOSTNAME environment variable in hostpid_init()
Hi, All parts of dovecot except deliver uses the result of hostpid_init() in src/lib/hostpid.c as a hostname which only asks gethostname(). deliver honours environment variable HOSTNAME in src/deliver/deliver.c: getenv("HOSTNAME"); and uses the hostname of hostpid_init() as a fallback. Wouldn't it be consequent to evaluate the environment var...
2006 Nov 05
1
RC11 Build Failure on FreeBSD 6.1
...ps/home-expand.Tpo" ".deps/home-expand.Po"; else rm -f ".deps/home-expand.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -MT hostpid.o -MD -MP -MF ".deps/hostpid.Tpo" -c -o hostpid.o hostpid.c; then mv -f ".deps/hostpid.Tpo" ".deps/hostpid.Po"; else rm -f ".deps/hostpid.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-d...
2015 Sep 24
1
dovecot --hostdomain issue
I am on a server I called "email. But dovecot says i am on sunfire.outputservices.com ------------------------------------ dovecot --hostdomain sunfire.outputservices.com ------------------------------------ I would like to at least get it to say email.outputservices.com. But what I really want it to say is posta.outputservices.com. First where does --hostdomain get it's
2012 Sep 04
2
[PATCH] Generalize HMAC implementation
...onse); safe_memset(hash, 0, sizeof(hash)); } diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -44,8 +44,8 @@ hash2.c \ hex-binary.c \ hex-dec.c \ - hmac-md5.c \ - hmac-sha1.c \ + hmac.c \ + hmac-cram-md5.c \ home-expand.c \ hostpid.c \ imem.c \ @@ -170,8 +170,8 @@ hash2.h \ hex-binary.h \ hex-dec.h \ - hmac-md5.h \ - hmac-sha1.h \ + hmac.h \ + hmac-cram-md5.h \ home-expand.h \ hostpid.h \ imem.h \ diff --git a/src/lib/hmac-cram-md5.c b/src/lib/hmac-cram-md5.c new file mode 100644 --- /dev/null +++ b/src/lib/hmac...
2006 Sep 25
2
Errors while doing make on Solaris 9 for dovecot-1.0.rc7
...a false cru liblib.a base64.o bsearch-insert-pos.o buffer.o close-keep-errno.o compat.o data-stack.o env-util.o failures.o fd-close-on-exec.o fd-set-nonblock.o fdpass.o file-cache.o file-copy.o file-dotlock.o file-lock.o file-set-size.o hash.o hex-binary.o hex-dec.o hmac-md5.o home-expand.o hostpid.o imem.o iostream.o istream.o istream-data.o istream-file.o istream-limit.o istream-mmap.o istream-seekable.o ioloop.o ioloop-iolist.o ioloop-notify-none.o ioloop-notify-dn.o ioloop-notify-inotify.o ioloop-notify-kqueue.o ioloop-poll.o ioloop-select.o ioloop-epoll.o ioloop-kqueue.o lib.o l...
2009 Jul 01
4
mbox format and UIDVALIDITY
My base concern may be illustrated with the help of that simple telnet session: # telnet 127.0.0.1 imap Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE AUTH=PLAIN] Dovecot ready. a1 login testuser ****** a1 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT
2009 Jul 27
5
v1.2.2 released
http://dovecot.org/releases/1.2/dovecot-1.2.2.tar.gz http://dovecot.org/releases/1.2/dovecot-1.2.2.tar.gz.sig Found and fixes several v1.2-specific bugs. Hopefully it's now stable for most people's usage. * GSSAPI: More changes to authentication. Hopefully good now. * lazy_expunge plugin: Drop \Deleted flag when moving message. + dovecot -n/-a now outputs also lda settings. +
2009 Jul 27
5
v1.2.2 released
http://dovecot.org/releases/1.2/dovecot-1.2.2.tar.gz http://dovecot.org/releases/1.2/dovecot-1.2.2.tar.gz.sig Found and fixes several v1.2-specific bugs. Hopefully it's now stable for most people's usage. * GSSAPI: More changes to authentication. Hopefully good now. * lazy_expunge plugin: Drop \Deleted flag when moving message. + dovecot -n/-a now outputs also lda settings. +
2004 Jul 01
3
[PATCH, RFC] add APOP authentication mechanism
....vanilla/src/pop3-login/client.c 2004-05-31 22:04:47.000000000 +0400 +++ dovecot-1.0-test23/src/pop3-login/client.c 2004-07-01 13:57:40.000000000 +0400 @@ -13,6 +13,8 @@ #include "client-authenticate.h" #include "auth-client.h" #include "ssl-proxy.h" +#include "hostpid.h" +#include "imem.h" /* max. length of input command line (spec says 512) */ #define MAX_INBUF_SIZE 2048 @@ -122,6 +124,8 @@ static int client_command_execute(struct return cmd_pass(client, args); if (strcmp(cmd, "AUTH") == 0) return cmd_auth(client, args); + i...
2004 Aug 09
1
[PATCH] RPA authentication mechanism
...ption) any later version. + */ + +#include "common.h" +#include "mech.h" +#include "passdb.h" +#include "str.h" +#include "strfuncs.h" +#include "safe-memset.h" +#include "randgen.h" +#include "buffer.h" +#include "hostpid.h" +#include "hex-binary.h" +#include "md5.h" + +struct rpa_auth_request { + struct auth_request auth_request; + + pool_t pool; + + int phase; + + /* cached: */ + unsigned char *pwd_md5; + size_t service_len; + const unsigned char *service_ucs2be; + size_t username_len; + c...
2005 Dec 31
4
invalid mbox files
Hello! I recently upgraded from dovecot 0.9x to 1.0.5-Aplha and now when ever folders are opened (in IMAP), it keeps saying invalid mbox files. It worked fine in 0.99.x. It is detecting the right mbox files because it lists the folders and the subscriptions correctly. I am using "default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u" in the config file, but I get the same error with
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + +/* Implements RFC 4467 */ + +#include "lib.h" +#include "str.h" +#include "common.h" +#include "client.h" +#include "hostpid.h" +#include "ioloop.h" +#include "istream.h" +#include "ostream.h" +#include "mail-user.h" +#include "mail-search.h" +#include "imap-fetch.h" +#include "imap-search-args.h" +#include "urlauth-plugin.h" + +#include...