Displaying 13 results from an estimated 13 matches for "auth_dovecot".
2011 Sep 13
1
"Waiting for authentication process to respond" for invalid users with auth_dovecot
Hi,
I am testing dovecot 2.0.13 and 2.0.14 with qmail-ldap and
auth_dovecot patch. If i login to dovecot (pop3/imap) with correct
user and password.
no problem, I can login immediately. but if I try with nonexistant
user, dovecot does not immediate answer, wait for a while and says
"Waiting for authentication process to respond."
auth_dovecot process remains work...
2007 Feb 16
0
Where is auth_dovecot
Hi,
Shouldn't i have a file named auth_dovecot ?
It's not in my system and i can't find anything about it in the docs.
Any help would be appreciated.
Warm Regards,
M?rio Gamito
2004 Dec 09
1
Exim4 authentication patch
...the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ */
+
+#include "../exim.h"
+#include "dovecot.h"
+
+#define VERSION_MAJOR 1
+#define VERSION_MINOR 0
+
+/* Options specific to the authentication mechanism. */
+optionlist auth_dovecot_options[] = {
+ {
+ "server_socket",
+ opt_stringptr,
+ (void *)(offsetof(auth_dovecot_options_block, server_socket))
+ },
+};
+
+/* Size of the options list. An extern variable has to be used so that its
+address can appear in the tables drtables.c. */
+int auth_dovecot_options_count...
2010 Jun 30
2
Can't establish Dovecot authorization in Exim.
Hi,
I have some problem in Dovecot authorization in Exim for
outgoing SMTP.
Version of Exim is 4.69 and the Exim was compiled
with "AUTH_DOVECOT=yes" and "AUTH_PLAINTEXT=yes".
Version of Dovecot
is 1.2.12.
I use SSL for IMAP. Is Exim neccesary to use SSL(TLS)
for authorization of outgoing SMTP?
Configuration files is as
follows;
- Exim
----------------------------------------------------------
dovecot_login:
driver...
2011 Jun 13
0
Dovecot + qmail-ldap
Hi;
I installed latest dovecot version (2.0.13) and qmail pathed with
qmail-ldap on our systems. We want to use auth_dovecot binary
authentication for dovecot. My dovecot config is following:
auth_debug = yes
auth_debug_passwords = yes
auth_verbose = yes
base_dir = /var/run/dovecot
disable_plaintext_auth = no
first_valid_gid = 100
first_valid_uid = 100
last_valid_gid = 65000
last_valid_uid = 65000
listen = *
mail_debug...
2017 Sep 07
2
Strange SASL issue
2017-09-07 15:04 GMT+02:00 Sami Ketola <sami.ketola at dovecot.fi>:
>
> > On 7 Sep 2017, at 16.03, Antoine Nguyen <ngu.antoine at gmail.com> wrote:
> >
> > 2017-09-07 14:29 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>:
> >
> >>
> >>
> >> On 07.09.2017 15:26, Antoine Nguyen wrote:
> >>> Hi all,
> >>>
2017 Sep 07
0
Strange SASL issue
...ry, I replied too quickly. I don't how prosody manages authentication
> but the main process ID is not 0 of course. How can I debug this?
somehow enable debugging in prosody, so it logs what it sends as cpid
parameter, as you can see here:
https://hg.prosody.im/prosody-modules/file/tip/mod_auth_dovecot/auth_dovecot/sasl_dovecot.lib.lua#l70
>
> Antoine
--
-- Kirill Miazine <km at krot.org>
2014 Jun 10
0
Dovecot Configuration for access with GSSAPI / Kerberos
...esieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environment mailbox date ihave
protocols = imap pop3
ssl = no
service auth {
unix_listener /var/spool/postfix/private/auth_dovecot {
group = postfix
mode = 0660
user = postfix
}
unix_listener auth-master {
mode = 0600
user = mail
}
user = root
}
protocol pop3 {
pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
auth_socket_path = /var/run/dovecot/auth-master
postmaster_address = root at mailServer...
2011 Aug 24
1
Attachments not removed from single store
...ta_rule2 = Trash:storage=+1048576
> quota_warning = storage=95%% quota-warning 95 %u
> quota_warning2 = storage=80%% quota-warning 80 %u
> }
> postmaster_address = postmaster at company.eu
> protocols = imap pop3
> service auth {
> unix_listener /var/spool/postfix/private/auth_dovecot {
> group = postfix
> mode = 0660
> user = postfix
> }
> unix_listener auth-master {
> mode = 0600
> user = vmail
> }
> user = root
> }
> service dict {
> unix_listener dict {
> mode = 0600
> user = vmail
> }
>...
2011 Aug 23
1
Cannot delete subfolder in public folder
...ta_rule2 = Trash:storage=+1048576
> quota_warning = storage=95%% quota-warning 95 %u
> quota_warning2 = storage=80%% quota-warning 80 %u
> }
> postmaster_address = postmaster at company.eu
> protocols = imap pop3
> service auth {
> unix_listener /var/spool/postfix/private/auth_dovecot {
> group = postfix
> mode = 0660
> user = postfix
> }
> unix_listener auth-master {
> mode = 0600
> user = vmail
> }
> user = root
> }
> service dict {
> unix_listener dict {
> mode = 0600
> user = vmail
> }
>...
2017 Nov 14
1
SMTP and IMAP authentication critically fails out of the blue
...sqlquota? quota_rule2 = Trash:storage=+100%%? sieve = /var/vmail/sieve/%u.sieve? sieve_after = /var/vmail/sieve/global.sieve? sieve_max_script_size = 1M? sieve_quota_max_scripts = 0? sieve_quota_max_storage = 0}protocols = imap sieve lmtp pop3service auth {? unix_listener /var/spool/postfix/private/auth_dovecot {? ? group = postfix? ? mode = 0660? ? user = postfix? }? unix_listener auth-master {? ? mode = 0600? ? user = vmail? }? unix_listener auth-userdb {? ? mode = 0600? ? user = vmail? }? user = root}service dict {? unix_listener dict {? ? group = vmail? ? mode = 0660? ? user = vmail? }}service lmtp {?...
2020 Feb 20
2
dovecot 2 samba ad-dc
...e_ttl = 30s # wenn Benutzer nicht existierte bei
letztem Check
passdb {
? args = /etc/dovecot/dovecot-ldap.conf.ext
? driver = ldap
}
userdb {
? driver = prefetch
}
userdb {
? args = /etc/dovecot/dovecot-ldap.conf.ext
? driver = ldap
}
service auth {
? unix_listener /var/spool/postfix/private/auth_dovecot {
??? group = postfix
??? mode = 0660
??? user = postfix
? }
? unix_listener auth-userdb {
??? mode = 0600
??? user = root
? }
? user = root
}
service dict {
??? unix_listener dict {
??????? mode = 0660
??????? user = vmail
??????? group = vmail
??? }
}
namespace inbox {
? inbox = yes
? location...
2017 Jun 07
2
lmtp: Error: Temp file creation to /tmp/ ... failed: No such file or directory on incoming mails with attachments
...quota_rule2 = Trash:storage=+100%%
sieve = /var/vmail/sieve/%u.sieve
sieve_after = /var/vmail/sieve/global.sieve
sieve_max_script_size = 1M
sieve_quota_max_scripts = 0
sieve_quota_max_storage = 0
}
protocols = imap sieve lmtp pop3
service auth {
unix_listener /var/spool/postfix/private/auth_dovecot {
group = postfix
mode = 0660
user = postfix
}
unix_listener auth-master {
mode = 0600
user = vmail
}
unix_listener auth-userdb {
mode = 0600
user = vmail
}
user = root
}
service dict {
unix_listener dict {
group = vmail
mode = 0660
user = vmail...