On Fri, 2008-11-28 at 15:03 +0100, Marcin Rzepecki wrote:
> Thu, Nov 27, 2008 at 08:28:54PM +0100, Jakob Curdes wrote:
> > HMMM. Same here. DC 1.1.5 with mbox.
>
> As I said it affects DC>=1.1.3
Maybe it affects mbox? I'm using 1.1.3 now with maildir and have no
trouble.
> > Oops, and I tried ha
How is this proxying Exchange?
On 28 Nov 2008, at 07:21, Axel Schmalowsky wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi list,
is there a way to use dovecot as proxy for m$ exchange mailboxes?
Currently, our clients not only can login to their mailboxes with
their e-mail address but
Okay, I changed my setup and it works much better.
Thank you:)
--
Mohamed YACOUBI - Euro Web SARL - http://www.euro-web.fr
Location de serveurs dédiés infogérés
Infogérance et consulting
Hébergement mutualisé sur mesure
Serveurs de jeux
Miguel Filho schreef:
Hello there,
I have been using pysieved and avelsieve and it has been working
great. I decided to do test with the ManageSieve patch and got this
problem:
Nov 27 17:21:29 cambui dovecot: MANAGESIEVE(miguel): sieve-storage:
using active sieve script path: ~/.dovecot.sieve
N
Andrés Yacopino schreef:
Hi Stephan I will love this feature too.
Allan, could you give some example of your wrapper.
Thanks,
It is on my TODO list. However, doing this correctly is not as trivial
as it may seem. There are a few semantical issues to resolve. For
instance: should subsequent scr
Further investigation revealed that the problem exists with Outlook Express,
but not with Mozilla Thunderbird. Thunderbird specifies "no new messages".
Sincerely,
- Wouter van der Schagt
Found the clue I was looking for at
http://www.mailinglistarchive.com/dovecot@dovecot.org/msg08557.html. Seems
to be working fine now.
--
View this message in context:
http://www.nabble.com/Namespaces-and-shared-folders-tp20727713p20737738.html
Sent from the Dovecot mailing list archive at Nab
Here is an example of a real configuration file for vpopmail backend,
just adapt for your needs:
dovecot.conf
---
base_dir = /var/run/dovecot/
protocols = imap imaps pop3 pop3s
listen = *
disable_plaintext_auth = no
syslog_fac
Hello,
Thank you for this link, but this is not what I want.
Dovecot is only used for imap.
Currently, authentication works fine, but new fields are created in a
subdirectory.
Example: /var/vpopmail/domains/0/domain.com
Once authenticated, I just want to be in
chroot /var/vpopmail/domains/
On Nov 28, 2008, at 6:44 PM, bbell2000 wrote:
Great suggestion. I've changed my namespaces as follows:
Rather do it the other way around:
namespace private {
separator =
prefix = INBOX.
prefix =
location = maildir:~/Maildir
inbox = yes
}
namespace public {
separator = /
prefi
On Nov 28, 2008, at 6:43 PM, Wouter van der Schagt wrote:
This mixes v3 syntax with v1 syntax, won't work.
You're right, after changing it to the v3 syntax i'm getting exactly
the same output in both servers after issuing the UIDL command in a
telnet session. So far so good.
However, a 2
giuliano wrote:
>
>
> I prefer to define everything, even the values that have a default, so
> I would define
> location (even if mail_location should apply to the default namespace)
> and the separator.
>
Great suggestion. I've changed my namespaces as follows:
namespace private {
On Sat, 2008-11-29 at 00:15 +0800, Wouter van der Schagt wrote:
> > With v1.1 you can add POP3 UIDLs fo dovecot-uidlist. For example if
> > you have mailbox with UIDVALIDITY 1234 and then entries:
> > You can add their %v.%u UIDL:
> > 123 P1234.123 :file1
> > 124 P1234.124 :file2
>
> > i.e. P foll
Hello,
I have several thousand domains on a server.
I'm doing now migration to Dovecot to replace courier-authlib.
Some email accounts are in subdirectories that are automatically created
by vpopmail.
Example:
/ var/vpopmail/domains/0/domain.com
How do I configure Dovecot?
#
With v1.1 you can add POP3 UIDLs fo dovecot-uidlist. For example if
you have mailbox with UIDVALIDITY 1234 and then entries:
You can add their %v.%u UIDL:
123 P1234.123 :file1
124 P1234.124 :file2
i.e. P followed by the UIDL.
That sounds good, however, when i have the following dovecot-uidlis
Hi all,
I'm using Postfix + Dovecot with system users (/etc/passwd and NIS) +
deliver + cmusieve;
Here are some relevant lines in conf files :
/etc/postfix/main.cf
...
mailbox_command = /usr/lib/dovecot/deliver
...
/etc/dovecot/dovecot.conf
...
protocol lda {
postmaster_address
On Nov 28, 2008, at 5:18 PM, Wouter van der Schagt wrote:
Thank you for the reply, I understand the problem now, however
changing the pop3_uidl_format on the target server is not an option
since it is a high volume production server. It is currently set to
%f because of a previous migration
Thank you for the reply, I understand the problem now, however changing the
pop3_uidl_format on the target server is not an option since it is a high
volume production server. It is currently set to %f because of a previous
migration from qmail-pop3d.
I don't suppose the pop3_uidl_format setti
On Nov 28, 2008, at 4:54 PM, Wouter van der Schagt wrote:
Please look at http://wiki.dovecot.org/Migration/MailFormat
There's a modified version of mb2md.pl there that will keep the
existing UIDL info.
I look at it, it does indeed generate the ~/Maildir/dovecot-uidlist
file with
the prope
Please look at http://wiki.dovecot.org/Migration/MailFormat
There's a modified version of mb2md.pl there that will keep the existing
UIDL info.
I look at it, it does indeed generate the ~/Maildir/dovecot-uidlist file
with
the proper values, however my email client still retrieves a 2nd copy i
Hi,
Since there already is support for including a global sieve script from
within your personal sieve script, wouldn't it be easier to add a
default sieve script in your /etc/skel/ dir that includes the global
script include?
In that way it works out of the box for new users, but configuration c
Thu, Nov 27, 2008 at 08:28:54PM +0100, Jakob Curdes wrote:
> HMMM. Same here. DC 1.1.5 with mbox.
As I said it affects DC>=1.1.3
> Oops, and I tried half of last night to get the mail backend working ...
I know something about that ;)
>> Commenting out following code in mbox_read_from_line func
I get the feeling not many people are using Dovecot proxy with MySQL auth.
Is there anyone who has done this before? We might end up going with
something like NGINX for the proxy instead if we cannot figure out if and
how this should work for our type of scenario but it would be nice if we
could go
Hi Stephan I will love this feature too.
Allan, could you give some example of your wrapper.
Thanks,
Andres
Allan Cassaro escribió:
Hi Stephan Bosch,
there's any way to make the dovecot deliver agent (with sieve) load a
"global sieve script" before load the user sieve file?
I want to create s
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Fri, 28 Nov 2008, Miguel Filho wrote:
there is a real point doing this restriction or the guilt is pysieved
for not creating a file with a .sieve at the end.
There is no "guilt" here.
Both are independed demons for the same service.
You could
On Fri, Nov 28, 2008 at 10:02 AM, Steffen Kaiser
<[EMAIL PROTECTED]> wrote:
> Do the migration pysieved -> managesieve like so:
>
> + Connect with an user without .dovecot.sieve symlink to managesieved.
> + Upload a new script.
> + Check where the script has been filed into.
> + Then replicate the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi list,
is there a way to use dovecot as proxy for m$ exchange mailboxes?
Currently, our clients not only can login to their mailboxes with
their e-mail address but also with their accountid.
Both the clients e-mail address and accountid are stored
HiWe need to track exactly when our users read messages. Unfortunately, I
haven't been able to figure out how we can achieve this with Dovecot. Then I
saw the mail_log plugin.Is it possible to extend the plugin to also log system
flag changes? This would be great, because then we could see in t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Fri, 28 Nov 2008, Miguel Filho wrote:
So Avelsieve will manage, whatever Managesieve places there, and Managesieve
does not detect the alien interference.
Avelsieve doesn't manage anything, pysieved does.
OK, so you do use two interfaces, man
On Fri, Nov 28, 2008 at 6:16 AM, Steffen Kaiser
<[EMAIL PROTECTED]> wrote:
>
> I guess you've configured avelsieve to place the script right into the home
> directory of the user rather than through ManageSieve, right? Therefore
> Managesieve detects that this script is alien and keeps its hands of
On F 28 Nov, 2008, at 02:16 , bbell2000 wrote:
I had a working dovecot install before I tried to implement shared
folders
using namespaces.
I added the following to /etc/dovecot/dovecot.conf:
namespace private {
separator =
prefix =
inbox = yes
}
I prefer to define every
Hello all.
I try to add Autocreate plugin patch to my FreeBSD host.
I think I make all wrong. Could you tell me how to patch it?
What I do:
cd /usr/ports/mail/dovecot
make extract
cd cd work/dovecot-1.1.6/src/
fetch http://www.dovecot.org/patches/1.1/autocreate-plugin.c
sh -x /tmp/patch.sh
+
Hi all,
I just had a panic with dovecot 1.1.6, two days after replacing 1.0.15
with it in production.
Here are the logs immediately preceding the panic, I think they're
related. It seems the user connected simultaneously from two different
clients, from his own computer and a webmail running
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, 27 Nov 2008, Miguel Filho wrote:
Well as you can see, a file without the .sieve is not welcome :-(
I checked the RFC and there is no requirement for a .sieve file
extension when considering scriptnames.
Well, the RFC specifies the scriptn
Jakob Curdes wrote:
Still no ideas. Sigh.
JC
Sorry, then I am afraid I do nnot know what the problem is. Good luck.
Trever
signature.asc
Description: OpenPGP digital signature
35 matches
Mail list logo