Displaying 20 results from an estimated 37 matches for "default_with_listener".
2006 Feb 06
1
auth: out of memory
Hello :)
I just couldn't login to my dovecot imap (1.0-beta2). Dovecot authenticates
from mysql database.
Feb 6 19:47:33 elfstone dovecot: auth-worker(default_with_listener):
sql(damirh at noviforum.si): User query failed: MySQL client run out of memory
Feb 6 19:47:52 elfstone dovecot: auth-worker(default_with_listener): ^GOut of
memory (Needed 8164 bytes)
Feb 6 19:47:52 elfstone dovecot: auth-worker(default_with_listener):
sql(bfg at noviforum.si): User query fa...
2006 Jun 19
2
MS Exchange SMTP Login problem
...vecot server as smarhost for several Exchange
Servers, and we wish to use TLS + basic authentication for these
outgoing mails.
But it seems that the way Exchange talks to our server, dovecot gets
confused, and password is used instead username for user lookups, so
authentication fails.
Info: auth(default_with_listener): client in: AUTH 5 login
service=smtp resp=bXlfdXNlcm5hbWU= //(resp=my_username)
Info: auth(default_with_listener): client out: CONT 5
VXNlcm5hbWU6 //(Username:)
Info: auth(default_with_listener): client in: CONT 5
bXlfcGFzc3dvcmQ= //(my_password)
Info: auth(d...
2007 May 04
1
Help with LDAP authentication - user / user+domain
...)(accountActive=TRUE)(delete=F
ALSE))
pass_attrs = mail,userPassword
pass_filter =
(&(objectClass=VirtualMailAccount)(mail=%u)(accountActive=TRUE)(delete=F
ALSE))
default_pass_scheme = SSHA
user_global_uid = 100
user_global_gid = 101
My logs:
Apr 30 13:47:58 server dovecot: auth(default_with_listener): client in:
AUTH 1 PLAIN service=POP3 lip=xxx.xxx.xx.xx
rip=xxx.xx.xxx.xxx resp=AGpveWNlLm1hcmlhbm8AbWFrdHVi
Apr 30 13:47:58 server dovecot: auth(default_with_listener):
ldap(user.test,xxx.xx.xxx.xxx): pass search: base=dc=domain,dc=com
scope=subtree
filter=(&(objectClass=...
2007 Mar 02
1
Some question about "auth default", "auth default_with_listener" and others
Hello,
Trying to set in dovecot.conf more than one auth section found that imap and pop3 auth process use bose of them.
Loooks like thay do in round-robin way or maybe another way.
Example of config:
auth default {
mechanisms = plain
passdb sql {
args =
2005 Dec 31
3
Using dovecot auth with Postfix
...when Postfix is chrooted, a method from the
reference above is to locate the socket at: /var/spool/postfix/private/auth
To do this, I have this configuration in dovecot.conf:
# listener sockets will be created by Dovecot's master process using the
# settings given inside the auth section
auth default_with_listener {
mechanisms = plain
passdb passwd {
}
userdb pam {
}
socket listen {
master {
path = /var/spool/postfix/private/dovecot-auth-master
# WARNING: Giving untrusted users access to master socket may be a
# security risk, don't give too wide permissions to it!...
2011 Apr 29
2
Problem Authenticating with Master User
...gid: 102
last_valid_gid: 102
mail_uid: vmail
mail_gid: vmail
mail_location: maildir:/home/vmail/domains/%d/%n
lda:
postmaster_address: postmaster at server.com
auth_socket_path: /var/run/dovecot-auth-master
global_script_path: /home/vmail/domains/server.com/sieve
mail_plugins: cmusieve
auth default_with_listener:
master_user_separator: *
verbose: yes
debug: yes
debug_passwords: yes
passdb:
driver: ldap
args: /etc/dovecot-ldap.conf
userdb:
driver: ldap
args: /etc/dovecot-ldap.conf
socket:
type: listen
client:
path: /var/run/dovecot/auth-client
mode: 432...
2007 Feb 15
1
Dovecot forward problems
...d[16483]: connect from unknown[myip]
postfix/smtpd[16483]: 62C9034002: client=unknown[myip]
postfix/cleanup[16777]: 62C9034002:
message-id=<20070215182523.62C9034002 at mysmtpserver>
postfix/qmgr[16457]: 62C9034002: from=<me at domain>, size=360, nrcpt=1
(queue active)
dovecot: auth(default_with_listener): master in: USER 1
user at domain service=deliver
dovecot: auth(default_with_listener): ldap(user at domain): user search:
base=dc=example,dc=com scope=subtree
filter=(&(objectClass=VirtualMailAccount)(mail=user at domain)(accountActiv
e=TRUE)(delete=FALSE)) fields=mail,homeDirecto...
2006 Jan 20
2
Assertation failed when trying to login twice in one session
Hello,
this command:
echo "user testu
pass q" ; sleep 5; echo "user testu
pass test
quit" | nc localhost pop3
results in this assert:
dovecot: Jan 20 10:16:09 Error: auth(default_with_listener): file
auth-client-connection.c: line 33 (auth_client_send): assertion failed:
(conn->refcount > 1)
dovecot: Jan 20 10:16:09 Error: child 18656 (auth) killed with signal 6
without listener:
dovecot: Jan 20 10:24:07 Error: auth(default): file
auth-client-connection.c: line 33 (auth_client_...
2006 Apr 14
2
Master Password not working
Trying to get the master password to work. What am I doing wrong? Trying
this test:
/etc/dovecot.masterusers
master:{plain}test
auth_master_user_separator=*
auth default_with_listener {
mechanisms = plain
passdb passwd-file {
# Master users that can log in as anyone
args = /etc/dovecot.masterusers
master = yes
#pass =yes
}
passdb passwd-file {
# Path for passwd-file
args = /etc/vmail/shadow.%d
}
userdb passwd-file {
# Path for passwd-fi...
2006 Jun 28
2
RC1 broken - Authentication Failed
Works great with all the beta versions. I installed RC1 and get massive authentication failures.
auth_debug_passwords = yes
auth_master_user_separator=*
auth default_with_listener {
mechanisms = plain
passdb passwd-file {
# Master users that can log in as anyone
args = /etc/dovecot.masterusers
master = yes
#pass =yes
}
passdb passwd-file {
# Path for passwd-file
args = /etc/vmail/shadow.%d
}
userdb passwd-file {
# Path for passwd-fi...
2008 Sep 16
4
Errors on high load
...days, 19:19, 2 users, load average: 207.01, 169.27, 94.41
Sep 15 17:00:26 curie dovecot: imap-login: *** glibc detected ***
imap-login: malloc(): memory corruption: 0x00000000009f8560 ***
Sep 15 17:00:26 curie dovecot: child 24012 (login) killed with signal 6
Sep 15 18:48:36 curie dovecot: auth(default_with_listener): BUG:
Authentication client said it's PID 0
Sep 15 18:48:36 curie dovecot: child 24014 (login) killed with signal 11
Sep 16 09:05:19 curie dovecot: imap-login: *** glibc detected ***
imap-login: malloc(): memory corruption: 0x00000000008c4bc0 ***
Sep 16 09:05:19 curie dovecot: child 24013 (log...
2011 Apr 28
2
Problem Authenticating with Master User
...gid: 102
last_valid_gid: 102
mail_uid: vmail
mail_gid: vmail
mail_location: maildir:/home/vmail/domains/%d/%n
lda:
postmaster_address: postmaster at server.com
auth_socket_path: /var/run/dovecot-auth-master
global_script_path: /home/vmail/domains/server.com/sieve
mail_plugins: cmusieve
auth default_with_listener:
master_user_separator: *
verbose: yes
debug: yes
debug_passwords: yes
passdb:
driver: ldap
args: /etc/dovecot-ldap.conf
userdb:
driver: ldap
args: /etc/dovecot-ldap.conf
socket:
type: listen
client:
path: /var/run/dovecot/auth-client
mode: 432...
2006 May 05
2
dovecot LDA w/virtual domains and postfix
...s/%d/%n/mail
protocol lda {
postmaster_address = postmaster at frauerpower.com
}
protocol imap {
}
protocol pop3 {
}
auth default {
mechanisms = plain
passdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}
userdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}
user = root
}
auth default_with_listener {
mechanisms = plain
userdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}
passdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}
socket listen {
master {
path = /var/run/dovecot-auth-master
mode = 0600
user = vmail
group = mail
}
}
}
plugin {
}...
2008 Jan 20
3
Exim Dovecot Authentication Problem
...OK or failure. So it's pretty safe to allow anyone
access to
# it. Master socket is used to a) query if given client was successfully
# authenticated, b) userdb lookups.
# listener sockets will be created by Dovecot's master process using the
# settings given inside the auth section
auth default_with_listener {
mechanisms = plain
passdb passwd-file {
# Master users that can log in as anyone
args = /etc/dovecot.masterusers
master = yes
pass =yes
}
passdb passwd-file {
# Path for passwd-file
args = /etc/exim/control/vmail/shadow.%d
}
userdb passwd-file {
# Path f...
2005 Aug 05
3
Compile trouble with mysql
Hello!
I tried to compile the latest 1.0-test (79) with mysql support, but
there is the following error:
...
/usr/local/mysql/lib/libmysqlclient.a(sha1.o)(.text+0x5c): In function
`sha1_result':
: multiple definition of `sha1_result'
../lib/liblib.a(sha1.o)(.text+0x830):/usr/local/src/dovecot/dovecot-1.0-test79/src/lib/sha1.c:233: first defined here
...
So 'sha1_result' is
2010 Jun 06
1
Questions about migration Sun Messaging -> Dovecot+Postfix+Ldap
...%08Xu%08Xv
pop3_uidl_format(imap): %08Xu%08Xv
pop3_uidl_format(pop3): %08Xv%08Xu
pop3_uidl_format(managesieve): %08Xu%08Xv
lda:
postmaster_address: javierdemiguel at us.es
hostname: us.es
mail_plugins: sieve
log_path:
info_log_path:
syslog_facility: mail
fsync_disable: no
auth default_with_listener:
mechanisms: plain login
passdb:
driver: ldap
args: /etc/dovecot-ldap.conf
userdb:
driver: ldap
args: /etc/dovecot-ldap-userdb.conf
auth default:
mechanisms: plain login
passdb:
driver: ldap
args: /etc/dovecot-ldap.conf
userdb:
driver: ldap...
2011 Apr 29
0
Problem Authenticating with Master User
On 29.4.2011, at 6.19, Henry Franco wrote:
> So I removed the passdb's and the pass=yes since it doesn't work with PAM but I'm still not having any luck. Any suggestions? I'm open.
Oh, I didn't notice earlier:
> auth default_with_listener:
..
> auth default:
Don't use two auth {} blocks. That's the one causing this.
2007 Feb 22
0
Dovecot Quota + LDAP
...net ready.
disable_plaintext_auth = no
protocol imap {
mail_plugins = quota imap_quota
}
protocol lda {
postmaster_address = postmaster at domain.com
mail_plugins = quota
}
protocol pop3 {
pop3_uidl_format = %08Xu%08Xv
mail_plugins = quota
}
auth default_with_listener {
mechanisms = plain login
userdb ldap {
args = /etc/dovecot-ldap.conf
}
passdb ldap {
args = /etc/dovecot-ldap.conf
}
socket listen {
master {
path = /var/run/dovecot/a...
2005 Aug 19
0
1.0 alpha1 and postfix dovecot auth
...orking fine. Tried out
1.0alpha1 and now when I connect to postfix it logs this error.
Aug 19 11:25:19 redefine postfix/smtpd[17343]: fatal: SASL: connect
failed: No such file or directory
I've tried with postfix-2.2.4 and 2.2.5. Right now I'm using auth
default but I also tried auth default_with_listener.
Anybody else using this patch seeing this?
2006 Feb 13
1
Upgrade alpha5 to beta3
...ules = yes
mail_modules = /usr/local/lib/dovecot/imap
login_greeting_capability = no
}
protocol pop3 {
}
auth_executable = /usr/local/libexec/dovecot/dovecot-auth
auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@
auth_verbose = yes
auth_debug = yes
auth default_with_listener {
mechanisms = plain
user = root
passdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}
userdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}
socket listen {
master {
path = /var/run/dovecot-auth-client/sock...