Displaying 20 results from an estimated 7000 matches similar to: "mailbox size limit"
2007 Aug 28
2
quota imap_quota
Hello,
I've been frying my brain with quota and mysql... Here is what I do:
protocol imap {
mail_plugins = quota imap_quota
imap_client_workarounds = outlook-idle delay-newmail
}
plugin {
# 10 MB + 1000 messages quota limit
# quota = maildir:storage=10240:messages=1000
driver = mysql
connect = host=/var/lib/mysql/mysql.sock user=mail_admin
password=XXXXXXXX dbname=mail
2010 Aug 29
1
PAM authentication fails
Hi,
I'm fighting all weekend on with auth and pam to authenticate local
system users. testuser is such local user and is in passwd and shadow. I
want to have local system users (testuser is one of them) and virtual
users. The virtual part works fine but I cannot get the local user to
connect.
Still pam fails finding the user. The suggested password mismatch at the
end is, in my eyes,
2008 Sep 08
2
Sieve, and logging.
Hi All,
Relatively new to Dovecot - converting from courier-imap. So far, I've
got it working with virtual users (postfixadmin tables), and it seems to
be working. I'm trying to get sieve working. It's not, so I tried
turning up the logging, and putting it into a separate log file to get
it out of the syslog for now. I can get the main dovecot to log, but
I cannot get any log
2011 May 18
3
Dovecot deliver
Hi all,
I have a problem with my dovecot/postfix configuration:
here is my dovecot -n
# 1.2.16: /etc/dovecot.conf
Warning: fd limit 128 is lower than what Dovecot can use under full
load (more than 768). Either grow the limit or change
login_max_processes_count and max_mail_processes settings
# OS: OpenBSD 4.9 i386 nfs
base_dir: /var/dovecot/
log_path: /var/log/dovecot
protocols: imaps pop3s
2007 Dec 12
2
1.1 beta 11 - no quota warnings
Having tried and failed to get 1.0.8 with quota-rewrite to send warnings, I removed the 1.0.8 and installed the latest 1.1 - however I still can't get the warnings! Can someone advise what might be wrong - it must be my configuration??
To compile 1.1 I used ./configure --with-deliver --with-mysql. I've chopped and changed my conf till I'm blue in the face. My dovecot-mysql.conf file
2007 Oct 03
5
Postfix with Deliver (LDA) - user unknown
Good Day All! I am attempting to configure deliver as our LDA. I am
also configuring the server to use Postfix instead of Sendmail. I
have followed the all the documentation and examples I could find.
Below are my Dovecot and Postfix configs. Can someone please smack me
upside the head and tell me why I am getting "user unknown" errors?
If i don't use deliver as the LDA, all
2011 Mar 29
3
global sieve not working
My global sieve rule is not working and do not compile. But per-user sieve
is working.
Here is my dovecot -n:
log_path: /var/log/dovecot.log
protocols: imap pop3
ssl: no
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login_executable(imap): /usr/libexec/dovecot/imap-login
login_executable(pop3): /usr/libexec/dovecot/pop3-login
mail_uid: 501
mail_gid:
2009 Aug 29
2
IMAP Directory Issues (brand new install)
Hi,
I just installed dovecot 1.1.11 and am having some issues. Mail appears to
be delivered to the Maildirs just fine, but when a client (Thunderbird)
tries to retrieve them I get this:
dovecot: IMAP(info at aedisit.com): maildir_file_do(/var/mail/
> aedisit.com/info/cur/1251566335.V14I27a91M380600.kim): Filename keeps
> changing
After turning on mail debug mode, I get this:
Aug 29
2008 Aug 07
2
dovecot-antispam: Failed to read mail beginning, Next message unexpectedly lost
Hello,
I'm trying to configure the dovecot-antispam plugin.
Now I've run into a problem: whenever I try to move/copy a message
in/from the spam mailbox, Thunderbird (and also Sylpheed, haven't tried
anything else) says:
The current command did not succeed. The mail server responded: Failed
to read mail beginning.
and in the logs I get:
dovecot: Aug 07 10:41:23 Error:
2011 Feb 08
1
multiple domains
Anybody can help me with this issue. It's the right place to submit thios
question, please help me.
Actually we have configured a server (postfix,dovecot,mysql) with multiple
domains, but the problem resides in that we don't want to login via POP3
using "user at domain" just using "user", because we'll migrate our actual
platform (Qmail) to dovecot. Our users are
2010 Nov 02
2
double mail
Hello,
I installed new mail server postfix + dovecot with beckend in postgresql. But when users not deleted mail from server then received all mails from maildir a few everyday..In dovecot logs I can't see any problem. He use outlook or thunderbird with pop3. What is problem whit this?
dovecot --version
1.0.7
dovecot -n
# 1.0.7: /etc/dovecot.conf
log_path: /var/log/dovecot.log
2009 Oct 07
1
is it possible to fetch messages for multiple users using a single account?
Dear list,
I am running dovecot with LDAP. Each account has email in form
abc at example.com, and messages are stored at /var/vmail/abc/Maildir.
This is an external mail server, and I would like to use a cron job to
fetch all messages to an internal server which has slow internet
connection.
It seems getmail supports multidrop retriever which might fit the
bill. However I could not figure out how
2008 Mar 08
4
v1.1.rc2 released
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz.sig
Changes since rc1:
* mail_extra_groups setting was commonly used insecurely. This setting
is now deprecated. Most users should switch to using
mail_privileged_group setting, but if you really need the old
functionality use mail_access_groups instead.
+ Expire plugin
2008 Mar 08
4
v1.1.rc2 released
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc2.tar.gz.sig
Changes since rc1:
* mail_extra_groups setting was commonly used insecurely. This setting
is now deprecated. Most users should switch to using
mail_privileged_group setting, but if you really need the old
functionality use mail_access_groups instead.
+ Expire plugin
2008 Apr 14
1
dovecot-deliver auth-master error
Hi all,
I'm trying to get the sieve plugin to work, but with little result. I'm
following http://wiki.dovecot.org/LDA, http://wiki.dovecot.org/LDA/Postfix
and http://wiki.dovecot.org/LDA/Sieve
but it won't work. As I have virtual users from several virtual domains, I
added the "virtual users - with lookup" section from
http://wiki.dovecot.org/LDA, but now dovecot fails
2008 Oct 29
1
Dovecot failing to save email
Hi,
Just wondered if anyone could help me with an issue im having with a new
email server im setting up.
These are the errors i have been getting:
deliver(user at example.com): Oct 29 13:32:13 Info: msgid=<
20081029133208.23302C887A at mail.example.com>: save failed to INBOX: Quota
exceeded
deliver(user at example.com): Oct 29 13:32:13 Info: msgid=<
20081029133208.23302C887A at
2007 May 29
1
dovecot performance question
Hi, using the latest dovecot with pop3/imap. Using mostly outlook 2003 for
pop3 and squirrel mail imap.
I have a lot of users reporting back that imap is very slow. We average
about 300 imap and another 700 pop session at any given time.
Here's my config:
disable_plaintext_auth: no
login_dir: /usr/local/var/run/dovecot/login
login_executable(default): /usr/local/libexec/dovecot/imap-login
2009 Mar 27
1
outlook problem if TLS mailsettings are off
Dear List,
I dont know if its a config problem or its an outlook 2007 issue.
Behaviour:
If I set /etc/dovecot/dovecot.conf:
Following is valid with IMAP mailboxes only:
disable_plaintext_auth = yes # outlook 2007 with TLS in/out enabled) can show index of mails and klick on mail does preview / doubleklick opens mail PERFECT AS INTENDED
disable_plaintext_auth = no #
2009 Jan 06
2
dovecot 1.2 shared namespace/mailboxes %%u expands only to %
Hi Timo,
with
dovecot --version
1.2.alpha5
namespace shared {
separator = /
prefix = "shared/%d/%%u/"
subscriptions = yes
list = yes
}
and dovecot-acl
authenticated lr
in /usr/local/virtual/schetterer.com
%%u seems not expand to other existing users instead it expands to %
i expected showing all other maildir beyond
dovecot: Jan 06 23:53:14 Info: IMAP(robert at
2011 Jan 16
1
Dovecot LDA problem: dovecot: deliver(dave): Fatal: postmaster_address setting not given
I have been trying to get the virtual domain and mailboxes working on an
newly built Ubuntu 10.04 server and am stuck on this error.
System is using a postgres database and PostfixAdmin.
Thanks in advance for any help.
Dave
==> /var/log/mail.err <==
Jan 16 13:21:26 radius dovecot: deliver(dave at mydomain.com): Fatal:
postmaster_address setting not given
==> /var/log/mail.log