similar to: Comments on planned migration to Dovecot

Displaying 20 results from an estimated 7000 matches similar to: "Comments on planned migration to Dovecot"

2007 Jan 12
1
Entourage X and Sendmail STARTTLS on CentOS 4.4
I have a user who has Mac OS 10.4.8 with Entourage X. The email server is sendmail 8.13.8 and is setup to use STARTTLS on a CentOS 4.4 system. It appears from everything I have googled that only Entourage 2004 will properly function with STARTTLS. Has anybody any experience with Entourage X ... specifically is there something I am missing regarding the CentOS server setup or are all Entourage
2004 Dec 19
1
Authentication problems
Hi. I aim to provide pop3 and imap services to a few users. At the moment I only offer imap for squirrelmail users. However, I can't login successfully for pop3. It appears to be trying to auth against PAM, rather than directly using the passwd-file. Thoughts? Thanks, Rory Config: uthenticatprotocols = pop3 imap ssl_disable = yes login = imap login = pop3 mail_extra_groups = mail auth =
2004 Sep 16
1
Mac Eudora and POP
I didn't get much joy in the list archives... Has anyone seen an instance of Mac users (OS9) using Eudora not being able to pop their mail? They can imap ok, just not pop (non-ssl btw). Nothing special in the logs... I'm not a Mac guy per se, maybe I'm missing something obvious? -- Chris Alexander UNIX Network Administrator, Information Networks and Systems Division
2006 Feb 11
0
Dovecot pop3s problem : can't see email
Hi. I am trying to setup dovecot running a pop3 service for external clients (and intend in future to setup an imap interface on localhost only for squirrelmail.) Exim is delivering ok to local mailboxes, but I can't seem to get dovecot to serve them. Configuration details: ---------------------- All users run as the tst user, and authentication is done through postgresql. ...excerpt...
2007 Aug 07
3
ISDN30 card for UK : sanity check
We will be connecting our Asterisk server to ISDN 30 and intend using the Sangoma A101 card. The install location is in London (UK). Sangoma card at Voipon http://www.voipon.co.uk/sangoma-a101-pri-isdn-card-p-132.html?gclid=CI32vJz22I0CFQXklAodIgjHaA I would be grateful to hear if this is the right choice of card. Usage reports would be helpful. Regards Rory -- Rory Campbell-Lange
2007 Aug 04
1
Hardware advice for 100 extensions, routing via ISDN
I would be grateful for some comments on our proposed machine specs for a new Asterisk installation at a client with an initial 70 extensions. The system should be able to handle 100 extensions. The system will have the following main features: - PSTN connection via ISDN 30, dealing with all incoming calls. Outgoing will be through ISDN initially - 70-100 Snom 300 handsets - 1-2
2004 Apr 07
2
Help with character columns in a table
I have done a read.table on a data file with the aim of extracting subsets of the data eg table[table$desc = 'result1',] How can I convert $desc to a character type? At present it is seen by typeof() as an integer. How can I do the equivalent of table[table$desc = 'result1' && table$amt > 20, ] Thanks, Rory -- Rory Campbell-Lange <rory at
2004 Dec 14
1
IMAP Subdirectories
Hi Using Apple Mail I cannot make subdirectories within new directories I have made on a Debian Dovecot-driven IMAP server (version 0.99.11-3). Some users, having used Exchange, expect to be able to do this. However I can't make it happen, even after doing some tests by chmod-ing the top-level directories to 777 and enabling the mail_full_filesystem_access = yes option on a test
2005 Sep 19
1
Shared access to mail accounts.
We are intending to have some project mail accounts which many people (up to 10) will share. Will this work? Our configuration uses imap only, with maildir format mail storage. Thanks Rory -- Rory Campbell-Lange <rory at campbell-lange.net> <www.campbell-lange.net>
2007 Aug 16
2
Incoming and Outgoing zaptel configuration : ISDN30e
We are trying to configure a Sangoma A101 card to allow both incoming and outgoing calls on a UK (BT) ISDN30e line with only 24 channels enabled. At present incoming calls work fine. We can't call out -- we get a BUSY/CONGESTED error. Do we need another context in our zapata.conf? In other words, do we need to reserve, say, channels 17-24 for outgoing calls? I also wonder if the signalling
2007 Aug 16
1
A102 card, BT ISDN30e, silence
Thanks to help on this list and Sangoma's support we have incoming and outgoing calls passing through asterisk. However both incoming and outgoing calls are greeted by silence. I've noted our existing config below with our test extensions.conf. Help much appreciated Rory Zaptel ----------------------------------------------------------------------- loadzone=uk defaultzone=uk #Sangoma
2007 Aug 15
1
Sangoma Wanpipe installation problems
I'm trying to install wanpipe on my new 2.6.21-2-amd64 core 2 duo machine (Debian's amd64 works with EMT64 too) to run Asterisk. I'm getting compilation errors when trying to install the wanpipe utilities. We are intending to use a Sangoma A102 card for ISDN30 in the UK. I've tried both the current stable 2.3.4-10 release and the new wanpipe-3.1.3 beta release of wanpipe. The
2012 Jan 17
1
Error with winbind following Windows updates
Hi. We've just installed Windows updates on our Windows 2003 Domain Controllers, and have the following issues on our storage server, which is running Debian stable 2:3.5.6~dfsg-3squeeze5 Jan 17 10:27:51 xxx smbd[2426]: [2012/01/17 10:27:51.286853, 0] lib/util_sock.c:680(write_data) Jan 17 10:27:51 xxx smbd[2426]: [2012/01/17 10:27:51.286915, 0]
2004 Jul 20
2
Newbie question: configuration for virtual users
Hi! I'm looking forward to deploying dovecot as an IMAP server. I did some research into the various options and it looks like dovecot is the right daemon for me. I'll be using it with Exim. I am running a few tens of users on my server, most of them small numbers of people part of a small company, e.g. example.com. At present I have exim delivering to mbox in each virtual user's
2004 Apr 06
1
Ignorant lack of bliss : summarise table by column attribute
Having read the list posting guidelines I fear my first post is about to break the rules. Apologies in advance. We have been asked to produce some graphs of relative performance of 3 groups of people in relation to the trend of their previous performance. I am neither a mathematician or a statistician, but wondered if R (which I have been using as a desktop calculator!) and some knowledge from
2011 Jul 16
1
Fwd: construct boxplots from data with varying column widths
From: David Winsemius <dwinsemius at comcast.net> On Jul 16, 2011, at 12:15 PM, Rory Campbell-Lange wrote: > On 16/07/11, David Winsemius (dwinsemius at comcast.net) wrote: >> >> On Jul 16, 2011, at 11:19 AM, Rory Campbell-Lange wrote: >> >>> I'm an R beginner, and I would like to construct a set of boxplots >>> showing database function runtimes.
2018 Sep 17
2
add keys and certificate to forwarded agent on remote host
On 17/09/18, Peter Stuge (peter at stuge.se) wrote: > Rory Campbell-Lange wrote: > > Can ssh-add work on the remote socket file? > > I expect that it will just work<tm>. The local socket is just a > socket, and the protocol[1] message SSH_AGENT_ADD_KEY is the same. Local: $ ssh-agent > /tmp/agent.env $ source /tmp/agent.env $ ssh-add ~/.ssh/id_user $ ssh
2009 Feb 25
2
exim4 + dovecot + SquirrelMail virtualhosted on Debian
Hello, I have a Debian machine that is virtual-hosting 6 domains with exim4. I finally got exim4 working well enough where I can send and receive mail using the mail command on my machine. I would eventually like to have SquirrelMail (which requires IMAP) working on my website. For whatever reason, exim4 doesn't seem to support IMAP. I found out that Dovecot is a prominent IMAP server.
2006 Feb 06
0
Mixed IMAP/POP3 environment and message status flags
Hello All, I'm trying to migrate from UW Imap to Dovecot (latest 1.0 beta 2). The target is to go from the actual environment (Eudora + POP3) to a web based IMAP environment (IMAP + SquirrelMail). While migrating we will need to keep both environments for some time, with users having both the ability to use Eudora through POP3 while in the office and also the ability to check e-mail
2009 Jan 30
3
Dovecot on Mac - Entourage cannot fetch emails
Hi, Dovecot 1.1.3 is running on Mac OS X 10.5 latest version, with Maildir (LAYOUT=fs). I have following issues when Entourage 2008 connects it, over imap/imaps. Entourage does not cache the mails. After every restart the folder contents are fetched fresh. I have enabled the Entourage option to get entire messages. Entourage caches the gmail IMAP folders fine. Also Outlook 2007 does not