On Fri, 2008-02-15 at 10:11 -0600, Tim Tyler wrote:
> Dovecot experts,
>Does Dovecot support ldaps:\\ connections in dovecot-ldap.conf for
> ldap connections? I can get regular ldap:\\connections to work,
> but not ldaps:\\ connections. I have even downloaded the latest
> beta version of
Geert Hendrickx wrote:
On Fri, Feb 15, 2008 at 10:11:52AM -0600, Tim Tyler wrote:
Dovecot experts,
Does Dovecot support ldaps:\\ connections in dovecot-ldap.conf for
ldap connections? I can get regular ldap:\\connections to work,
but not ldaps:\\ connections. I have even downloaded
On Fri, Feb 15, 2008 at 10:11:52AM -0600, Tim Tyler wrote:
> Dovecot experts,
> Does Dovecot support ldaps:\\ connections in dovecot-ldap.conf for
> ldap connections? I can get regular ldap:\\connections to work,
> but not ldaps:\\ connections. I have even downloaded the latest
> beta v
Dovecot experts,
Does Dovecot support ldaps:\\ connections in dovecot-ldap.conf for
ldap connections? I can get regular ldap:\\connections to work,
but not ldaps:\\ connections. I have even downloaded the latest
beta version of dovecot and it still doesn't work. If its not
supported,
On Thu, Feb 14, 2008 at 06:17:51PM +0200, Timo Sirainen wrote:
> On Thu, 2008-02-14 at 11:12 -0500, Sebastien Roy wrote:
>
> > Is it possible to deny a user on POP or IMAP! For example, on the
> > primary server we use POP3 and IMAP but how I can force a user to use
> > POP3 and be unable to a
Hello
I load quotas from users homefolders using postlogin like this:
-
#!/bin/sh
# Read users quota
if [ -f ~/quota ]; then
export QUOTA=`cat ~/quota`
fi
# Start IMAP session
exec /usr/lib/dovecot/imap
-
User without a quota-file in their
On Feb 15, 2008, at 4:56 PM, Tobias Balle-Petersen wrote:
One possibility would be to set $QUOTA before running deliver and
making
sure deliver doesn't override it.
Can you tell me more about my options in this direction? You mean
the user would load his quota whem logging in, and this quo
Hello
I'm running dovecot 1.0.10 with users in an LDAP database (Apples Open
Directory).
In Open Directory, a users mail-info is saved as XML-formated data in the field
apple-user-mailattribute as seen below. I want to extract the value key
"kUserDiskQuota".
Nay ideas on how to accomplish
Timo Sirainen wrote:
Because the script is run only when logging in with IMAP, not when
delivering new mails, so deliver runs with the default quota limit.
OK. I was confused because a user over limit (from personal quota-file) indeed
gets his
messages deleted when new mail comes in. I see now
On Fri, Feb 15, 2008 at 03:36:01PM +0100, Geert Hendrickx wrote:
> There are some clever tricks on that page to keep the LDAP/SQL database
> Dovecot-agnostic and putting the logic in the query. Do you know a similar
> trick for allow_nets; I have users stored in a PgSQL database and want to
> all
On Fri, 2008-02-15 at 15:40 +0100, Tobias Balle-Petersen wrote:
> -
> #!/bin/sh
>
> # Read users quota
> if [ -f ~/quota ]; then
> export QUOTA=`cat ~/quota`
> fi
>
> # Start IMAP session
> exec /usr/lib/dovecot/imap
> -
>
> User without a quota-
Thanks again for all the help. My server ran the rest of the day and
all the night without any errors.
You guys rock!
--
matthew
Stephan Bosch <[EMAIL PROTECTED]> schrieb:
auth default {
mechanisms = plain
passdb pam {
args = "*"
}
I notice that you are using pam and that your args is set to '*'. This
means that dovecot authenticates with pam using the servicename of the
service involvend; e.g. imap or pop3. So, di
Mauro Sanna wrote:
I'm using postfix to send messages.
Yes, postfix saves the mail but when dovecot sees that mail, for
example, mail X is over quota I think it may reject it.
Perhaps I need quota support for postfix?
Sounds to me like:
1. You send a 10MB mail via postfix. The mail is sent succ
Il giorno ven, 15/02/2008 alle 14.58 +0200, Timo Sirainen ha scritto:
> On Fri, 2008-02-15 at 13:30 +0100, Mauro Sanna wrote:
> > I'm using dovecot 1.0.rc15 with debian etch.
>
> I'd suggest upgrading to a newer version. backports.org has v1.0.10 for
> etch.
>
> > In dovecot.conf I have
Ed W wrote:
Uh. Maybe you should check out http://hg.dovecot.org/ with your
browser. You'll instantly see the problem :)
Regards,
I'm too dim to understand it? What is the explanation?
There you can see that the name of the Dovecot-1.1 repository is
dovecot-1.1 and not something like dovecot
On Thu, 2008-02-14 at 20:54 -0800, Robert Chien wrote:
> Hi,
>
> Is there a way to enable telemetry or debug-level logging in Dovecot
> IMAP, to see the exact IMAP command issued by the client and server?
> E.g. to confirm if a certain MUA is indeed using IMAP IDLE, or if
> it's doing LIST o
On Fri, 2008-02-15 at 13:30 +0100, Mauro Sanna wrote:
> I'm using dovecot 1.0.rc15 with debian etch.
I'd suggest upgrading to a newer version. backports.org has v1.0.10 for
etch.
> In dovecot.conf I have set
> mail_plugins = quota imap_quota for imap
> mail_plugins = quo
On Fri, 2008-02-15 at 10:55 +0100, Carlos Acedo wrote:
> plugin {
>quota = fs
> }
>
> The problem is that I always get used space but not the limit, and the
> limit is not the same for all the users, I have tried from thunderbird
> and horde IMP from another server.
First check what Dovecot
On Fri, 2008-02-15 at 13:40 +0100, Diego Liziero wrote:
> This patch adds the bool option home_slash_dot_slash_chroot (feel free
> to change this name to something easier to understand). Setting this to
> "no" disables the wu-ftp style /./ chroot.
There are already too many options, but I guess va
Hi,
I think that the wu-ftp style chroot /./ should be a configurable
option.
In our servers we have some home directories in /chroot-web/./username
(where web users can upload their web sites in a chrooted environment)
and all imap mail in /mail-disk/username.
We are planning a dovecot migration
Stephan Bosch schreef:
Asheesh Laroia schreef:
When I do either:
$ hg clone http://hg.dovecot.org/dovecot/1.1/
or
$ hg clone http://hg.dovecot.org/dovecot/
and cd into the resulting directory ("1.1/" or "dovecot/") and do
autogen.sh and configure, ./configure tells me at the end:
NOTE: Th
I'm using dovecot 1.0.rc15 with debian etch.
In dovecot.conf I have set
mail_plugins = quota imap_quota for imap
mail_plugins = quota for pop3
and quota = maildir:storage=10240.
I seems that it doesn't work 'cause I send messages over 10M and
it
Uh. Maybe you should check out http://hg.dovecot.org/ with your
browser. You'll instantly see the problem :)
Regards,
I'm too dim to understand it? What is the explanation?
Thanks
Ed W
...
wow
How did I miss this?
I just noticed that my sources.list is seriously messed up. Therefore no
other 'pam' packages showed up in 'apt-cache search pam' (so no
libpam0g-dev).
I just fixed it; everything is OK now. Thx for the quick reply!
Cheers,
Jan
-Oorspronkelijk bericht-
V
* Jan van den Berg <[EMAIL PROTECTED]>:
> When I add the --with-pam option in my configure command I get the
> following error:
>
>
>
> checking for pam_start in -lpam... no
>
> configure: error: Can't build with PAM support: libpam not found
>
>
>
> PAM is most certainly installed on the
When I add the --with-pam option in my configure command I get the
following error:
checking for pam_start in -lpam... no
configure: error: Can't build with PAM support: libpam not found
PAM is most certainly installed on the machine:
ii libpam-modules0.79-5
Pluggab
Hello,
I have dovecot mail server on a Debian etch:
dovecot-common 1.0.10-1~bpo40+1
dovecot-imapd 1.0.10-1~bpo40+1
dovecot-pop3d 1.0.10-1~bpo40+1
It is configured with the quota plugins:
protocol imap {
mail_plugins = quota imap_quota
imap_client_workarounds = outlook-idle
}
plugin {
Timo Sirainen wrote:
> On Thu, 2008-02-14 at 13:07 +0200, Tomi Vainio wrote:
>>> Feb 14 11:52:33 dovecot: [ID 107833 mail.crit] IMAP(tomppa): file
>>> message-parser.c: line 674: assertion failed: (ctx->part->physical_pos >=
>>> ctx->input->v_offset)
>
> Any idea how I could reproduce this? I've
Asheesh Laroia schreef:
When I do either:
$ hg clone http://hg.dovecot.org/dovecot/1.1/
or
$ hg clone http://hg.dovecot.org/dovecot/
and cd into the resulting directory ("1.1/" or "dovecot/") and do
autogen.sh and configure, ./configure tells me at the end:
NOTE: This is the UNSTABLE devel
Michael Baecker wrote:
I've got a problem using the plugin managsieve in dovecot (1.0.10 on
gentoo linux). I use local unix accounts on a linux machine, one for
each user with a .maildir in there home directory. Here is a snippet
of the logging.
Feb 14 20:19:04 obelix dovecot: managesieve-log
31 matches
Mail list logo