[Dovecot] LMTP proxying strategy with multiple recipient delivery

2010-09-08 Thread Luca Palazzo
Hi Timo and All, how does Dovecot act when an MTA tries to deliver a multiple recipient message to a LMTP proxied system? Does it uses server affinity table for each recipient? I use lmtp_destination_recipient_limit = 1 setting in postfix to avoid multiple recipient delivery. Is it right? I

[Dovecot] xxxx-login: Error: open(proxy-notify) failed: No such file or directory

2010-09-08 Thread Luca Palazzo
Hi All, just noted this error message. What does it mean? System seem to work fine but i get a lot of them. Luca

Re: [Dovecot] using palm pre client with imap server

2010-09-08 Thread Jim Lawson
I have a Palm Pre (Sprint, WebOS 1.4.5) and it seems to work just fine against Dovecot (Debian's 1.2.13 build, or a custom 1.2.13 build under RHEL) using TLS. Jim On 9/8/10 9:29 PM, zhong ming wu wrote: > Hello > > Anyone here tried to use palm pre built-in email client with imap server > (TLS)

[Dovecot] using palm pre client with imap server

2010-09-08 Thread zhong ming wu
Hello Anyone here tried to use palm pre built-in email client with imap server (TLS)? Mine does not work; only one line in the log. imap-login: Disconnected (no auth attempts): rip=xxx.xxx.19.21, lip=xxx.yyy.zzz.aaa dovecot -n # 1.2.11: /etc/dovecot/dovecot.conf # OS: Linux 2.6.9-42.ELsmp i686

Re: [Dovecot] Sub-Sub-Subfolders not shown after converting from maildir to mdbox

2010-09-08 Thread Patrick Westenberg
Hi, it seems to be a bug in Thunderbird and SeaMonkey: https://bugzilla.mozilla.org/show_bug.cgi?id=592633 Using IMAP via Telnet works perfect.

Re: [Dovecot] Pigeonhole and Dovecot2 with custom config file

2010-09-08 Thread Stephan Bosch
On 09/08/2010 06:22 PM, Timo Sirainen wrote: On Wed, 2010-09-08 at 10:07 -0600, Cassidy Larson wrote: # /usr/local/sbin/dovecot -c /usr/local/etc/dovecot/dovecot_custom.conf managesieve(root): Fatal: Error reading configuration: net_connect_unix(/usr/local/etc/dovecot/dovecot.conf) failed: N

Re: [Dovecot] Sub-Sub-Subfolders not shown after converting from maildir to mdbox

2010-09-08 Thread William Blunn
On 06/09/2010 23:54, Patrick Westenberg wrote: I just recognized a problem concerning subfolders after converting from maildir to mdbox. Thunderbird and SeaMonkey don´t show folders that are subfolders of subfolders. Using Thunderbird or Seamonkey, Folder1 and Folder2 are listed and can be su

Re: [Dovecot] Sub-Sub-Subfolders not shown after converting from maildir to mdbox

2010-09-08 Thread Patrick Westenberg
William Blunn schrieb: I can replicate this problem using Thunderbird 3.0.6 over Dovecot 2.0.1 using mdbox. If a third level folder (e.g. "foo/bar/baz") appears on the server (i.e. not at the bidding of Thunderbird), then Thunderbird 3.0.6 will not notice it, even if you bring up the "Subscribe

Re: [Dovecot] Sub-Sub-Subfolders not shown after converting from maildir to mdbox

2010-09-08 Thread William Blunn
On 06/09/2010 23:54, Patrick Westenberg wrote: I just recognized a problem concerning subfolders after converting from maildir to mdbox. Thunderbird and SeaMonkey don´t show folders that are subfolders of subfolders. Using Thunderbird or Seamonkey, Folder1 and Folder2 are listed and can be su

Re: [Dovecot] Pigeonhole and Dovecot2 with custom config file

2010-09-08 Thread Cassidy Larson
When trying to connect to the managesieve port, I get this twice in the syslog: dovecot: managesieve-login: Error: auth: connect(login) in directory / failed: Permission denied (euid=144() egid=144() missing +x perm: /, euid is not dir owner) I dont see any options that would pertain to a directo

Re: [Dovecot] Sub-Sub-Subfolders not shown after converting from maildir to mdbox

2010-09-08 Thread Patrick Westenberg
Timo Sirainen schrieb: Or just from mdbox:~/mdbox to mdbox:~/mdbox:LAYOUT=maildir++ This doesn´t work: Initialization failed: Namespace 'INBOX.': Mailbox list driver maildir++: maildir_name not supported by this driver or without namespace: Initialization failed: Initializing mail storage

Re: [Dovecot] fetchmail and lmtp -> auth crashing

2010-09-08 Thread Dirk Heinrichs
Am 08.09.2010 16:04, schrieb Timo Sirainen: > On Tue, 2010-09-07 at 23:12 +0200, Dirk Heinrichs wrote: >> (gdb) bt full >> #0 auth_request_lookup_credentials (request=0x8e12c78, scheme=0x8079acf >> "", > > Fixed the crash: http://hg.dovecot.org/dovecot-2.0/rev/e392f5f65cd8 OK, I've updated debia

Re: [Dovecot] Pigeonhole and Dovecot2 with custom config file

2010-09-08 Thread Cassidy Larson
worked for me. thanks! On Wed, Sep 8, 2010 at 10:22 AM, Timo Sirainen wrote: > On Wed, 2010-09-08 at 10:07 -0600, Cassidy Larson wrote: >> # /usr/local/sbin/dovecot -c /usr/local/etc/dovecot/dovecot_custom.conf >> managesieve(root): Fatal: Error reading configuration: >> net_connect_unix(/usr/loc

Re: [Dovecot] v2.0.2 released

2010-09-08 Thread Marcus Rueckert
On 2010-09-08 17:41:42 +0100, Timo Sirainen wrote: > http://dovecot.org/releases/2.0/dovecot-2.0.2.tar.gz > http://dovecot.org/releases/2.0/dovecot-2.0.2.tar.gz.sig > > Many small fixes and logging improvements, but most importantly fixes > LMTP with Maildir. update for suse package submitted. -

[Dovecot] v2.0.2 released

2010-09-08 Thread Timo Sirainen
http://dovecot.org/releases/2.0/dovecot-2.0.2.tar.gz http://dovecot.org/releases/2.0/dovecot-2.0.2.tar.gz.sig Many small fixes and logging improvements, but most importantly fixes LMTP with Maildir. * vpopmail support is disabled for now, since it's broken. You can use it via ch

Re: [Dovecot] Pigeonhole and Dovecot2 with custom config file

2010-09-08 Thread Timo Sirainen
On Wed, 2010-09-08 at 10:07 -0600, Cassidy Larson wrote: > # /usr/local/sbin/dovecot -c /usr/local/etc/dovecot/dovecot_custom.conf > managesieve(root): Fatal: Error reading configuration: > net_connect_unix(/usr/local/etc/dovecot/dovecot.conf) failed: No such > file or directory Attached patch sho

[Dovecot] Pigeonhole and Dovecot2 with custom config file

2010-09-08 Thread Cassidy Larson
I start my dovecot with the "-c /path/to/custom/config" option so I can run multiple instances. Been trying out 2.0.1 so I can upgrade my boxes cleanly, but I require managesieve. So after installing the latest sources of the Pigeonhole plugin, I'm getting this when trying to start dovecot: # /us

Re: [Dovecot] Sub-Sub-Subfolders not shown after converting from maildir to mdbox

2010-09-08 Thread Timo Sirainen
On Tue, 2010-09-07 at 00:54 +0200, Patrick Westenberg wrote: > I just recognized a problem concerning subfolders after converting from > maildir to mdbox. Thunderbird and SeaMonkey don´t show folders that are > subfolders of subfolders. I remember some people complaining about the same thing wit

Re: [Dovecot] Dovecot 2.0.1 Quota dict timeout

2010-09-08 Thread Timo Sirainen
On Tue, 2010-09-07 at 18:07 -0700, David Jonas wrote: > > Well, see if this helps: > > http://hg.dovecot.org/dovecot-2.0/rev/902f008f17cf > The patch didn't seem to make a difference. I'm still seeing the error. > > If you have any ideas on debugging I'm open to trying them. Dovecot > 2.0.1 runnin

Re: [Dovecot] What's %%h ?

2010-09-08 Thread William Blunn
On 08/09/2010 14:41, Timo Sirainen wrote: On Wed, 2010-09-08 at 09:22 +0100, William Blunn wrote: What's %%h ? http://wiki2.dovecot.org/Variables says that "%%" expands to "%", so according to that, "%%h" expands to "%h". It does. But I have seen people using "%%h", so it must mean somethin

Re: [Dovecot] LMTP logging configuration

2010-09-08 Thread Timo Sirainen
On Wed, 2010-09-08 at 14:00 +0200, Rainer Frey wrote: > > The problem is that all logging goes through log process, which > > currently only supports a single logging destination. But .. I think you > > can make lmtp processes bypass log process by setting: > > > > service lmtp { > > executable

Re: [Dovecot] fetchmail and lmtp -> auth crashing

2010-09-08 Thread Timo Sirainen
On Tue, 2010-09-07 at 23:12 +0200, Dirk Heinrichs wrote: > (gdb) bt full > #0 auth_request_lookup_credentials (request=0x8e12c78, scheme=0x8079acf > "", Fixed the crash: http://hg.dovecot.org/dovecot-2.0/rev/e392f5f65cd8 But the main problem you have is that you don't have a passdb and your user

Re: [Dovecot] What's %%h ?

2010-09-08 Thread Timo Sirainen
On Wed, 2010-09-08 at 09:22 +0100, William Blunn wrote: > What's %%h ? > > http://wiki2.dovecot.org/Variables says that "%%" expands to "%", so > according to that, "%%h" expands to "%h". It does. > But I have seen people using "%%h", so it must mean something else. With shared mailbox locatio

Re: [Dovecot] LMTP logging configuration

2010-09-08 Thread Rainer Frey
On Tuesday 07 September 2010 16:21:35 Timo Sirainen wrote: > On Tue, 2010-09-07 at 09:23 +0200, Rainer Frey wrote: > > protocol lmtp { > > > > syslog_facility = mail > > > > } > > > > but this has no effect, LMTP logs to local0. Is this supposed to work, or > > is this not implemented at

Re: [Dovecot] need help with shared mailboxes

2010-09-08 Thread alex
On 09/08/2010 09:47 AM, alex wrote: On 09/07/2010 08:28 PM, Timo Sirainen wrote: On Mon, 2010-09-06 at 18:23 +0300, alex wrote: I have some problems with setting shared mailboxes . I use dovecot 1.2.11 with following namespaces : mail_location: maildir:~ okay. location: maildir:/home/sites

[Dovecot] What's %%h ?

2010-09-08 Thread William Blunn
What's %%h ? http://wiki2.dovecot.org/Variables says that "%%" expands to "%", so according to that, "%%h" expands to "%h". But I have seen people using "%%h", so it must mean something else. Bill