Displaying 16 results from an estimated 16 matches for "verbose_auth".
2008 Nov 07
6
Cannot get the libwrap patch work
Hello there,
I have been trying to make the patch work for libwrap(TCP
Wrappers) posted on http://dovecot.org/patches
<http://dovecot.org/patches%20Patch%20of%201.1> Patch of 1.1 but could not
get it work. Any help will be highly appreciated. After compiling and
running it I get error "Error: login_tcp_wrappers can't be used because
Dovecot wasn't built with
2012 Feb 03
1
Managesieve Build failure
...bad-function-cast -Wstrict-aliasing=2
-MT managesieve-proxy.o -MD -MP -MF .deps/managesieve-proxy.Tpo -c -o managesieve-proxy.o managesieve-proxy.c
managesieve-proxy.c: In function ?managesieve_proxy_parse_line?:
managesieve-proxy.c:334:19: error: ?const struct login_settings? has no member named ?verbose_auth?
make[2]: *** [managesieve-proxy.o] Error 1
--
Ralf Hildebrandt
Gesch?ftsbereich IT | Abteilung Netzwerk
Charit? - Universit?tsmedizin Berlin
Campus Benjamin Franklin
Hindenburgdamm 30 | D-12203 Berlin
Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
ralf.hildebrandt at charite.de |...
2009 Jan 15
3
Enforcing STARTTLS for all mechs while disabling imaps
Hi all,
Is there a way to enforce STARTTLS for all connections, regardless their
authentication mechanism? disable_plaintext_auth only takes care of the auth
conversation, but I would like to have all communication encrypted.
As far as I can see, this would only be possible when using imaps and
disabling imap. However, I would like to have the other way around;
disabling imaps and using imap for
2008 Nov 08
1
dovecot Digest, Vol 67, Issue 19
...;
+#ifdef HAVE_LIBWRAP
+# include <tcpd.h>
+# include <syslog.h>
+int allow_severity = LOG_INFO;
+int deny_severity = LOG_WARNING;
+# include "str.h"
+#endif
+
bool disable_plaintext_auth, process_per_connection, greeting_capability;
-bool verbose_proctitle, verbose_ssl, verbose_auth, auth_debug;
+bool verbose_proctitle, verbose_ssl, verbose_auth, auth_debug,
tcp_wrappers;
bool ssl_require_client_cert;
const char *greeting, *log_format;
const char *const *log_format_elements;
@@ -75,6 +83,45 @@
io_loop_stop(ioloop);
}
+static void access_check(int fd, const struct ip_ad...
2007 Nov 14
1
libwrap-ing IMAP and POP logins
...b-signals.h"
@@ -18,6 +20,11 @@
#include <unistd.h>
#include <syslog.h>
+#ifdef LIBWRAP
+#include <tcpd.h>
+int allow_severity =0, deny_severity = 0;
+#endif
+
bool disable_plaintext_auth, process_per_connection, greeting_capability;
bool verbose_proctitle, verbose_ssl, verbose_auth;
const char *greeting, *log_format;
@@ -69,6 +76,10 @@
unsigned int remote_port, local_port;
struct client *client;
int fd;
+#ifdef LIBWRAP
+ struct request_info req;
+ char daemon[13] = "dovecot-";
+#endif
fd = net_accept(LOGIN_LISTEN_FD, &remote_ip, &remote_port);
i...
2011 May 16
0
Dovecot mail_location creating duplicate mbox mail directories
...= </etc/pki/dovecot/private/dovecot.pem
ssl_key_password =
ssl_parameters_file = ssl-parameters.dat
ssl_parameters_regenerate = 168
ssl_verify_client_cert = no
submission_host =
syslog_facility = mail
userdb {
args =
driver = passwd
}
userdb {
args =
driver = passwd
}
valid_chroot_dirs =
verbose_auth = no
verbose_proctitle = no
verbose_ssl = no
version_ignore = no
protocol imap {
mail_max_userip_connections = 100
}
2011 Mar 24
3
Dovecot 2.0.9: Thunderbird 3.1.9: Very slow while open sent folder with many (4k>) mails
...ot2/etc/dovecot/ssl/imapd.pem
ssl_key_password =
ssl_parameters_file = ssl-parameters.dat
ssl_parameters_regenerate = 168
ssl_verify_client_cert = no
syslog_facility = mail
userdb {
args
= /usr/local/dovecot/dovecot2/etc/dovecot/conf.d/dovecot-ldap.conf.ext
driver = ldap
}
valid_chroot_dirs =
verbose_auth = no
verbose_proctitle = yes
verbose_ssl = no
version_ignore = no
protocol lda {
mail_plugins = acl quota sieve quota
}
protocol imap {
imap_idle_notify_interval = 2 mins
mail_max_userip_connections = 10
mail_plugins = acl quota imap_acl imap_quota mail_log notify
autocreate trash listescap...
2011 Sep 28
0
2.0.14 IPC client_limit reached error
...sername_field = commonName
ssl_cipher_list = HIGH:MEDIUM:+SSLv3:!SSLv2
ssl_key = </usr/local/certs/imapd-pop3d.pem
ssl_key_password =
ssl_parameters_regenerate = 168
ssl_verify_client_cert = no
submission_host =
syslog_facility = mail
userdb {
args =
driver = passwd
}
valid_chroot_dirs =
verbose_auth = no
verbose_proctitle = no
verbose_ssl = no
version_ignore = no
protocol imap {
mail_max_userip_connections = 10
}
protocol pop3 {
mail_max_userip_connections = 5
}
2011 Oct 28
1
doveadm 'proxy list' or 'who' not working ?
...= commonName
ssl_cipher_list = ALL:!LOW:!SSLv2:!EXP:!aNULL
ssl_key = </etc/ssl/certificat_2011/ssl.key
ssl_key_password =
ssl_parameters_regenerate = 168
ssl_verify_client_cert = no
submission_host =
syslog_facility = mail
userdb {
args = uid=0 gid=0
driver = static
}
valid_chroot_dirs =
verbose_auth = no
verbose_proctitle = yes
verbose_ssl = no
version_ignore = no
protocol imap {
imap_client_workarounds = delay-newmail
mail_plugins = quota imap_quota
}
protocol pop3 {
mail_plugins = quota
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
pop3_uidl_format = %f
}
--
de Lafond Gui...
2014 Jan 24
1
outlook will not sync
...=
ssl_client_key =
ssl_key = </var/qmail/control/servercert.pem
ssl_key_password =
ssl_parameters_regenerate = 168
ssl_verify_client_cert = no
submission_host =
syslog_facility = mail
userdb {
args = cache_key=%u quota_template=quota_rule=*:backend=%q
driver = vpopmail
}
valid_chroot_dirs =
verbose_auth = no
verbose_proctitle = no
verbose_ssl = no
version_ignore = no
protocol imap {
imap_client_workarounds = delay-newmail
}
2011 Oct 10
2
inbox issue
...ail/control/servercert.pem
ssl_key_password =
ssl_parameters_file = ssl-parameters.dat
ssl_parameters_regenerate = 168
ssl_verify_client_cert = no
submission_host =
syslog_facility = mail
userdb {
args = cache_key=%u quota_template=quota_rule=*:backend=%q
driver = vpopmail
}
valid_chroot_dirs =
verbose_auth = no
verbose_proctitle = no
verbose_ssl = no
version_ignore = no
protocol imap {
imap_client_workarounds = delay-newmail
}
2017 Sep 20
2
Very high load
...</etc/nginx/ssl/wildcard.domain.net.key
ssl_key_password =
ssl_parameters_file = ssl-parameters.dat
ssl_parameters_regenerate = 0
ssl_protocols = !SSLv2 !SSLv3
ssl_verify_client_cert = no
syslog_facility = mail
userdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
valid_chroot_dirs =
verbose_auth = no
verbose_proctitle = no
verbose_ssl = no
version_ignore = no
protocol lmtp {
mail_plugins =
}
protocol lda {
mail_plugins =
}
protocol imap {
imap_id_log = *
}
Thank you!
2010 Jun 19
2
coredump while accessing virtual folder with dovecot 2.0
....key
ssl_key_password =
ssl_parameters_file = ssl-parameters.dat
ssl_parameters_regenerate = 168
ssl_require_client_cert = no
ssl_username_from_cert = no
ssl_verify_client_cert = no
syslog_facility = mail
userdb {
args = system_groups_user=%u blocking=yes
driver = passwd
}
valid_chroot_dirs =
verbose_auth = no
verbose_proctitle = no
verbose_ssl = no
version_ignore = no
Regards,
Matthias
2010 Jul 29
2
Exim+Dovecot LDA - How can I catch the crash?
...= ssl-parameters.dat
ssl_parameters_regenerate = 168
ssl_require_client_cert = no
ssl_username_from_cert = no
ssl_verify_client_cert = no
syslog_facility = mail
userdb {
args =
driver = passwd
}
userdb {
args = /opt/dovecot2/etc/dovecot/dovecot-sql.conf
driver = sql
}
valid_chroot_dirs =
verbose_auth = no
verbose_proctitle = no
verbose_ssl = no
version_ignore = no
protocol lda {
mail_plugins = quota
}
protocol imap {
imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
mail_max_userip_connections = 10
mail_plugins = quota
}
protocol pop3 {
mail_max_userip_connections = 3
mai...
2013 Jun 16
1
Trash plugin
...= </etc/postfix/smtpd.key
ssl_key_password =
ssl_parameters_file = ssl-parameters.dat
ssl_parameters_regenerate = 168
ssl_verify_client_cert = no
syslog_facility = mail
userdb {
args =
driver = prefetch
}
userdb {
args = /etc/dovecot/dovecot-mysql.conf
driver = sql
}
valid_chroot_dirs =
verbose_auth = no
verbose_proctitle = no
verbose_ssl = no
version_ignore = no
protocol lda {
mail_plugins = trash quota sieve
postmaster_address = postmaster at otakuuniversity.org
}
protocol imap {
imap_client_workarounds = delay-newmail
mail_plugins = trash quota imap_quota
}
protocol lmtp {
mail_pl...
2011 Feb 21
5
Segmentation fault running doveadm import
...rameters.dat
ssl_parameters_regenerate = 168
ssl_verify_client_cert = no
syslog_facility = mail
userdb {
args =
driver = passwd
}
userdb {
args = /etc/dovecot/dovecot-ldap.conf
driver = ldap
}
userdb {
args = /etc/dovecot/dovecot-ldap-userdb.conf
driver = ldap
}
valid_chroot_dirs =
verbose_auth = no
verbose_proctitle = yes
verbose_ssl = no
version_ignore = no
protocol sieve {
managesieve_implementation_string = dovecot
managesieve_logout_format = bytes=%i/%o
managesieve_max_line_length = 65536
}
protocol lda {
hostname = mysite
info_log_path =
log_path =
mail_fsync = optimize...