search for: result_internalfail

Displaying 20 results from an estimated 58 matches for "result_internalfail".

2014 Jun 01
0
Combining userdbs
...rom the documentation. The goal would be to set user-specific quotas for a few users with a specific passwd-file like this : cat /etc/dovecot/quotas foo:x::::::userdb_quota_rule=*:storage=2G The first userdb is passwd (with pam passwd): userdb { driver = passwd result_failure = return-fail result_internalfail = return-fail result_success = continue-ok skip = never } The second one is for the specific quota userdb { args = username_format=%n /etc/dovecot/quotas driver = passwd-file result_failure = continue result_internalfail = continue result_success = return-ok skip = notfound } User...
2014 May 11
1
Segfault with passwd as a second userdb at auth_fields_rollback
...============================== $ dovecot --version 2.2.12 $ doveconf # passdb/userdb/auth related passdb { args = username_format=%u scheme=CRYPT /etc/dovecot/users default_fields = deny = no driver = passwd-file master = no override_fields = pass = no result_failure = continue result_internalfail = continue result_success = return-ok skip = never } passdb { args = default_fields = deny = no driver = pam master = no override_fields = pass = no result_failure = continue result_internalfail = continue result_success = return-ok skip = never } service auth { chroot...
2020 Sep 03
0
ltmp delivery with ldap and prefetch
...gid=%{ldap:gidNumber},home=%{ldap:homeDirectory} [2] pass / user db's passdb { args = /etc/dovecot/dovecot-ldap.conf.ext auth_verbose = default default_fields = deny = no driver = ldap master = no mechanisms = name = override_fields = pass = no result_failure = continue result_internalfail = continue result_success = return-ok skip = never username_filter = } userdb { args = /etc/dovecot/special-userdb auth_verbose = default default_fields = driver = passwd-file name = override_fields = result_failure = continue result_internalfail = continue result_success =...
2017 Jan 19
5
Segfault on LIST Command
...imap postlogin } service pop3 { executable = pop3 postlogin } service postlogin { executable = script-login -d rawlog } service quota-warning { executable = script /bin/quota-warning.sh } ssl = no userdb { args = /etc/dovecot/userdb-ldap.conf driver = ldap result_failure = return-fail result_internalfail = return-fail result_success = continue-ok } userdb { default_fields = quota_bytes=42M driver = bdb_quota override_fields = quota_rule=*:bytes=%{userdb:quota_bytes} result_failure = return-fail result_internalfail = return-fail result_success = continue-ok } verbose_proctitle = yes pr...
2015 Nov 17
2
Disabling auth fallback to PAM
Hi folks, According to the wiki,? it's considered a feature of Dovecot and its ability to support multiple authentication sources that "if the password doesn't match in the first database, it checks the next one". ?) http://wiki.dovecot.org/Authentication/MultipleDatabases I think it's great that Dovecot allows auth sources to be stacked like this, but I am not sold on the
2016 Jul 10
3
Panic: file mdbox-save.c: line 337: unreached
...} mailbox Spam { auto = no autoexpunge = 90 days special_use = \Junk } mailbox Trash { autoexpunge = 90 days special_use = \Trash } prefix = separator = / } passdb { args = /etc/dovecot/dovecot-ldap-old.conf.ext driver = ldap result_failure = continue-fail result_internalfail = continue-fail result_success = continue-ok skip = authenticated } passdb { args = /etc/dovecot/dovecot-ldap-new.conf.ext driver = ldap result_failure = return-fail result_internalfail = return-fail result_success = continue-ok skip = authenticated } plugin { pop3_migration_ignor...
2017 Feb 24
2
Users with multiple password
Hi! ~ dovecot --version 2.2.22 (fe789d2) I am wondering if there is a way to set up virtual users with multiple valid passwords. We want to be able to provide users with device/app-specific passwords for their email accounts, as well as being able to create temporary "access tokens" for technical support when required. I quickly found out that passdb using passwd-file or an
2014 Jan 25
1
userdb maildir permission denied in 2.1.7
Dear All, I'm using version 2.1.7 which currently ships with debian stable. I'd like to use userdb { driver = passwd-file args = username_format=%n /etc/dovecot/users default_fields = uid=vmail gid=vmail override_fields = skip = never result_failure = continue result_internalfail = continue result_success = return-ok } from [1]. The error message is: Jan 25 14:02:03 post1 dovecot: lda(chris): Error: user chris: Initialization failed: Namespace '': stat(/home/vmail/chris/Maildir) failed: Permission denied (euid=1000(chris) egid=1000(chris) missing +x perm: /home...
2014 Sep 22
0
numeric username
...MNOPQRSTUVWXYZ01234567890.-_@ auth_username_format = %Ln auth_username_translation = ... lmtp_address_translate = ... passdb { args = cache_key=%u%s dovecot default_fields = deny = no driver = pam master = no name = override_fields = pass = no result_failure = continue result_internalfail = continue result_success = return-ok skip = never } ... service lmtp { chroot = client_limit = 1 drop_priv_before_exec = no executable = lmtp extra_groups = group = idle_kill = 0 privileged_group = process_limit = 0 process_min_avail = 5 protocol = lmtp se...
2014 Nov 21
1
Unable to see virtual users
...when I copied the sample config entries from http://wiki2.dovecot.org/UserDatabase it got config errors: userdb { driver = passwd-file args = username_format=%n /etc/dovecot/users default_fields = uid=vmail gid=vmail override_fields = skip = never result_failure = continue result_internalfail = continue result_success = return-ok } The 'skip', 'result_failure', etc. entries all generated config errors as being unknown. Since these were just explicitly setting config variables to their default values, I deleted them. It does seem odd that the config sample from t...
2017 Jan 23
2
Segfault on LIST Command
...executable = script /bin/quota-warning.sh >>>>> } >>>>> ssl = no >>>>> userdb { >>>>> args = /etc/dovecot/userdb-ldap.conf >>>>> driver = ldap >>>>> result_failure = return-fail >>>>> result_internalfail = return-fail >>>>> result_success = continue-ok >>>>> } >>>>> userdb { >>>>> default_fields = quota_bytes=42M >>>>> driver = bdb_quota >>>>> override_fields = quota_rule=*:bytes=%{userdb:quota_bytes}...
2017 Jan 19
0
Segfault on LIST Command
...; } > service postlogin { > executable = script-login -d rawlog > } > service quota-warning { > executable = script /bin/quota-warning.sh > } > ssl = no > userdb { > args = /etc/dovecot/userdb-ldap.conf > driver = ldap > result_failure = return-fail > result_internalfail = return-fail > result_success = continue-ok > } > userdb { > default_fields = quota_bytes=42M > driver = bdb_quota > override_fields = quota_rule=*:bytes=%{userdb:quota_bytes} > result_failure = return-fail > result_internalfail = return-fail > result_succe...
2017 Jan 23
2
Segfault on LIST Command
...;>>>> } >>>>>>> ssl = no >>>>>>> userdb { >>>>>>> args = /etc/dovecot/userdb-ldap.conf >>>>>>> driver = ldap >>>>>>> result_failure = return-fail >>>>>>> result_internalfail = return-fail >>>>>>> result_success = continue-ok >>>>>>> } >>>>>>> userdb { >>>>>>> default_fields = quota_bytes=42M >>>>>>> driver = bdb_quota >>>>>>> override_fi...
2019 Nov 19
1
Panic: file smtp-client-connection.c: line 1142 (smtp_client_connection_established)
...g_timestamp = "%Y-%m-%d %H:%M:%S " login_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e %c %k session=<%{session}> mail_max_userip_connections = 250 passdb { args = /etc/dovecot/sql/dovecot-dict-sql-passdb.conf driver = sql result_failure = return-fail result_internalfail = return-fail result_success = continue-ok } passdb { args = proxy=y starttls=any-cert master=director at m03.company.com pass=#hidden_use-P_to_show# nopassword=y driver = static skip = unauthenticated } pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s, uidl=%u protocols = ima...
2016 Jul 09
2
Raw backtrace multiple passwords not allowed
...s particular user has a space in their password.. some other users do not when seeing this error. I run multiple passdb and config is: passdb { args = /etc/dovecot/dovecot-ldap-proxy-alias.conf.ext default_fields = nopassword=y password= driver = ldap result_failure = continue-fail result_internalfail = continue-fail result_success = continue-ok } passdb { args = scheme=plain username_format=%l@%d /etc/dovecot/passwd.domains default_fields = nopassword=y password= driver = passwd-file result_success = continue-fail } passdb { args = /etc/dovecot/dovecot-ldap-proxy.conf.ext d...
2014 Dec 16
2
LDAP: Connection appears to be hanging, reconnecting
...cs, state=1 The used dovecot version is 2.2.13, runs on a solaris 10 system and the configuration for passdb and userdb are: passdb { args = /etc/dovecot-ldap.conf default_fields = deny = no driver = ldap master = no name = override_fields = pass = no result_failure = continue result_internalfail = continue result_success = return-ok skip = never } userdb { args = /etc/dovecot-ldap.conf default_fields = driver = ldap name = override_fields = result_failure = continue result_internalfail = continue result_success = return-ok skip = never } And the dovecot-ldap.conf co...
2017 Jan 23
0
Segfault on LIST Command
...g { >> >> executable = script /bin/quota-warning.sh >> >> } >> >> ssl = no >> >> userdb { >> >> args = /etc/dovecot/userdb-ldap.conf >> >> driver = ldap >> >> result_failure = return-fail >> >> result_internalfail = return-fail >> >> result_success = continue-ok >> >> } >> >> userdb { >> >> default_fields = quota_bytes=42M >> >> driver = bdb_quota >> >> override_fields = quota_rule=*:bytes=%{userdb:quota_bytes} >> >>...
2019 Feb 27
2
Unexpected behavior with sieve_vacation_to_header_ignore_envelope = yes
...------------------------------------ 2) The related excerpt of the configuration: ------>8------------------------------------------------------------------------------ mail /usr/local/etc/dovecot/conf.d >doveconf | grep -A 10 -B 10 to_header_ignore_envelope result_failure = continue result_internalfail = continue result_success = return-ok skip = never username_filter = } plugin { acl = vfile acl_shared_dict = file:/var/lib/dovecot/shared-mailboxes sieve = file:/srv/vmail/%u/sieve;active=/srv/vmail/%u/active.sieve sieve_vacation_to_header_ignore_envelope = yes } pop3_client_w...
2019 Mar 30
3
Trying to track down source of duplicate messages
...12 hours old_stats_memory_limit = 16 M old_stats_session_min_time = 15 mins old_stats_user_min_time = 1 hours passdb { args = auth_verbose = default default_fields = deny = no driver = pam master = no mechanisms = name = override_fields = pass = no result_failure = continue result_internalfail = continue result_success = return-ok skip = never username_filter = } passdb { args = auth_verbose = default default_fields = deny = no driver = pam master = no mechanisms = name = override_fields = pass = no result_failure = continue result_internalfail = continue...
2017 Jan 23
0
Segfault on LIST Command
...arning.sh > >>>>> } > >>>>> ssl = no > >>>>> userdb { > >>>>> args = /etc/dovecot/userdb-ldap.conf > >>>>> driver = ldap > >>>>> result_failure = return-fail > >>>>> result_internalfail = return-fail > >>>>> result_success = continue-ok > >>>>> } > >>>>> userdb { > >>>>> default_fields = quota_bytes=42M > >>>>> driver = bdb_quota > >>>>> override_fields = quota_rule=...