Displaying 20 results from an estimated 4000 matches similar to: "Worker-server timeout"
2009 Nov 23
1
Anonymous SSL Ciphers
Everyone,
I am having an issue with getting anonymous ssl ciphers disabled in dovecot. I have googled like crazy to find the solution with no help.
Here is my doveconf -n
# 1.2.5: /etc/dovecot.conf
# OS: Linux 2.6.18-92.el5 x86_64 CentOS release 5.2 (Final) nfs
log_path: /var/log/dovecot
ssl_cert_file: /etc/ssl/islandemail.com.wild.cert
ssl_key_file: /etc/ssl/islandemail.com.wild.key
2012 Oct 11
1
iterate_query does not use userdb - mail_location not found
Hi dovecot-comminity,
can't get iterate_query working. doveadm cannot find mail_location
which comes from userdb query. dovecot itself works fine with sql.
Whats wrong? please help:
[root at glen exim]# /opt/dovecot/bin/doveadm search -A mailbox Trash savedbefore 90d
doveadm(uwe at mitmachnet.de): Error: user uwe at mitmachnet.de: Initialization failed:
2013 Nov 12
1
how to make quota per user ??
I use dovecot version 1.2.15 and i put quota for all users , now i want to
give more size for some emails , i already added the quota to user database
, and i added the queries from http://wiki.dovecot.org/Quota/1.1
MySQL:
user_query = select uid, gid, home, \
concat('*:bytes=', quota_bytes) as quota_rule \
from users where userid = '%u'
# MySQL with userdb prefetch: Remember
2014 Oct 01
1
Simply mysql quota check
Hi there,
I'm setting up a new email server with Dovecot(2.2.9) and MySQL.
My Dovecot configuration:
#/etc/dovecot/conf.d/90-quota.conf
service quota-warning {
executable = script /usr/local/bin/quota-warning.sh
user = dovecot
unix_listener quota-warning {
user = vmail
}
}
plugin {
quota = maildir:User quota
quota_warning = storage=95%% quota-warning 95 %u@%d
2007 Sep 23
1
quota ignore trash
Hi everybody,
I have a server works good but the quota calculation includes trash, what i
have to do in order to ignore trash in quota calculation?
My server imap is dovecot 1.0, my smtp server is postfix 2.3.8-2 and my webmail
is horde 3.1.3 and imp 4.1.3.
my dovecot.conf :
base_dir: /var/run/dovecot/
log_path: /var/log/mail.log
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: pop3 imap
2009 Dec 07
10
Max IMAP fodlers
Is there a way to limit the amount of maildir folders a user can have?
Also is there is hard limit on the amount of folders dovecot can handle? I have a user who has over 3000 folder (including subfolders) that is having issues with delays in loading, moving, and deleting messages.
Thanks in advance
Jeff N.
2014 Dec 07
1
userdb lookup not possible with only userdb prefetch
Am 07.12.2014 um 00:56 schrieb Alexander Dalloz:
> You did fulfill the requzirements for prefetch to work documented in the
> wiki?
>
> http://wiki2.dovecot.org/UserDatabase/Prefetch
Ehm, this is my SQL configuration 'dovecot-sql.conf.ext':
> driver = mysql
> connect = host=**** user=**** password=**** dbname=****
> default_pass_scheme = PLAIN
> password_query = \
2009 Sep 14
2
General question for Dovecot under OpenBSD
Hello All,
First of all thanks a lot for providing a quality software such as
Dovecot.
I am having troubles for setting up the config files of OpenBSD's binary
package of Dovecot, flavor sieve/mysql.
Do you know where some documentation could be found for setting up
correctly the .conf (dovecot.conf & dovecot-sql.conf) since it does not
even load ("Error in configuration file
2009 Jan 13
2
Can not Create Maildir using userdb
Thank you for your reply.
So, you mean that both user_query and password_query should have the same amount of parameter and the mail parameter from user_query should have the exact parameter as userdb_mail from password_query?
And also I've to turn on userdb prefetch {}
Kind Regards,
Henry
From: Timo Sirainen [mailto:tss at iki.fi]
To: Dovecot Mailing List [mailto:dovecot at dovecot.org]
2012 Oct 19
4
still having difficulties with per-user quotas
Hello,
I am trying to get per-user quotas working. My thanks to all who have
helped so far.
To recap I am running Dovecot 2.1 and Mysql where I've got my virtual
users. All virtual users are under the system user vmail with a UID
and GID of 5000. Looking over the wiki docs I've added a quota table
and got the dict service working, I am not having problems with
permissions or the login
2010 Feb 07
2
Virtual POP3 Inbox question
Hi,
I'm having trouble implementing the virtual pop3 inbox solution in
Dovecot 1.2.x. As the following wiki page describes
(http://wiki.dovecot.org/Plugins/Virtual) one should only set the
inbox=yes flag for the virtual namespace which then flattens all
mailboxes in the realmails/ prefix.
In the above example when I set the inbox=yes flag for the virtual
namespace, the inbox in the
2006 Apr 03
1
problem with userdb_ on pgsql
# 1
password_query = SELECT login as user, passwd as password
FROM mail.dovecot_passwd_v WHERE login = '%n'
# 2
user_query = SELECT home, 5020 as uid, 5020 as gid
FROM mail.dovecot_passwd_v WHERE login = '%n'
# 3
# password_query = SELECT login as user, passwd as password,
home as userdb_home, 5020 as userdb_uid, 5020 as userdb_gid
FROM mail.dovecot_passwd_v WHERE
2006 Nov 07
1
Store outgoing mail in users mailbox
This might be a MTA question, but because I use Dovecot as an LDA, maybe
some can help me here.
Our users would like that outgoing mail is automatically saved in some
folder, say Sent. We use Postfix with virtual domains, Maildir and
Dovecot+Sieve as LDA. Outgoing mail is relayed by our imap-server (with
authentification of course, no open relay).
Most people seem to advice Postfix
2014 Feb 27
2
Dovecot Migration: Retrieving/Logging POP/IMAP Passwords in Plaintext
Hi List
I'm currently in the process of migrating my dovecot imap/pop users to a
new server and have to extract their passwords in order to import them into
the new system (different password encryption schemes).
I've tried enabling auth_* debug parameters in my dovecot.conf in the hope
that this would result in logging plaintext passwords to the dovecot log.
However dovecot does not log
2014 Dec 06
3
userdb lookup not possible with only userdb prefetch
Hello,
I am setting up a new server and migrating my Dovecot 1.2.9 config to
the new 2.2.9 version. There wasn't much to keep from the old version so
I had to recreate the config from scratch. Now I think I'm done but I
can't login to IMAP. The log says this:
> dovecot: auth: Error: prefetch(box@****.de,2001:****:7765,<bzAOP5QJXwAgAQpgEAXJAZyOMB1qBXdl>): userdb lookup not
2011 Oct 19
5
doveadm segfaults on TCP connect - version 2.0.15
Hi list,
I just recently installed Dovecot 2.0.15. Unfortunately, doveadm segfaults
when I attempt to connect to the local dovecot instance. When this occurs,
my logs show:
2011-10-19T12:31:23-07:00 mail02 dovecot: doveadm: Error: doveadm client
not compatible with this server (mixed old and new binaries?)
I am using the settings listed on the wiki page
http://wiki2.dovecot.org/Director
[root
2015 Mar 09
3
Overriding dovecot.conf from Userdb Extras
Hi,
I thought I read that anything from dovecot.conf can be overridden in a
userdb lookup. Or a passdb lookup with "userdb_" prefix.
But I tried for fun change log_path but it never worked. Is that because
logging is special, already started logging before it comes to the
passdb/userdb lookups? So are there some dovecot.conf settings
that cannot be overridden?
Thanks!
2018 Aug 07
2
limit sharing ability to certain users
Sorry for that! I was offline during writing my answer to your mail and so it left my outbox after the advice from Sami.
The solution works well when using passwd userdbs only. I didn?t get it running in conjunction with ldap userdb. I tried to use an LDAP attribute and mapping it to userdb_acl_globals_only and another try with acl_globals_only. Both attributes were not considered by the lookup.
2018 Sep 27
3
Custom variable
Hi,
I know that there are some variables (as user or username) I could use
inside dovecot. They are at https://wiki2.dovecot.org/Variables.
My question is if I can create my own variables from attributes at my
pass/user db and then use it inside dovecot configuration.
--
Angel L. Mateo Mart?nez
Secci?n de Telem?tica
?rea de Tecnolog?as de la Informaci?n
y las Comunicaciones Aplicadas
2003 Nov 18
3
Fwd: Re: smbpasswd fails to add machine account with ldapsam
,--------------- Weitergeleitete Nachricht (Anfang)
Betreff: Re: [Samba] smbpasswd fails to add machine account with ldapsam
Absender: Christoph Rudorff
Datum: Mon, 17 Nov 2003 19:58:19 +0100
Newsgruppe: linux.samba
Pirkka Luukkonen wrote:
> Hi!
>
> I am seeing other users with the same problem as I have.
confirmed.
> My samba also fails to add machine accounts.