Hi.
I just wondered, the following:
My MDA may get mails that use LF or CR/LF end of line encodings and
deliver them into maildirs.
I couldn't find any information about, whether one should or must
convert all into one format, cause AFAIK at least on the IMAP side,
CR/LF is always used?
How d
Hi.
Even new mails delivered by my MDA don't get the ,S= and ,W= fields
set...
(but when I "upload" a mail via IMAP to dovecot, they are set)
Is there some place in dovecot where I need to enable this? Or would it
be the MDA that has to calculate and set this already when placing a
file in ./new
On 30.10.2012 14:46, Stephan Bosch wrote:
> On 10/30/2012 4:00 PM,
Daniel L. Miller wrote:
>
>> I'm compiling as I normally do. The config
line for Dovecot is: configure --with-ldap --with-ssl --with-bzlib
--with-zlib --with-stemmer --with-lucene --with-ldap followed by make &
make install Th
Cliff Dunn wrote:
> >In order to actually sort mails into folders, you need to add
> >the "sieve" plugin to your mail_plugins list.
> >
> >http://wiki.dovecot.org/LDA/Sieve/Dovecot
> >
> >protocol lda {
> > mail_plugins = sieve
> >}
> Ok, so when I add the mail_plugins = sieve I get:
> sudo servic
On 31.10.2012, at 2.09, Daniel Parthey wrote:
> - Dovecot 2.1.10
> - Pigeonhole 0.3.3
>
> We're getting strange "out of memory" lmtp errors/backtrace with dovecot
> 2.1.10
> accompanied by high load caused caused by a lot of lmtp deliveries to one
> user.
>
> First action would be to increase
Ok, so when I add the mail_plugins = sieve I get:
sudo service dovecot restart
Restarting IMAP/POP3 mail server: dovecotFPlugin sieve not found from
directory /usr/lib/dovecot/modules/imap
Error: imap dump-capability process returned 89
Fatal: Invalid configuration in /etc/dovecot/dovecot.conf
Hi,
Our setup:
- 4 hosts with director and mailbox instance
- delivery via director lmtp into mailbox lmtp
- mailbox format: mdbox
- storage on NFS
- OS: Linux 2.6.32-44-server x86_64 Ubuntu 10.04.4 LTS
- Dovecot 2.1.10
- Pigeonhole 0.3.3
We're getting strange "out of memory" lmtp errors/backtra
Hi Cliff,
Cliff Dunn wrote:
> I have Roundcube webmail (v. 0.8.2) running with the managesieve
> plugin (v. 5.1). I am able to create sieve rules without any
> problems in Roundcube, but incoming mail is not being processed with
> the rule I specify.
managesieve is the service for managing your
I have Roundcube webmail (v. 0.8.2) running with the managesieve plugin
(v. 5.1). I am able to create sieve rules without any problems in
Roundcube, but incoming mail is not being processed with the rule I
specify. I suspect there is something that isn't configured correctly
in dovecot, but u
On 10/30/2012 4:00 PM, Daniel L. Miller wrote:
I'm compiling as I normally do. The config line for Dovecot is:
configure --with-ldap --with-ssl --with-bzlib --with-zlib
--with-stemmer --with-lucene --with-ldap
followed by make & make install
Then a 'configure' for Pigeonhole, followed by ma
Indeed, I set its value to empty to allow all characters and it now works.
Thanks a lot Timo.
De : Timo Sirainen
À : Christian Gregoire ; Dovecot Mailing List
Envoyé le : Mardi 30 octobre 2012 14h08
Objet : Re: [Dovecot] POP3 Proxy : user format not accepted
On Mon, Oct 29, 2012 at 10:39:51PM +0200, Timo Sirainen wrote:
> Currently if user is 1MB under quota and someone tries to deliver
> mail that is over 1MB, Dovecot rejects the mail. But smaller mails
> aren't rejected probably for days. So user might not even realize
> that they didn't receive o
I'm compiling as I normally do. The config line for Dovecot is:
configure --with-ldap --with-ssl --with-bzlib --with-zlib --with-stemmer
--with-lucene --with-ldap
followed by make & make install
Then a 'configure' for Pigeonhole, followed by make, yields:
libtool: link: gcc -std=gnu99 -g -O2
Hi,
>> msg.ext-ref = 83713 1282212 B76
>> 6a/50/6a506530265ef7c9feb396410eaf6946036e9a79-b034401e794009503a042cb72ff6
>
>> But I did not understand the base64 explanation. Sorry :) For me it seems
>> all "options" are B-prefixed. So they are all base64? But which value is now
>> the size a
On 30.10.2012, at 15.28, Christian Rößner wrote:
> msg.ext-ref = 83713 1282212 B76
> 6a/50/6a506530265ef7c9feb396410eaf6946036e9a79-b034401e794009503a042cb72ff6
> But I did not understand the base64 explanation. Sorry :) For me it seems all
> "options" are B-prefixed. So they are all base64
> The format is:
>
> 1*( )
>
> If the options="-" then the byte count is the final size. If options="B" then
> byte count is the base64-encoded size while the original file has to be
> base64-decoded size.
Ok, so far I have "grep'ed" this here:
msg.ext-ref = 83713 1282212 B76
6a/50/6a50653
Hi all,
Firstly, thanks for all your effort with this software. Much appreciated.
I am having a slight issues trying to enable reading of other users
mailboxes. The docs are a little sparse for those that aren't
mailadmin heros, I wonder if anyone could please help me see where I
am going
On 30.10.2012, at 14.01, Christian Gregoire wrote:
> Any idea ? Is the '#' not internally supported in the user login by Dovecot ?
See auth_username_chars setting.
Hello,
I want to use Dovecot as a POP3 proxy
(http://wiki.dovecot.org/HowTo/ImapProxy). All is working fine on my sample
platform, except that I have plenty (several thousands) of users that login
using local_part#domain, instead of local_part@domain, which is an old setting
on my POP3 server.
On Tue, 2012-10-30 at 07:03 -0400, Charles Marcus wrote:
> What makes the most sense for me is to use mbox (or mdbox) for longer
> term storage that you may be offloading to slower storage systems, and
> use maildir (or sdbox) for the new mails...
Was also something I thought about... still the m
On Tue, 2012-10-30 at 07:00 -0400, Charles Marcus wrote:
> So... what are the disadvantages?
I (but I'm no expert) would guess that it's a dovecot-only format.
No support from most other tools,...
I'd guess you cannot use e.g. maildrop with it, or can you?
I personally was always a bit worried,
On Oct 30, 2012 5:43 AM, "Ralf Hildebrandt"
wrote:
>
> * Jan-Frode Myklebust :
> >
> >
> > +1
> >
> > Better to be lenient, than to confuse users by accepting some but not
other messages.
>
> Amen to that! +1
Surely the answer is that as soon as any mail is rejected an over-quota
message is injec
On 2012-10-29 4:54 PM, Christoph Anton Mitterer
wrote:
In the end I probably changed my opinion.
~7GB of wasted block space for all my mails is actually quite a lot, but
in days of cheap disk space it's acceptable.
And with mbox one has IMHO the major disadvantage that mailservers
(including dov
On 2012-10-29 5:42 PM, Timo Sirainen wrote:
On 29.10.2012, at 23.15, Christoph Anton Mitterer wrote:
btw: What are the actual advantages of sdbox over maildir?
* Not moving files from new/ to cur/ directory
* Not renaming files when changing message flags
* Not readdir()ing directories
Hi All,
With the below setting (cropped), the ssl certificate(signed by godaddy) don’t
seems to work. It will still ask me if I want to accept this certificate.
I have use the same certificate for apache host and postfix it works without
any prompt.
dovecot version : 2.0.19
# OS:
Sounds like a reasonable idea, but one has to keep in mind that file system
quotas never work that way. So that change would make quota=fs behave
differently from the rest. So it should at least be configurable, I think.
On 30.10.2012, at 12.11, Christian Rößner wrote:
> Oct 30 10:56:05 mx0 dovecot: imap(hidden): Error:
> file_istream.stat(/var/mail/virtual/copymail/attachments/6a/50/6a506530265ef7c9feb396410eaf6946036e9a79-b034401e794009503a042cb72ff6)
> failed: No such file or directory
>
> I have Bacula
Hi,
I had enabled an option in dovecot. mail_attachment_dir =
/var/mail/virtual/copymail/attachments
After a while I checked /var/mail/virtual and did some cleanup. I did not
remember that copymail was specified in dovecot and erased it.
Oct 30 10:56:05 mx0 dovecot: imap(hidden): Error:
file_
* Jan-Frode Myklebust :
>
>
> +1
>
> Better to be lenient, than to confuse users by accepting some but not other
> messages.
Amen to that! +1
--
Ralf Hildebrandt
Geschäftsbereich IT | Abteilung Netzwerk
Charité - Universitätsmedizin Berlin
Campus Benjamin Franklin
Hindenburgdamm 30 |
Timo Sirainen wrote:
Currently if user is 1MB under quota and someone tries to deliver mail that is over 1MB,
Dovecot rejects the mail. But smaller mails aren't rejected probably for days. So user
might not even realize that they didn't receive one of the mails. Also having a user
"almost over
On 29.10.2012 21:39, Timo Sirainen wrote:
> So what do you think about v2.2 allowing delivery of one last mail
even if it brings the user over quota? Except add a limit that if the
message size is as much as the user's entire quota limit it wouldn't be
added (or 50% or ..?). Also IMAP wouldn't allo
Quoting Timo Sirainen :
A week ago I thought I'd see
how easy it would be to implement this. I got a basic proof of concept
working as a "X-STATE" command.
[snip]
This could also be used to implement quick session state restoring for
webmails (as suggested by Michael Slusarz).
Wow. We mus
32 matches
Mail list logo