similar to: Question about the dovecot debian package

Displaying 20 results from an estimated 1000 matches similar to: "Question about the dovecot debian package"

2005 Dec 13
4
Hi everyone .. need some pro-dovecot arguments :-)
Hi, i never used dovecot so far, but i heard a couple good things about it .. for one the debian maintainer of the exim package recommended it :-) so i want to change our mailserver (currently using ipop3 and uw-imap) to dovecot ... now my boss seems to favour cyrus. i could use some good arguments for dovecot, also your experiences with it and with other mailservers so i can make a
2017 Aug 05
2
Nested for loop
Hi! Thanks for taking the time to read this. The code below creates a graph that takes 100 samples that are between 5% and 15% of the population (400). What I'd like to do, however, is add two other sections to the graph. It would look something like this: from 1-100 samples take 100 samples that are between 5% and 15% of the population (400). From 101-200 take 100 samples that are between
2017 Aug 06
0
Nested for loop
Hi Kirsten, I can run your example code but I can't quite follow your division of sampling. Can you restate the the task? Below is what I think you are asking for, but I have the feeling I may be off the mark. Set A: 400 samples, draw 100 in range of 5 to 15 Set B: 800 samples, draw 100 in range of 5 to 15 Set C: 300 samples, draw 100 in range of 5 to 15 Ben > On Aug 5, 2017, at
2017 Aug 06
1
Nested for loop
Hi Ben, That's exactly right! Except for each set it's the sample population that is 400, 800 or 300. I want to take 3 samples, each of 100, where only the population differs. I can do this separately, but I'm having trouble putting them all on the same graph. I'd like to have sample on the x axis (1-300) and estimate on the y axis. I want to show how population affects the
2006 Aug 30
6
dovecot with Calendar or Contacts?
When I attempted to import my Contacts list into dovecot, my mail client told me that the IMAP server did not support "Special" folders. Is there a way to to do the contacts, or sync up Contacts & Calendar from a database or something else? I'm using both Thunderbird and Outlook. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Mar 30
3
sssd-ad cannot be installed with sernet samba
On 30/03/15 15:49, Luca Olivetti wrote: > El 30/03/15 a les 15:43, L.P.H. van Belle ha escrit: >> The problem here is that >> >> sssd does not know sernet-samba-libs is also providing samba-libs > Not only that, the layout is also different (at least, trying to force > the installation of sssd-ad/sssd-ad-common I see that it doesn't find > libndr-nbt.so.0, which
2015 Mar 30
3
sssd-ad cannot be installed with sernet samba
The problem here is that sssd does not know sernet-samba-libs is also providing samba-libs or get the source of sssd and change/add the sernet-samba-libs in de Depens of the source yourself. or ask the sssd developers to add this. Its not that hard.. apt-get install build-essentials apt-get source sssd modify the needed in sourcemap/Debian/ apt-get source -b wait... and you have your
2005 Nov 28
1
Unused SQL API
Greetings, recently I've been writing a database driver module for Dovecot to use SQLite. It's mostly for my own use, but I do recall other people have asked for this. Firstly - Timo, I grow to love your work more and more every day. :) I have not had any trouble figuring out what is needed of the driver, even without any API documentation. However, the one part of the driver
2018 Aug 08
2
Queue breaks Dynamic_Features on Attended Transfer
On Wed, Aug 8, 2018 at 1:53 PM, Daniel Journo <dan at keshercommunications.com> wrote: > > Prior to a call entering a Queue, I set __DYNAMIC_FEATURES=NewRecordApp. > > AgentA answers and is able to use that feature code. > > If AgentA performs an attended transfer of a call from a queue to > AgentB, the > > feature code no longer works. > > > > It only
2019 Jul 22
6
replication stuck?
Am 22.07.19 um 10:39 schrieb Stefan G. Weichinger via samba: > Am 20.07.19 um 11:54 schrieb Joachim Lindenberg via samba: >> I figured it out myself. The kerberos configuration on the old dc cobra was bad ? no clue why it worked at all until yesterday. >> >> After fixing it, testing with kinit, and restarting the dc processes it resumed replication. > > pls show how you
2004 Sep 08
1
0.99 mail env
Greetings, all Last night I migrated our mail between two machines... both running dovecot 0.99.xx. In the process, I wanted to make some small changes, namely that new mail be delivered to mboxs in /var/mail/%u and IMAP mail stored in Maildirs at ~/.imap ... I tried using: default_mail_env = maildir:~/.imap/:INBOX=mbox:/var/mail/%u But had no luck. Is it only 1.0 that can work with two
2008 Mar 17
2
A tail of joy...
So, I _finally_ got the time to upgrade from 0.99.14 ... which I told myself I'd upgrade from once 1.0 was released... (yep, I've been _that_ busy :) So I read the Wiki page on 0.99->1.0 transition, and went through the config file - for all of about 5 or 10 minutes. I logged in at 11pm when nobody else should be using it, restarted dovecot with the new version, and logged in.
2005 Oct 12
6
[OT] Gentoo install help please
I''ve decided to take the plunge and go with Gentoo for my rails development and test box. I figure the easy of maintenance is worth the setup hassles. Anyway, I''m followin the instructions on the Gentoo web site. I''ve selected the ..''i686'' 2.6 kernel for my 700mhz amd processor, and choosen stage3 install option from CD. I''m now at the the
2004 Jul 15
3
Database App
Hi, I was wondering if there is an app available that would let me run queries on MySQL or Postgress database through the extensions.conf file in Asterisk. My goal is to be able to run a simple query on a database that could return a value in an ${var} variable, or even the number or rows that were returned in the query in a ${var}. There are a couple of things in Asterisk I would like to
2006 Mar 17
4
Shared namespaces
Hi all, I'm trying to replace the "Public Folders" functionality in Exchange server. At first I thought it'd be something easily do-able with an IMAP server so I immediately thought of Dovecot. I setup what I though would work and things started to go a little screwy with subscription settings and the like. I started off by making a public maildir folder (in
2011 Sep 22
1
nlm's Hessian update method
Hi R-help! I'm trying to understand how R's nlm function updates its estimate of the Hessian matrix. The Dennis/Schnabel book cited in the references presents a number of different ways to do this, and seems to conclude that the positive-definite secant method (BFGS) works best in practice (p201). However, when I run my code through the optim function with the method as "BFGS",
2005 Nov 16
2
Sub-Folder Query
Hi all, I have a question in regards to folders/sub-folders with dovecot and Microsoft Outlook 2000. When creating folders if you do not append a "/" to the end of the folder name you cannot create sub-folders. Is there any solution/work around so that users do not have to append a slash on the end of the folder name? I would like to use dovecot for about a 50-user IMAP server however
2006 Feb 09
2
Maildir, imap and newness of messages
I'm using the standard Dovecot 0.99.14 on Fedora Core 4, with a Maildir++ mailbox. I've noticed what I think is an oddity in the way dovecot handles messages: According to the Maildir specification, a message in Maildir/new is a truly new message, which has not yet been touched by any reader. From an IMAP viewpoint, such a message should have the flag RECENT. However, if a message exists
2006 Apr 27
1
Dovecot LDA - Performance/issues versus postfix delivery? Also, installing on OS X?
Can anyone give me an idea of whether or not dovecot-lda can solve the following issue: We seem to have constantly-corrupting dovecot* files for people who fit one (or more) of the following categories: 1) 1000+ message inboxes; 2) multiple clients simultaneously checking mail; 3) people receiving a lot of mail, and/or the server receiving and trying to deliver a single message to all users at
2004 Sep 27
1
Thunderbird 0.8 - Inbox grayed out and does not update
Hi all, I cannot get Thunderbird 0.8 to work with my dovecot IMAP server. It works fine with my work IMAP account - I'm not sure what they are using. What happens is that folders that I create in Thunderbird or Evolution can only contain subfolders or messages, not a combination of both. Folders which contain subfolders and not messages show up in Thunderbird grayed out. I can expand them