Re: [Dovecot] dovecot.org mirrors?

2011-04-29 Thread Frank Bonnet

Hello Timo

How much disk space does it represents ?



Le 29/04/2011 19:10, Timo Sirainen a écrit :

On Tue, 2011-04-26 at 19:35 +0300, Timo Sirainen wrote:


I was also planning on adding some mirroring by adding 2+ A records to
some names:


The mirroring setup is finished. There's a master server now handling
dovecot.org and a mirror server handling www/hg/wiki. Would be nice to
get another reliable fast mirror server if someone wants to donate
one :) Requirements are:

  - Apache2 with WSGI
  - Mercurial
  - Patched moinmoin
  - ssh + rsync so I can push changes immediately

I have a script that builds all of those on a freshly installed CentOS
5.6 (and a kickstart config to do the install too).


  * hg.dovecot.org can be mirrored either with hg itself pushing changes
or calling rsync


hg commit hook calls rsync immediately


  * www.dovecot.org can be mirrored with periodic rsync. The most
frequent changes are mailing list archives and nightly tarballs.


www itself doesn't change unless I change it manually. When a new mail
arrives via mailman, it gets rsynced to mirrors within 5 minutes. This
is done by rsyncing the current month's all files/dirs.


  * wiki*.dovecot.org could also be rsynced and set read-only. A patched
MoinMoin could show "Edit" links as pointing to master.wiki*.dovecot.org
where editing is allowed.


Edits are rsynced to mirrors within 5 minutes.

Also there's a nightly script that rsyncs everything just in case
(except in case of mailing list archives only current+last month, since
they're so huge).

BTW. Apparently there's still something wrong with dovecot.org's reverse
DNS record. It appears to be ok, but some DNS servers have cached it
wrong. I don't know why. We've complained to the ISP. Also dovecot.org
is currently sharing IP with some other stuff, but should get its own IP
some day.



Re: [Dovecot] dict quota problem

2011-04-29 Thread Sven Hartge
Papp Tamas  wrote:
> On 04/20/2011 05:26 PM, Sven Hartge wrote:

>> Counting all meta-data is also very unintuitive for the user. Imagine
>> a user with an INBOX containing 200,000 mails. This will result in a
>> _huge_ directory inode for the INBOX folder (about 20MB for XFS). Now
>> he deletes all those mails and expects a quota usage of 0 bytes. But
>> the quota is still at 20MB, because the directory inode has not been
>> reduced by the filesystem.
>>
>> I guarantee you, you will get numerous support calls.
>>
>> At least I got them while using filesystem-based quotas.

> So, there is no exact or something closer solution with normal
> maildirs?

Define "exact". 

Trust me, you don't want to include any meta data or filesystem overhead
in the quota value presented to the user. Doing so is just asking for
trouble and grief.

Grüße,
Sven.

-- 
Sigmentation fault. Core dumped.



Re: [Dovecot] dovecot.org mirrors?

2011-04-29 Thread Francisco Wagner C. Freire
Hello,

I send to you a PM with instructions to get the server.
Let me known if u had any problems.

Regards :)

On Fri, Apr 29, 2011 at 2:10 PM, Timo Sirainen  wrote:

> On Tue, 2011-04-26 at 19:35 +0300, Timo Sirainen wrote:
>
> > I was also planning on adding some mirroring by adding 2+ A records to
> > some names:
>
> The mirroring setup is finished. There's a master server now handling
> dovecot.org and a mirror server handling www/hg/wiki. Would be nice to
> get another reliable fast mirror server if someone wants to donate
> one :) Requirements are:
>
>  - Apache2 with WSGI
>  - Mercurial
>  - Patched moinmoin
>  - ssh + rsync so I can push changes immediately
>
> I have a script that builds all of those on a freshly installed CentOS
> 5.6 (and a kickstart config to do the install too).
>
> >  * hg.dovecot.org can be mirrored either with hg itself pushing changes
> > or calling rsync
>
> hg commit hook calls rsync immediately
>
> >  * www.dovecot.org can be mirrored with periodic rsync. The most
> > frequent changes are mailing list archives and nightly tarballs.
>
> www itself doesn't change unless I change it manually. When a new mail
> arrives via mailman, it gets rsynced to mirrors within 5 minutes. This
> is done by rsyncing the current month's all files/dirs.
>
> >  * wiki*.dovecot.org could also be rsynced and set read-only. A patched
> > MoinMoin could show "Edit" links as pointing to master.wiki*.dovecot.org
> > where editing is allowed.
>
> Edits are rsynced to mirrors within 5 minutes.
>
> Also there's a nightly script that rsyncs everything just in case
> (except in case of mailing list archives only current+last month, since
> they're so huge).
>
> BTW. Apparently there's still something wrong with dovecot.org's reverse
> DNS record. It appears to be ok, but some DNS servers have cached it
> wrong. I don't know why. We've complained to the ISP. Also dovecot.org
> is currently sharing IP with some other stuff, but should get its own IP
> some day.
>
>


Re: [Dovecot] dict quota problem

2011-04-29 Thread Papp Tamas


On 04/20/2011 05:26 PM, Sven Hartge wrote:

Papp Tamas  wrote:


On 04/20/2011 01:47 PM, Sven Hartge wrote:

"du" also accounts for the metadata of the filesystem. With Maildir++
you have many files per directory which causes the directory inode to
increase in size. After mails are deleted, the now empty space inside
the directory is not reclaimed (at least not in ext2/3/4, I guess, XFS
behaves the same) and you see a difference in size, since dovecot only
counts the raw size of the mails.

You can test this for yourself: create a directory, place a 100M big
file inside and check with "du". Then delete that file, create 10,000
files with 10KB size inside, check with "du", delete the files and check
again.

Thank you for your prompt answer.
Why does dovecot count only the raw size? Does this mean, dict quota is
not usable with maildirs? Is this true for sdbox also?

In addition to the answer from Timo:

Counting all meta-data is also very unintuitive for the user. Imagine a
user with an INBOX containing 200,000 mails. This will result in a
_huge_ directory inode for the INBOX folder (about 20MB for XFS). Now he
deletes all those mails and expects a quota usage of 0 bytes. But the
quota is still at 20MB, because the directory inode has not been reduced
by the filesystem.

I guarantee you, you will get numerous support calls.

At least I got them while using filesystem-based quotas.


I'm sorry for the late response.

So, there is no exact or something closer solution with normal maildirs?

Thank you,

tamas


Re: [Dovecot] IMAP vs. POP3

2011-04-29 Thread Justin Krejci


On Thu, 2011-04-28 at 19:54 +0200, Stéphane Guedon wrote:
> On Thursday 28 April 2011 19:31:49 Matt wrote:
> > Does IMAP create much additional system load vs. POP3?
> 

If you do use IMAP, server disk space capacity can become an important
number to watch as most POP3 clients by default will delete the mail
from the server once downloaded.

Additionally there are end user support "load" as well. Do you have a
lot of users with a variety of skill levels and mail clients? Supporting
a large variety of user configurations can cause support problems.
Example, a user is using IMAP then switches to POP3 (either by accident
or otherwise) and suddenly you will get a call about how someone hacked
into their mail account and deleted all of their mail.



Re: [Dovecot] Help a newbie...

2011-04-29 Thread Patrick Westenberg
The config files are well commented.
Take a look...

Patrick



[Dovecot] Help a newbie...

2011-04-29 Thread Juan Bernhard
Hi every one! Im new to the list, and to dovecot. I foud this program
very usefull, scalable and with a serious security focus. So Im trying
to implement it here at work.
The first logical step is to read as much as I can, to build the best
possible configuration avaible... but i found that the wiki es a pour
source of serious information, filled with examples... examples are
great to learn, but I was loocking for something that describes every
dovecot.conf option (for example: mail_location = *string* default:
mbox:~/mail:INBOX=/var/mail/%u bla,bla,bla...)

Or perhaps some one can give me some directions to start reading... any
help will be great.

Thank you!

PD: sorry for my english! haha

-- 

Juan Bernhard
INSTITUTO NACIONAL DE TECNOLOGÍA INDUSTRIAL
DEPARTAMENTO DE INFORMÁTICA
DIVISIÓN OPERACIONES
Teléfono (54 11) 4724-6200 / 6300 / 6400
Interno 6739
j...@inti.gob.ar
___
0800 444 4004 | www.inti.gob.ar




Re: [Dovecot] Dovecot Folder Creation Problem

2011-04-29 Thread Charles Marcus
On 2011-04-29 4:04 AM, Ceyhun Ganioglu wrote:
> Following some tutorials on
> the internet I created an Outlook rule to move the sent emails to the IMAP
> server's sent mail folder.

Outlook 2007+ no longer requires you to create that rule, you can now
just tell it which IMAP folder to save the Sent mail to:

http://office.microsoft.com/en-us/outlook-help/change-where-sent-e-mail-messages-are-saved-HA010164216.aspx#BM2

-- 

Best regards,

Charles


[Dovecot] dovecot.org mirrors?

2011-04-29 Thread Timo Sirainen
On Tue, 2011-04-26 at 19:35 +0300, Timo Sirainen wrote:

> I was also planning on adding some mirroring by adding 2+ A records to
> some names:

The mirroring setup is finished. There's a master server now handling
dovecot.org and a mirror server handling www/hg/wiki. Would be nice to
get another reliable fast mirror server if someone wants to donate
one :) Requirements are:

 - Apache2 with WSGI
 - Mercurial
 - Patched moinmoin
 - ssh + rsync so I can push changes immediately

I have a script that builds all of those on a freshly installed CentOS
5.6 (and a kickstart config to do the install too).

>  * hg.dovecot.org can be mirrored either with hg itself pushing changes
> or calling rsync

hg commit hook calls rsync immediately

>  * www.dovecot.org can be mirrored with periodic rsync. The most
> frequent changes are mailing list archives and nightly tarballs.

www itself doesn't change unless I change it manually. When a new mail
arrives via mailman, it gets rsynced to mirrors within 5 minutes. This
is done by rsyncing the current month's all files/dirs.

>  * wiki*.dovecot.org could also be rsynced and set read-only. A patched
> MoinMoin could show "Edit" links as pointing to master.wiki*.dovecot.org
> where editing is allowed.

Edits are rsynced to mirrors within 5 minutes.

Also there's a nightly script that rsyncs everything just in case
(except in case of mailing list archives only current+last month, since
they're so huge).

BTW. Apparently there's still something wrong with dovecot.org's reverse
DNS record. It appears to be ok, but some DNS servers have cached it
wrong. I don't know why. We've complained to the ISP. Also dovecot.org
is currently sharing IP with some other stuff, but should get its own IP
some day.



Re: [Dovecot] Problem Authenticating with Master User

2011-04-29 Thread Henry Franco

Timo,

That worked.  I appreciate it.

 Original Message  
Subject: Re: [Dovecot] Problem Authenticating with Master User
From: Timo Sirainen 
To: Dovecot Mailing List 
Date: 04/29/2011 03:34 AM


On 29.4.2011, at 6.19, Henry Franco wrote:


So I removed the passdb's and the pass=yes since it doesn't work with PAM but 
I'm still not having any luck.  Any suggestions? I'm open.


Oh, I didn't notice earlier:


auth default_with_listener:

..

auth default:


Don't use two auth {} blocks. That's the one causing this.



Re: [Dovecot] Re-downloading mails after migrate server

2011-04-29 Thread Esther Yébenes --Conzentra--

Sorry about previous mail; don't know what had happened...
The text was:


Thanks Timo,
Yes, I suppose there must be something else wrong, but I am not sure 
what it could be.


The new configuration is pasted here:
http://pastebin.com/yLLY9Zx8


Thanks in advance




On 29/04/11 16:59, Timo Sirainen wrote:

On Fri, 2011-04-29 at 16:46 +0200, Esther Yébenes --Conzentra-- wrote:
   

Hi all... again.

I have uploaded the new server to dovecot 2.0.12, and still having the
same issue.
I have even tried changing the hostname, and still the same.
I have checked the site http://wiki2.dovecot.org/Migration at the "POP3
migration" section, and I can't see the problem. The UIDLs between hosts
are still the same, and I am lost at what is making me download the
mails saved on the server.
 

If you both old and new servers are connected to with the same hostname
and the same username, and they give exactly the same output to UIDL and
LIST commands, there's something wrong.

   






Re: [Dovecot] Re-downloading mails after migrate server

2011-04-29 Thread Esther Yébenes --Conzentra--
<><><><>

Re: [Dovecot] [dovecot] Question about master user and PAM with dovecot 2.0.12

2011-04-29 Thread Timo Sirainen
On Fri, 2011-04-29 at 10:55 -0400, Jonathan Siegle wrote:
> Is it possible to allow master users to be authenticated against PAM? 
> Something like:
> 
> passdb {
>   driver = pam
>   master = yes
> }

If PAM authentication succeeds, the user is a master user with this
config.

> and then have a userdb which qualifies what accounts are master accounts but 
> doesn't have passwords?

Do you mean you would want both master and non-master users be
authenticated from a single PAM passdb? That won't work, you need
separate passdbs. You could probably configure two different PAM
services and use them both..




Re: [Dovecot] Re-downloading mails after migrate server

2011-04-29 Thread Timo Sirainen
On Fri, 2011-04-29 at 16:46 +0200, Esther Yébenes --Conzentra-- wrote:
> Hi all... again.
> 
> I have uploaded the new server to dovecot 2.0.12, and still having the 
> same issue.
> I have even tried changing the hostname, and still the same.
> I have checked the site http://wiki2.dovecot.org/Migration at the "POP3 
> migration" section, and I can't see the problem. The UIDLs between hosts 
> are still the same, and I am lost at what is making me download the 
> mails saved on the server.

If you both old and new servers are connected to with the same hostname
and the same username, and they give exactly the same output to UIDL and
LIST commands, there's something wrong.




[Dovecot] [dovecot] Question about master user and PAM with dovecot 2.0.12

2011-04-29 Thread Jonathan Siegle
Is it possible to allow master users to be authenticated against PAM? Something 
like:

passdb {

  driver = pam

  #args = /etc/dovecot/passwd.masterusers

  master = yes

  #pass = yes

}

and then have a userdb which qualifies what accounts are master accounts but 
doesn't have passwords?

Thanks,
Jonathan

smime.p7s
Description: S/MIME cryptographic signature


Re: [Dovecot] Re-downloading mails after migrate server

2011-04-29 Thread Esther Yébenes --Conzentra--

Hi all... again.

I have uploaded the new server to dovecot 2.0.12, and still having the 
same issue.

I have even tried changing the hostname, and still the same.
I have checked the site http://wiki2.dovecot.org/Migration at the "POP3 
migration" section, and I can't see the problem. The UIDLs between hosts 
are still the same, and I am lost at what is making me download the 
mails saved on the server.


Any more ideas? They'd be highly appreciated.
Thanks in advance



On 28/04/11 15:55, Esther Yébenes --Conzentra-- wrote:

Thanks a lot you both, I'll try to update to the latest version,
By the way, Pete, I am having this the problem with different email 
clientes: Thunderbird, Outlook and Kmail


I'll let you know how it goes.

Thanks again


Esther

On 28/04/11 15:33, Francisco Wagner C. Freire wrote:

I think a good try is update the new server to latest dovecot version.
I migrate about 1.5M mailboxes from dovecot 1.0.X to Dovecot 2.0.X 
and no
problems (and we have a lot of users with the "leave copy on server" 
option

checked).

http://wiki2.dovecot.org/Migration

On Thu, Apr 28, 2011 at 9:41 AM, Pete Conkin  wrote:


- Original Message - From: "Esther Yébenes --Conzentra--"<
esther.yebe...@conzentra.com>



I know that lots of servers are migrated every day, and never heard
about those problems, so I suppose it must be a solution for this, or
maybe a better way to configure the servers.

   Happen to us as well.  Seemed to be specific to certain email 
clients
though.  Thunderbird and Eudora did not download all the emails, 
Outlook

did.

  It appeared to also occur with users that POP3 using multiple clients
(Outlook and smart phone for instance) as well as those that had 
Outlook set

to "Leave a copy on server for x days".

  Pete







--

Esther Yébenes
esther.yebe...@conzentra.com 
Tel. +34 93 412 3750. Ext. 306
Fax. +34 902 889 440

Conzentra
your internet bussines partner
www.conzentra.com 



[Dovecot] example-config mail_log plugin options

2011-04-29 Thread Lutz Preßler
Hello,

dovecot-2.0.12/doc/example-config/conf.d/10-logging.conf
contains

# mail_log plugin provides more event logging for mail processes.
plugin {
  # Events to log. Also available: flag_change append
  #mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
  # Group events within a transaction to one line.
  #mail_log_group_events = no
  # Available fields: uid, box, msgid, from, subject, size, vsize, flags
  # size and vsize are available only for expunge and copy events.
  #mail_log_fields = uid box msgid size
}


"mail_log_group_events" seems to be gone (when and why?). And it's now
"save" instead of "append", with "mailbox_create" also available.

Greetings,
  Lutz Pressler

-- 
Lutz Preßler  http://www.SerNet.DE/
SerNet Service Network GmbH, Bahnhofsallee 1b, D-37081 Göttingen
Tel.: +49-551-37-2,  FAX: +49-551-37-9
AG Göttingen, HRB 2816,  GF: Dr. Johannes Loxen


Re: [Dovecot] Dovecot Folder Creation Problem

2011-04-29 Thread Robert Schetterer
Am 29.04.2011 12:26, schrieb Ceyhun Ganioglu:
> Hi Robert,
> 
> Many thanks for your reply. I realized that the title of my email was not
> explaining my exact problem. My problem is not the creation of the folders.
> I am happy with the folders created by RoundCube. I am confused why Outlook
> can't write to the Sent Items folder. Logically Outlook, TB or any other
> email client must have permission to write the sent mails to the chosen sent
> mail folder on an IMAP server without any problems. Am I wrong? 
> 
> Thanks
> Ceyhun

dont top post

configure outlook to use a imap folder i.e for sent
depends on outlook version
i cant remember if its allready possible with 2007 ( google says its
working )
for sure it works with 2010, before versions you need some macic with
the rules wizard

look here for pictured setup

http://support.neteasy.us/how-to/email/troubleshooting/set-up-outlook-to-use-imap-sent-folder-instead-of-local-sent-items-folder
> 
> Date: Fri, 29 Apr 2011 12:08:05 +0200
> From: Robert Schetterer 
> To: dovecot@dovecot.org
> Subject: Re: [Dovecot] Dovecot Folder Creation Problem
> Message-ID: <4dba8e05.6040...@schetterer.org>
> Content-Type: text/plain; charset=ISO-8859-9
> 
> Am 29.04.2011 10:04, schrieb Ceyhun Ganioglu:
>> Hi all,
>>
>>  
>>
>> I installed Dovecot-Postfix as an IMAP mail server and also RoundCube as
>> webmail. When I create an account using Postfix Admin and login to
> webmail,
>> roundCube creates the Junk Mail, Deleted Emails folder automatically. I
> also
>> added this account to my Microsoft Outlook 2007. Following some tutorials
> on
>> the internet I created an Outlook rule to move the sent emails to the IMAP
>> server's sent mail folder. When I  send an email, the email disappears
> from
>> the default sent items of Outlook but it doesn't appear on the IMAP
> server's
>> sent items folder.
>>
>>  
>>
>> Do I have to set some kind of other permissions on the IMAP server to fix
>> this problem? My version of Dovecot is 1.2.16.
>>
>>  
>>
>> I want my clients use Microsoft Outlook and reach all received and sent
>> emails via webmail anywhere they go.
>>
>>  
>>
>> Many thanks
>>
>> Ceyhun
>>
>>
> 
> you should choose one default folder layout , and autocreate and
> autosubscribe it with dovecot, i would recommend to use thunderbird
> default folder layout, as TB works on all major plattforms
> then configure your clients to use these default folders
> should be no problem with roundcube, in outlook 2010 this works
> without the outlook spam folder,
> in windows you can use reg patches gpo etc to auto configure folder
> setup with outlook, but the truth is at recent you will not
> goal a valid default auto folder configuration for all imap clients
> you can only workaround it
> 
> 


-- 
Best Regards

MfG Robert Schetterer

Germany/Munich/Bavaria


Re: [Dovecot] how to limit size of dovecot.log

2011-04-29 Thread Eduardo M KALINOWSKI

On Qui, 28 Abr 2011, Aaron C Johnson wrote:
I've done some searching and maybe I'm missing something... I have a  
remote dovecot and postfix server running on debian 5. I then have a  
local fetchmail server that retrieves email from the dovecot server  
via pop3s every 5 minutes.


The problem is that the /var/log/dovecot.log file has grown to be  
over 1.1GiB over a period of less than 1 year.


Is there a way to limit the size of the dovecot.log file, or do I  
have to run a monthly cron job or something to take care of it for me?


On Debian that should happen automatically, via the logrotate package.  
Probably installing it is enough.




--
For external use only.

Eduardo M KALINOWSKI
edua...@kalinowski.com.br



Re: [Dovecot] 2.0.12 Coredump under Solaris 10

2011-04-29 Thread Timo Sirainen
On 29.4.2011, at 12.09, Denny Schierz wrote:

> user_attrs = postalAddress=domain, homeDirectory=/imap/spool/%d/%1n/%n,
> myMailQuota=quota_rule=*:storage=%$M

The problem is that homeDirectory in there. It's not used at all currently. You 
probably want to replace it with:

=home=/imap/spool/%d/%1n/%n

It of course shouldn't crash anyway. I'll try to figure it out.



Re: [Dovecot] Dovecot Folder Creation Problem

2011-04-29 Thread Timo Sirainen
On 29.4.2011, at 13.26, Ceyhun Ganioglu wrote:

> Many thanks for your reply. I realized that the title of my email was not
> explaining my exact problem. My problem is not the creation of the folders.
> I am happy with the folders created by RoundCube. I am confused why Outlook
> can't write to the Sent Items folder. Logically Outlook, TB or any other
> email client must have permission to write the sent mails to the chosen sent
> mail folder on an IMAP server without any problems. Am I wrong? 

So Outlook doesn't give any error, just doesn't write the mail to the intended 
folder? I think it's Outlook configuration problem. There is nothing on 
Dovecot's side that you can do anyway. (Unless there's something really wrong, 
and in that case Dovecot should log error message about it.)



Re: [Dovecot] Dovecot Folder Creation Problem

2011-04-29 Thread Ceyhun Ganioglu
Hi Robert,

Many thanks for your reply. I realized that the title of my email was not
explaining my exact problem. My problem is not the creation of the folders.
I am happy with the folders created by RoundCube. I am confused why Outlook
can't write to the Sent Items folder. Logically Outlook, TB or any other
email client must have permission to write the sent mails to the chosen sent
mail folder on an IMAP server without any problems. Am I wrong? 

Thanks
Ceyhun

Date: Fri, 29 Apr 2011 12:08:05 +0200
From: Robert Schetterer 
To: dovecot@dovecot.org
Subject: Re: [Dovecot] Dovecot Folder Creation Problem
Message-ID: <4dba8e05.6040...@schetterer.org>
Content-Type: text/plain; charset=ISO-8859-9

Am 29.04.2011 10:04, schrieb Ceyhun Ganioglu:
> Hi all,
> 
>  
> 
> I installed Dovecot-Postfix as an IMAP mail server and also RoundCube as
> webmail. When I create an account using Postfix Admin and login to
webmail,
> roundCube creates the Junk Mail, Deleted Emails folder automatically. I
also
> added this account to my Microsoft Outlook 2007. Following some tutorials
on
> the internet I created an Outlook rule to move the sent emails to the IMAP
> server's sent mail folder. When I  send an email, the email disappears
from
> the default sent items of Outlook but it doesn't appear on the IMAP
server's
> sent items folder.
> 
>  
> 
> Do I have to set some kind of other permissions on the IMAP server to fix
> this problem? My version of Dovecot is 1.2.16.
> 
>  
> 
> I want my clients use Microsoft Outlook and reach all received and sent
> emails via webmail anywhere they go.
> 
>  
> 
> Many thanks
> 
> Ceyhun
> 
> 

you should choose one default folder layout , and autocreate and
autosubscribe it with dovecot, i would recommend to use thunderbird
default folder layout, as TB works on all major plattforms
then configure your clients to use these default folders
should be no problem with roundcube, in outlook 2010 this works
without the outlook spam folder,
in windows you can use reg patches gpo etc to auto configure folder
setup with outlook, but the truth is at recent you will not
goal a valid default auto folder configuration for all imap clients
you can only workaround it


-- 
Best Regards

MfG Robert Schetterer

Germany/Munich/Bavaria


--

___
dovecot mailing list
dovecot@dovecot.org
http://dovecot.org/cgi-bin/mailman/listinfo/dovecot

End of dovecot Digest, Vol 96, Issue 59
***




Re: [Dovecot] Dovecot Folder Creation Problem

2011-04-29 Thread Robert Schetterer
Am 29.04.2011 10:04, schrieb Ceyhun Ganioglu:
> Hi all,
> 
>  
> 
> I installed Dovecot-Postfix as an IMAP mail server and also RoundCube as
> webmail. When I create an account using Postfix Admin and login to webmail,
> roundCube creates the Junk Mail, Deleted Emails folder automatically. I also
> added this account to my Microsoft Outlook 2007. Following some tutorials on
> the internet I created an Outlook rule to move the sent emails to the IMAP
> server's sent mail folder. When I  send an email, the email disappears from
> the default sent items of Outlook but it doesn't appear on the IMAP server's
> sent items folder.
> 
>  
> 
> Do I have to set some kind of other permissions on the IMAP server to fix
> this problem? My version of Dovecot is 1.2.16.
> 
>  
> 
> I want my clients use Microsoft Outlook and reach all received and sent
> emails via webmail anywhere they go.
> 
>  
> 
> Many thanks
> 
> Ceyhun
> 
> 

you should choose one default folder layout , and autocreate and
autosubscribe it with dovecot, i would recommend to use thunderbird
default folder layout, as TB works on all major plattforms
then configure your clients to use these default folders
should be no problem with roundcube, in outlook 2010 this works
without the outlook spam folder,
in windows you can use reg patches gpo etc to auto configure folder
setup with outlook, but the truth is at recent you will not
goal a valid default auto folder configuration for all imap clients
you can only workaround it


-- 
Best Regards

MfG Robert Schetterer

Germany/Munich/Bavaria


Re: [Dovecot] 2.0.12 Coredump under Solaris 10

2011-04-29 Thread Denny Schierz
hi,

Am Donnerstag, den 28.04.2011, 21:40 +0300 schrieb Timo Sirainen:

> That's an interesting setting you have there.. I tried to reproduce but
> I can't seem to make it crash with it.

same setup as for 2.0.9

> What's in your dovecot-ldap.conf.ext? (This user was looked up from
> LDAP, right?)

jupp, 

hosts = ldap.domain.foo ldap2.domain.foo
auth_bind = yes
#auth_bind_userdn = uid=%u,cn=accounts,dc=domain,dc=foo
ldap_version = 3
base = cn=accounts,dc=domain,dc=foo
user_attrs = postalAddress=domain, homeDirectory=/imap/spool/%d/%1n/%n,
myMailQuota=quota_rule=*:storage=%$M
user_filter = (&(objectClass=posixAccount)(uid=%n))
pass_attrs = postalAddress=domain, uid=user, userPassword=password
pass_filter = (&(objectClass=posixAccount)(uid=%n))
default_pass_scheme = MD5



signature.asc
Description: This is a digitally signed message part


[Dovecot] Dovecot Folder Creation Problem

2011-04-29 Thread Ceyhun Ganioglu
Hi all,

 

I installed Dovecot-Postfix as an IMAP mail server and also RoundCube as
webmail. When I create an account using Postfix Admin and login to webmail,
roundCube creates the Junk Mail, Deleted Emails folder automatically. I also
added this account to my Microsoft Outlook 2007. Following some tutorials on
the internet I created an Outlook rule to move the sent emails to the IMAP
server's sent mail folder. When I  send an email, the email disappears from
the default sent items of Outlook but it doesn't appear on the IMAP server's
sent items folder.

 

Do I have to set some kind of other permissions on the IMAP server to fix
this problem? My version of Dovecot is 1.2.16.

 

I want my clients use Microsoft Outlook and reach all received and sent
emails via webmail anywhere they go.

 

Many thanks

Ceyhun



Re: [Dovecot] Problem Authenticating with Master User

2011-04-29 Thread Timo Sirainen
On 29.4.2011, at 6.19, Henry Franco wrote:

> So I removed the passdb's and the pass=yes since it doesn't work with PAM but 
> I'm still not having any luck.  Any suggestions? I'm open.

Oh, I didn't notice earlier:

> auth default_with_listener:
..
> auth default:

Don't use two auth {} blocks. That's the one causing this.