Displaying 20 results from an estimated 53 matches for "auth_process_size".
2006 Aug 09
1
When auth_process_size is reached
What does Dovecot do when dovecot-auth reaches the max size defined by auth_process_size? Does it just prevent it from growing further, or does it cause any problems?
Thanks,
Bill
2007 Nov 17
2
Dovecot + Cygwin
...n my log:
dovecot: Nov 17 02:40:18 Info: Dovecot v1.0.7 starting up
dovecot: Nov 17 02:40:19 Fatal: setrlimit(RLIMIT_DATA, 256): Invalid
argument
dovecot: Nov 17 02:40:19 Error: Auth process died too early - shutting down
dovecot: Nov 17 02:40:19 Error: child 1452 (auth) returned error 89
setting auth_process_size to another value didn't fixed this issue.
Thanks for any help
Greets
$ /sbin/dovecot -n
# 1.0.7: /etc/dovecot.conf
base_dir: /var/run/dovecot/
log_path: /var/log/dovecot.log
ssl_disable: yes
disable_plaintext_auth: no
login_dir: /var/run/dovecot//login
login_executable: /libexec/dovecot/imap...
2010 May 15
1
Setting up a 'rootless' server - user and auth_user cannot be the same
...lid configuration in /usr/local/etc/dovecot.conf
Config trying to use:
protocols = imap
disable_plaintext_auth = no
ssl = no
login_chroot = no
login_user = cyg_server
login_process_size = 0
login_max_processes_count = 5
mail_location = maildir:~/Maildir
max_mail_processes = 5
mail_process_size = 0
auth_process_size = 0
auth default {
mechanisms = plain
passdb passwd-file {
args = /usr/local/etc/dovecot.users
}
userdb passwd {
}
user = cyg_server
}
2010 Jun 07
1
PAM ISSUE (auth-worker)
Hello
ISSUE: Intermittently getting username and password authentication in
clients both OUTLOOK 2007 and latest Thunderbird, indicating that the
client is not authenticated with the server. Ie the username and
password dialogue constantly reappears.
This only appears as more users logged into the system.
TEMP FIX: Restart Dovecot.
LOG FILES
Mail.err
Jun 7 15:23:07 mail
2007 Jan 26
2
Best small server config
...5
max_mail_processes = 140
imap_process_size = 192
pop3_process_size = 64
first_valid_uid = 500
last_valid_uid = 520
mail_cache_fields = MessagePart
mbox_locks = fcntl
mbox_read_dotlock = no
mbox_lock_timeout = 380
auth = default
auth_mechanisms = plain
auth_userdb = passwd
auth_passdb = pam
auth_process_size = 64
auth_user = root
#
Any insight or advice welcomed!
Ben de G.
2009 Feb 06
1
help: "dovecot: pipe() failed: Too many open files"
...oes not seem to help.
The following settings were increased by me to try and stop this problem - but
did not have an obvious effect:
login_process_size = 128
login_process_per_connection = yes
login_max_processes_count = 512
Other parameters were left commented out:
#max_mail_processes = 1024
#auth_process_size = 256
If anyone has any ideas about where I might be going wrong, please let me
know..!
many thanks
Jake
--
Dr Jake Grimmett
Head Of Scientific Computing
MRC Laboratory of Molecular Biology
Hills Road, Cambridge, CB2 0QH, UK.
Phone 01223 402219
Mobile 0776 9886539
2006 Jan 07
2
Documentation updates in Wiki
I started writing a new front page for wiki.dovecot.org:
http://wiki.dovecot.org/NewIndex
This is partially based on the comments in Documentation thread starting
from here: http://dovecot.org/list/dovecot/2005-July/008076.html
"A simple Dovecot installation" section is pretty much finished from my
point of view. I hope it's clear enough for anyone wanting to install a
working
2009 Aug 24
2
dovecot-auth failed: Not enough space
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear all,
I've been trying to get a Dovecot IMAP service running under HP-UX
11.23, IA64. The system has 6GB of spare space under /var and at least
the same amount of RAM free at the current time.
I've compiled from the latest source (1.2.4), using the following options:
# CC="/opt/aCC/bin/aCC" ./configure --prefix=/opt/dovecot
2006 Dec 26
2
Getting "Can't resolve address no: Name or service not known" error when starting Dovecot
...ecutable location.
login_executable = /usr/libexec/dovecot/imap-login
# IMAP executable location.
mail_executable = /usr/libexec/dovecot/imap
}
##
## Authentication processes
##
# Executable location
auth_executable = /usr/libexec/dovecot/dovecot-auth
# Set max. process size in megabytes.
auth_process_size = 256
# Authentication cache size in kilobytes. 0 means it's disabled.
auth_cache_size = 128
# Time to live in seconds for cached data.
auth_cache_ttl = 60
# List of allowed characters in username.
auth_username_chars =
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@
aut...
2005 Dec 16
2
out of memory on dovecot alpha5
Hello
Once a day i have these errors in doveecot.log:
===========================================
dovecot: Dec 16 14:06:04 Error: auth-worker(default): .Out of memory
(Needed 52 bytes)
dovecot: Dec 16 14:06:04 Error: auth-worker(default): sql(login,<ip>):
Password query failed: MySQL
client ran out of memory
dovecot: Dec 16 14:06:06 Info: imap-login: Disconnected: user=<login>,
2006 Mar 28
0
login problem
...canner-From: redhat at techspace.nl
I use pam to login my users are stored as j.hendriks
now i like to use 2 domains but with the same user and passw
and the option that de mail is stored in a difrent directory
but i cant get rit of the @domain extention by Autentification
made these canges.
auth_process_size = 256
auth_cache_size = 5000
auth_cache_ttl = 3600
passdb pam {
args = session=yes
args = service name="*"
args = cache_key=%n
args = dovecot
}
but keeps Autentificating me as j.hendriks at domain insted of j.hendriks
what am i doing wrong....
2006 Mar 31
1
domain stripping searcing for ages
...rom: redhat at techspace.nl
I use pam to login my users are stored as j.hendriks
now i like to use 2 domains but with the same user and passw
and the option that de mail is stored in a difrent directory
but i cant get rit of the @domain extention by Autentification
i'f made these canges.
auth_process_size = 256
auth_cache_size = 5000
auth_cache_ttl = 3600
passdb pam {
args = session=yes
args = service name="*"
args = cache_key=%n
args = dovecot
}
but keeps Autentificating me as j.hendriks at domain insted of j.hendriks
what am i doing wrong....
2006 Jun 30
1
help for static user
...odules = /usr/lib/dovecot/pop3
auth = cram-md5
auth_mechanisms = cram-md5
auth_realms =
auth_userdb = passwd static uid=8 gid=8 home=/var/mail/virtual/%d/%u
auth_passdb = passwd-file /etc/dovecot/cram-md5.pwd
auth_user = dovecot
auth_chroot =
auth_executable = /usr/lib/dovecot/dovecot-auth
auth_process_size = 256
auth_count = 1
auth_username_chars =
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@
>>
Thank you in advance for any help.
2006 Oct 05
1
Dovecot freeze - 1.0 rc7 - FreeBSD 6.1
...6.88.180.*, lip=85.17.42.165
No other errors are logged. When i restart dovecot
it runs fine again for some time. Sometimes it
works for a few days, sometimes just a few
hours. There's always a point where it freezes
again.
Reinstalled dovecot. Fiddled a bit with the
auth_worker_max_count and auth_process_size
settings. No change in behavior was observed.
There's no out of the ordinary cpu or memory use.
Any ideas?
Floris
2009 Sep 14
1
Dovecot+PAM advice please?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
sorry to bother you with this. I'm trying to set up an experimental
system (which may become production if it ever gets off the ground) and
it's not working.
The short version: I'm trying to get Dovecot 1.2.4 to authenticate
against a customised PAM module. In short, we're using a specialised OTP
radius backend. One of my
2008 Jul 02
2
Dovecot Config Problem
...l_plugin_dir = /usr/lib/dovecot/imap
}
# POP3 specific settings
protocol pop3 {
login_executable = /usr/libexec/dovecot/pop3-login
mail_executable = /usr/libexec/dovecot/pop3
mail_executable = /usr/libexec/dovecot/pop3
}
# Authentication processes
auth_executable = /usr/libexec/dovecot/dovecot-auth
auth_process_size = 256
auth_realms =
auth_username_chars =
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@
auth default {
mechanisms = plain login
passdb pam {
}
userdb passwd {
}
socket listen {
client {
# Assuming the default Postfix $queue...
2006 Sep 04
2
Dovecot problem in RHEL4
Hi all,
I have some problem with dovecot in RHEL4.
IMAP server is dropping connection after woorking for some time.
It seems that the login process count keeps increasing?(stale login
process are not removed)
Any points to sort the problem?
--
Adarsh
2007 Jun 06
1
user lookups not working when using dovecot as lda
...= /usr/local/lib/dovecot/imap
sendmail_path = /usr/sbin/sendmail
auth_socket_path = /var/run/dovecot/auth-master
log_path = /var/log/dovecot-deliver.log
info_log_path = /var/log/dovecot-deliver.log
# syslog_facility = mail
}
auth_executable = /usr/local/libexec/dovecot/dovecot-auth
auth_process_size = 256
auth_debug = yes
auth_verbose = yes
auth default {
mechanisms = plain
passdb pam {
}
userdb passwd {
}
user = root
socket listen {
master {
path = /var/run/dovecot/auth-master
mode = 0666
user = dovecot
group = dovecot
}
client...
2006 Aug 02
2
Cyrus + ldap
Hi,
I need some help
I am currently setting up my FC5 box with ldap + samba + postfix +
dovecot support as prescribed in howto
http://wanderingbarque.com/howtos/mailserver/mailserver.html
My problem is in starting the dovecot server.
I get the following error
Starting Dovecot Imap: Error: Error in configuration
file /etc/dovecot.conf line 16: Unknown setting: passdb
My dovcot.conf file:
2008 Sep 09
4
Problems to sync
.../%u/mail/:INBOX=/var/mail/%u
mail_access_groups = mail
protocol imap {
login_executable = /usr/local/libexec/dovecot/imap-login
mail_executable = /usr/local/libexec/dovecot/imap
login_greeting_capability = yes
}
#Otimizacao
dotlock_use_excl=yes
maildir_copy_with_hardlinks=yes
auth_verbose = yes
auth_process_size = 256
auth_cache_ttl = 3600
auth default {
mechanisms = plain
user = root
ssl_require_client_cert = no
passdb pam {
}
userdb passwd {
}
}
The problem is that I get to sync with INBOX, but I can't get to sync with
the other files...
I don't know if this line is correct:
mai...