search for: ssl_paramet

Displaying 2 results from an estimated 2 matches for "ssl_paramet".

2005 Oct 11
3
dovecot won't launch
...= 8518 geteuid32() = 0 open("/usr/local/etc/dovecot.conf", O_RDONLY|O_LARGEFILE) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=29028, ...}) = 0 pread(3, "## Dovecot 1.0 configuration fil"..., 2048, 0) = 2048 pread(3, "and RSA parameters.\n#ssl_paramet"..., 2019, 2048) = 2019 pread(3, "d in it\'s own process (yes), or "..., 2017, 4067) = 2017 pread(3, "es\n# (eg. shared mailboxes or if"..., 1977, 6084) = 1977 pread(3, "d in\n# doc/mail-storages.txt. Th"..., 1990, 8061) = 1990 pread(3, "erent namespaces...
2012 Aug 13
2
[PATCH] Replace hard-coded PKG_STATEDIR with state_dir setting
...on/ssl-proxy-openssl.c @@ -152,8 +152,7 @@ static void ssl_params_corrupted(void) { - i_fatal("Corrupted SSL parameters file: " - PKG_STATEDIR"/ssl-parameters.dat"); + i_fatal("Corrupted SSL parameters file: ssl-parameters.dat"); } static void read_next(struct ssl_parameters *params, void *data, size_t size) diff --git a/src/master/main.c b/src/master/main.c --- a/src/master/main.c +++ b/src/master/main.c @@ -311,7 +311,7 @@ struct mountpoint_list *mountpoints; const char *perm_path, *state_path; - perm_path = t_strconcat(PKG_STATEDIR"/"MOUNTPOINT_LI...