Timo Sirainen schreef:
On Jan 12, 2009, at 9:38 PM, Gary V wrote:
I'm just getting familiar with Dovecot. I get this error when I send
mail to a mailbox that is over quota. I have no problem with the way
quota is working and I have no problem with the sieve script detecting
spam and delivering
On Mon, Jan 12, 2009 at 09:14:06AM -0500, Timo Sirainen wrote:
> On Jan 12, 2009, at 2:28 AM, Oved Ben-Aroya wrote:
>
> >which work fine, except for Outlook/OL Express users that are asked
> >for
> >their password whenever they "send/receive"... We've had also
> >"passdb shadow"
> >that someh
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
Fro
On Jan 12, 2009, at 9:38 PM, Gary V wrote:
I'm just getting familiar with Dovecot. I get this error when I send
mail to a mailbox that is over quota. I have no problem with the way
quota is working and I have no problem with the sieve script detecting
spam and delivering it to the Spam folder. J
I'm just getting familiar with Dovecot. I get this error when I send
mail to a mailbox that is over quota. I have no problem with the way
quota is working and I have no problem with the sieve script detecting
spam and delivering it to the Spam folder. Just trying to figure out
why I get this error
On Jan 12, 2009, at 8:38 PM, Henry Yonathan wrote:
password_query = SELECT email AS user, password, CONCAT('/home/vmail/
%d/%n/', maildir) AS userdb_home, CONCAT('maildir:/home/vmail/%d/
%n/', maildir) AS userdb_mail, 5000 AS userdb_uid, 5000 AS
userdb_gid FROM view_users WHERE email = '%u';
On Wed, 2009-01-07 at 00:17 +0100, Robert Schetterer wrote:
> Timo Sirainen schrieb:
> > On Wed, 2009-01-07 at 00:05 +0100, Robert Schetterer wrote:
> >> namespace shared {
> >>separator = /
> >>prefix = "shared/%d/%%u/"
> >>subscriptions = yes
> >>list = yes
> >> }
> > ..
> >> %%u
I dont think mail_location:/home/vmail/%d/%n/Maildir should be terminated with
an /
Because I've try to use the mail_location with userdb static, dovecot still
able to create the directory anyway.
OK, below are my dovecot-sql.conf
driver = mysql
connect = host=127.0.0.1 dbname=email user= p
On Mon, 2009-01-12 at 21:21 +0200, Thanos Chatziathanassiou wrote:
> >> - Is there something to configure to get rid of this ?
> >>
> >
> > Where are IMAP's non-INBOX mailboxes located? The index files should be
> > in the same directory.
> >
> Since this is a (previous) linuxconf installat
Hello Durk,
Am Montag, 12. Januar 2009 schrieb Durk Strooisma:
> I'm trying to implement checkpassword authentication with a simple bash
> script. In some way I can't get the password from file descriptor 3.
>
> The start of script looks like this:
>
> #!/bin/bash
>
> read -d '\0' -r -u 3
You a
> On Mon, 2009-01-12 at 20:54 +0100, Durk Strooisma wrote:
>> > On Mon, 2009-01-12 at 18:31 +0100, Durk Strooisma wrote:
>> >> #!/bin/bash
>> >>
>> >> read -d '\0' -r -u 3
>> >
>> > Are you sure this is supposed to work? \0 character is an
>> > end-of-string character in C language, and I wouldn't
On Mon, 2009-01-12 at 20:54 +0100, Durk Strooisma wrote:
> > On Mon, 2009-01-12 at 18:31 +0100, Durk Strooisma wrote:
> >> #!/bin/bash
> >>
> >> read -d '\0' -r -u 3
> >
> > Are you sure this is supposed to work? \0 character is an end-of-string
> > character in C language, and I wouldn't be surpri
> On Mon, 2009-01-12 at 18:31 +0100, Durk Strooisma wrote:
>> #!/bin/bash
>>
>> read -d '\0' -r -u 3
>
> Are you sure this is supposed to work? \0 character is an end-of-string
> character in C language, and I wouldn't be surprised if read simply
> didn't support it as delimiter.
Well if I try to
O/H Timo Sirainen έγραψε:
On Wed, 2008-12-24 at 16:26 +0200, Thanos Chatziathanassiou wrote:
``Dec 24 15:36:29 mail dovecot: POP3(u...@domain):
stat(/var/run/dovecot/imap-index/domain/user/.imap/INBOX) failed:
Permission denied (euid=60107 egid=231 missing +x perm:
/var/run/dovecot/imap-ind
On Mon, 2009-01-12 at 18:31 +0100, Durk Strooisma wrote:
> #!/bin/bash
>
> read -d '\0' -r -u 3
Are you sure this is supposed to work? \0 character is an end-of-string
character in C language, and I wouldn't be surprised if read simply
didn't support it as delimiter.
signature.asc
Description:
Hi all,
I'm trying to implement checkpassword authentication with a simple bash
script. In some way I can't get the password from file descriptor 3.
The start of script looks like this:
#!/bin/bash
read -d '\0' -r -u 3
USERNAME="${REPLY}"
read -d '\0' -r -u 3
PASSWORD="${REPLY}"
if [ -z "${
On Sat, 2009-01-10 at 17:30 +0100, Filip Francis wrote:
> Jan 10 17:16:17 Carolyn dovecot: [ID 107833 mail.error] pop3-login:
> ld.so.1: pop3-login: fatal: libsocket.so.1: open failed: No such file or
> directory
That's weird. Try if setting login_process_size=0 helps?
signature.asc
Descripti
Thanks. It was permission problem (mail_privileged_group = mail solved it).
Matej
-Original Message-
From: dovecot-bounces+matej=pohorje@dovecot.org
[mailto:dovecot-bounces+matej=pohorje@dovecot.org] On Behalf Of Timo
Sirainen
Sent: Monday, January 12, 2009 3:17 PM
To: Matej Golob
On Jan 11, 2009, at 3:12 PM, Matej Golob wrote:
I have to migrate some old system to new one with installed dovecot
(It's my
first time using dovecot). I have all mails inside /var/spool/mail
folder
(mbox files). I can connect and receive mails via POP3, but problem
is that
dovecot doesn't
On Jan 12, 2009, at 2:28 AM, Oved Ben-Aroya wrote:
which work fine, except for Outlook/OL Express users that are asked
for
their password whenever they "send/receive"... We've had also
"passdb shadow"
that somehow "fixed" this
This really makes no sense. Outlook doesn't know if you're usi
On Jan 12, 2009, at 9:00 AM, Matt Rude wrote:
mail_location: maildir:/home/vmail/%d/%n/Maildir
This needs to end with a / when using maildir change it to
mail_location: maildir:/home/vmail/%d/%n/Maildir/
There is no such requirement anywhere in Dovecot.
On Mon, January 12, 2009 1:12 am, Henry Yonathan wrote:
> Dear all,
>
>
> I've been experiencing this problem and still can't find a solution for
> this. I want to have a dynamic quota for each virtual user.
> I've followed instruction from :
> http://wiki.dovecot.org/HowTo/DovecotLDAPostfixAdminM
Am Maandag 12 Januor 2009 schrieb Kim Bisgaard:
> I'm running dovecot (1.1.7) deliver and sieve (1.1.5) on a Fedora 9
> platform, using selinux targetet mode.
>
> Most of the mail deliveries goes well, but once deliver tried to copy
> the mail to the /tmp directory, which it seems it not allowed by
> > There weren't amazing numbers of imap sessions open at
> > the time (only something like 400-500; we've had 1.5k in
> the past), so I
> > suspect this is a regression between 1.1.6 and 1.1.7 where
> you've got a
> > leak of fd's ?
>
> Sounds like a leak, but I doubt it was a regression. Pr
Hi,
I'm running dovecot (1.1.7) deliver and sieve (1.1.5) on a Fedora 9
platform, using selinux targetet mode.
Most of the mail deliveries goes well, but once deliver tried to copy
the mail to the /tmp directory, which it seems it not allowed by
selinux. I guess that deliver wants to sanitize th
Following several responses from this list (thanks all for your
comments), I've revised the script.
Notably, the script now copes with mail which has been moved to a
/cur/ folder without being read. It does still ignore a few edge-case
exceptions, in particular I'm not sure whether it copes in all
26 matches
Mail list logo