search for: smartmobili

Displaying 12 results from an estimated 12 matches for "smartmobili".

2012 Jan 11
4
Log imap commands
Hi, I am trying to optimize an imap library and I am comparing with some existing webmail, for instance from roundcube I can log the imap commands with the following format : [11-Jan-2012 14:22:55 +0100]: [DBD1] S: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN AUTH=LOGIN AUTH=DIGEST-MD5 AUTH=CRAM-MD5] Dovecot ready. [11-Jan-2012 14:22:55
2011 Sep 21
1
Webmail architecture : questions about cache and storage backend
Hi, I have some questions about dovecot-2.1 and need some advice about software architecture. My company plans to develop a kind of Document Managing System (DMS) and one of its module is a webmail that is currently in a pre-alpha stage (if you are curious you can have a look here http://kairos.smartmobili.com/ but don't be surprised if it doesn't work and please do not use IE for now). From my personal analysis that I am sure is incomplete we have the following options to handle emails storage and cache: 1) Do not use a cache and rely on dovecot performance to retrieve email's heade...
2010 Feb 14
2
[LLVMdev] [cfe-dev] clang with pthread on mingw
...of the code related to attr in that function and just passing NULL as the attribute parameter in all cases. I'm happy to make this change if no one objects. David On 14 Feb 2010, at 14:09, Vincent Richomme wrote: > On Sun, 14 Feb 2010 14:26:38 +0100, Vincent Richomme > <forumer at smartmobili.com> wrote: >> Hi, >> >> When testing clang on mingw platform I got some errors when pthread was >> enabled. >> Problem was in line 87 in RWMutex.cpp: >> >> // Initialize the rwlock >> errorcode = pthread_rwlock_init(rwlock, &attr); >&g...
2010 Feb 14
0
[LLVMdev] [cfe-dev] clang with pthread on mingw
...on and just passing NULL as the attribute parameter in all cases. > > I'm happy to make this change if no one objects. > > David > > On 14 Feb 2010, at 14:09, Vincent Richomme wrote: > >> On Sun, 14 Feb 2010 14:26:38 +0100, Vincent Richomme >> <forumer at smartmobili.com> wrote: >>> Hi, >>> >>> When testing clang on mingw platform I got some errors when pthread was >>> enabled. >>> Problem was in line 87 in RWMutex.cpp: >>> >>> // Initialize the rwlock >>> errorcode = pthread_rwlock_...
2011 Sep 23
1
How to port this dovecot-1.x configuration file to dovecot-2.x
Hi, I am trying to move from dovecot-1.x to dovecot 2.1 but I have this error : Sep 23 16:04:13 lda: Error: userdb lookup: connect(/var/run/dovecot/auth-master) failed: Permission denied (euid=5000(vmail) egid=5000(vmail) missing +r perm: /var/run/dovecot/auth-master, dir owned by 0:0 mode=0755) and I dont' manage to find information about how to translate this old configuration part:
2012 Feb 12
2
Lost in configuration
Hi, I am trying to configure dovecot/postfix with virtual users and sasl auth but there are so many tutorials with mistakes and subtle differences that at the end I am lost. So I am running Ubuntu server 11.04 (natty) and when I installed my server I had followed the following guide http://workaround.org/ispmail/etch Then I have migrated to dovecot 2.1 and now I am trying to allow
2012 Feb 13
6
Dovecot v2.2 plans
Here's a list of things I've been thinking about implementing for Dovecot v2.2. Probably not all of them will make it, but I'm at least interested in working on these if I have time. Previously I've mostly been working on things that different companies were paying me to work on. This is the first time I have my own company, but the prioritization still works pretty much the same
2011 Jun 09
1
Webmail project : to cache or not to cache emails
Hi, I plan to develop a new web service where one of its module is a webmail and I am thinking about some implementation details. From a interface point of view I wanted to adopt the same logic a outlook(desktop) or yahoo webmail and not split emails into pages. I mean I just want a single datatable view where user can scroll to see his old messages and data are updated only when user release
2011 Jul 23
1
How to "scramble" emails
Hi, I am working on a webmail project using dovecot as imap server and I would need to make a demo however I don't want to show all my emails addresses. So my question is knowing that I am using the maildir format, would it ne possible to do a kind of search and replace of all emails/cc/to and replace them by fake ones or will it break something like indexes ? Thanks
2011 Jul 23
3
Ubuntu package for dovecot 2.0.x from debian package
Hi, I am running a server under Ubuntu 11.04(natty) and I would like to install a 2.x version but unfortunately the only package available is 1.2.15. Of course I could compile and install from sources but I would prefer to handle packages because it's a lot simpler and cleaner. After some research I found some debian packages available here :
2010 Mar 31
0
[LLVMdev] [cfe-dev] Need help fixing 2.7 release blockers
On Tue, 30 Mar 2010 14:09:03 -0700, Tanya Lattner <xzss at ____.com> wrote: > All, > > There has been a huge lack of response to the release. We need people to > help fix regressions and to participate in testing the release. Without > this support, I see no reason that the release team should spend their time > qualifying a release. > > We need to get all
2011 Aug 07
1
Dovecot 2.x configuration
Hi, sorry to post about that but I have some issues to migrate my dovecot 1.x to 2.x. I have installed dovecot 2.x package on ubuntu natty(package were generated from sources found in debian testing), and I have modified config files like that : dovecot.conf: ------------- !include_try /usr/share/dovecot/protocols.d/*.protocol listen = *, :: !include conf.d/*.conf !include_try local.conf