similar to: dovecot LDA w/virtual domains and postfix

Displaying 20 results from an estimated 600 matches similar to: "dovecot LDA w/virtual domains and postfix"

2006 Mar 16
3
Passing function names from string variables
This may be a more generic Ruby question, so I''m going to ask on the Ruby forum, but I''m trying to figure out if there is a way to pass in the string value of a variable as the name of a method. For example, I would like to do something like: def sort_obj_by_uid(objects,@attr) @tmparray = Array.new @tmphash = Hash.new for object in @objects if !
2006 Mar 18
6
ActiveLDAP and variable sub scope object writing
Anyone out there using ActiveLDAP have an idea how I can accomplish creating an object one level below a known base where we have a variable item in the middle? That first sentence doesn''t even make sense to me. Here''s what I want to do: I have a user class that I use for managing users. Each user gets a ou called addressbook (which in turn will contain sub-entries, but
2006 May 04
1
SIEVE: Any information at all?
Hi, I am quickly losing the will to live over the lack of any kind of information at all about the SIEVE support that is listed in the dovecot features list. Does anyone have any information at all? I've grepped through the source, looked through all the configuration files, and googled a fair bit and come up with nothing at all. How would a user with maildir enable a sieve script?
2006 Jun 19
6
User Loses Ability to Make Outgoing Calls
We've been running an Asterisk-based phone system here in our office for a year and a half, and it's pretty much been running smoothly. One employee who works out of the office has a problem that she can't make outgoing calls on a temporary basis every so often (a few times a day). No one else has this problem, her settings are fine, and she regains the capability spontaneously with no
2006 Mar 06
1
ActiveLDAP handle uppercase attributes?
Does anyone know how to assign values to LDAP objects with upper cased attributes? For example, you can normally do: user = User.new(@user) user.sn = params[:user][attr] But what about the case where there is an attribute that looks like OXTimeZone? You clearly can''t do: user = User.new(@user) user.OXTimeZone = params[:user][attr] I''m trying to
2004 Sep 23
1
Alternate MP3 Player
Hi! I am currently working on setting up an Asterisk system, and I was wondering if anyone has worked on an alternate mp3 player to mpg123. We have a library of MP3 files that we would like people to be able to select and play over the phone -- and this will require pause & resume, as well as fast forward / reverse (jump forward / jump back). It doesn't seem like mpg123 can do this. Is
2009 Mar 23
1
Axes in 3D plots
I am wondering if anyone knows how to change or rotate the default axes on a 3D scatterplot. I would like to change which sides of the cube the 3 axes are displayed on. Many thanks, Leah Gerber [[alternative HTML version deleted]]
2007 Jan 19
1
naive bayes help
Hello I have a rather simple code and for some reason it produces an error message. If someone can tell me why and how to fix it, I would be very greatful. Thank you in advance. ##### create data set.seed(10) n <- 200 # number of training points n.test <- 200 # number of test points p<-2 # dimension of input space z <-
2006 Jan 17
2
money data types
What data type is best for storing currency? I''m trying to come up with a reliable cross-database solution for rails that is not too complicated. Since I''m going to have currency fields all over the place, I''m not so sure that using two integer fields for each amount would qualify as uncomplicated. I''d like to be able to use database functions like SUM to
2008 Nov 13
4
Moving a file with Puppet
I wanted to move a file from one directory to another because my co- worker didn''t like where it was being put by puppet. I went into puppet and changed the name parameter of the the file directive. I then created a new file directive to delete the old file, but I was wondering if there was a better way to do this. So, just to clarify, I went from: file {"myfile": name
2012 Jul 13
2
alternate tick labels and tick marks with lattice xyplot
Hi, I would like to use xyplot to create a figure. Unfortunately, I cannot find documentation in xyplot to specify alternating the x-axis tick labels with the x-axis tick marks. I can do this with the regular R plot function as follows. #A small version of my data looks like this data<-data.frame(matrix(ncol=3,nrow=12)) data[,1]<-rep(c(1,2,3),c(4,4,4)) data[,2]<-rep(c(1,2,3,4),3)
2009 Jun 24
7
PHP AGI Not Working and Odd Behavior
Hi, I'm running asterisk 1.4.22 on a debian server. I have php5 installed and it works correctly command line. When trying to run a php script via AGI, I get messages such as: GI Tx >> I> AGI Rx << #!/usr/bin/php5 -q AGI Tx >> 510 Invalid or unknown command The scripts are completely executable and owned by asterisk -rwxr-xr-x 1 asterisk asterisk Googling is not helping
2008 Oct 29
3
Blank Voicemail.Conf after Password Change
Hi, For a few weeks now, our asterisk server has been experiencing something very odd. From time to time, voicemail.conf would go blank. We finally tracked it down to happening when someone attempts to change their password. It seems the file is touched, but not written to, and we're left with a blank voicemail file. Permissions seem to be fine: -rw-rw-r-- 1 asterisk asterisk 12707
2006 Jun 22
1
Re: Can I enter an extension to dial whilevoicemail is playing?
The options are not seperated by commas. exten => s,1,Dial(SIP/50,23,r,d) should be exten => s,1,Dial(SIP/50,23,rd) -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of John Klimek Sent: Thursday, June 22, 2006 2:59 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users]
2010 Oct 13
1
[PATCH]: pyxl: fix build of python xl binding for python < 2.5
The python C API introduced Py_ssize_t in version 2.5. Prior to this int''s were used instead. Fix the build by way of a heinous preprocessor macro. diff -r 38ad3633ecaf tools/python/xen/lowlevel/xl/xl.c --- a/tools/python/xen/lowlevel/xl/xl.c Wed Oct 13 12:01:30 2010 +0100 +++ b/tools/python/xen/lowlevel/xl/xl.c Wed Oct 13 17:51:44 2010 +0100 @@ -51,6 +51,10 @@ #define CLS
2001 Aug 09
2
tag specifications
Hello all, I'm committing the heinous crime of posting before I've been on a list for very long, and I apologize in advance. I don't know how often this comes up and if it has recently if someone will just point me to an archive where this discussion has already happened, I'll shut up. I've got an MP3 tagger (QTagger) that I released a while back. I'm trying to
2013 Dec 05
0
[LLVMdev] Loads moving across barriers
On Dec 4, 2013, at 3:33 PM, Matt Arsenault <Matthew.Arsenault at amd.com> wrote: > On 11/11/2013 03:13 PM, Andrew Trick wrote: >> On Nov 9, 2013, at 1:39 PM, Matt Arsenault <arsenm2 at gmail.com> wrote: >> >>> On Nov 9, 2013, at 3:14 AM, Chandler Carruth <chandlerc at google.com> wrote: >>> >>>> Perhaps you're instead trying to
2005 Sep 29
2
[BUG] Quick Fix for SCGI leaked DB connections
Hi Folks, I believe I tracked down the problem with the leaked DB connections. The simple fix is to put: ActiveRecord::Base.threaded_connections = false In your environment.rb file right before environment.rb does any ActiveRecord use. For example, here''s mine: ActiveRecord::Base.threaded_connections = false ActiveRecord::Base.configurations =
2008 Oct 10
4
Budge Tones pick up wrong calls
We have 3 Grandstream Budge Tone 100 phones which are being very fluid on incoming calls. They are set up as extensions 2501, 2518, and 2536. When calling out to another phone, they always identify themselves correctly. But sometimes they will respond to the wrong incoming calls. (By respond, I mean that the phone rings and if someone picks up the receiver, the call then goes thru.) For
2013 Dec 05
3
[LLVMdev] Loads moving across barriers
On 12/04/2013 04:29 PM, Andrew Trick wrote: > On Dec 4, 2013, at 3:33 PM, Matt Arsenault <Matthew.Arsenault at amd.com> wrote: > >> On 11/11/2013 03:13 PM, Andrew Trick wrote: >>> On Nov 9, 2013, at 1:39 PM, Matt Arsenault <arsenm2 at gmail.com> wrote: >>> >>>> On Nov 9, 2013, at 3:14 AM, Chandler Carruth <chandlerc at google.com> wrote: