Lines Matching defs:ssl
76 const char *fn = t_strconcat(PKG_STATEDIR, "/ssl-parameters.dat", NULL);
87 /* this is given because the ssl-parameters.dat file is no more there
140 *error_r = "ssl enabled, but ssl_dh not set";
244 obsolete(ctx, "'imaps' protocol can no longer be specified (use protocols=imap). to disable non-ssl imap, use service imap-login { inet_listener imap { port=0 } }");
251 obsolete(ctx, "'pop3s' protocol can no longer be specified (use protocols=pop3). to disable non-ssl pop3, use service pop3-login { inet_listener pop3 { port=0 } }");
279 set_rename(ctx, key, "ssl", value);
453 const char *ssl = strcmp(key, "ssl_listen") == 0 ? "s" : "";
465 t_strdup_printf("service/imap-login/inet_listener/imap%s/port=%s", ssl, p), NULL);
469 t_strdup_printf("service/pop3-login/inet_listener/pop3%s/port=%s", ssl, p), NULL);
471 if (*ssl == '\0' &&
478 if (root && *ssl == '\0') {
485 t_strdup_printf("service/imap-login/inet_listener/imap%s/address=%s", ssl, value), NULL);
489 t_strdup_printf("service/pop3-login/inet_listener/pop3%s/address=%s", ssl, value), NULL);
491 if (*ssl == '\0' &&