Displaying 20 results from an estimated 300 matches similar to: "Horde/IMP setup"
2006 Apr 08
4
anyone running with Horde mail?
Hey again folks ;-)
Seems my auth is working afterall when I telnet to the IMAP port.
But darned if I can get it working with Horde web mail. Is anyone out
there doing this just first of all to confirm to me that the
combination works OK.
I don't care so much about shadow auth since apparantly my pam auth is
working just fine.
thanks,
-Alan
--
"True Budo is done for the sake of
2007 Sep 24
2
Quota Display with Horde / IMP ( WebMail Client )
Dear All,
For the Dovecot.conf :
protocol imap {
mail_plugins = quota imap_quota
mail_plugin_dir = /usr/lib/dovecot/imap
}
plugin {
quota = maildir
}
For /var/spool/mail :
-rw------- 1 root root 7168 Sep 24 23:02 aquota.group
-rw------- 1 root root 8192 Sep 24 18:05 aquota.user
-rw------- 1 edward mail 301709 Sep 24 23:27 edward
But the Quota display
2007 Aug 21
1
Exim-dovecot-Horde/imp-Mysql
Dear all,
I'm running a linuxbox with ' Dovecot<->Exim<->horde/IMP<-> Mysql ', this is a
very good combination and works excellent for the system users.
Now I want to change the configuration and authenticate against the mysql
database from horde. That way it is much easy for me to create (virtual) mail
users. I also want to use the mail alias of the horde users
2008 Dec 15
1
Horde IMP w/ dovecot folder list
Hi!
I'm using dovecot-1.1.7, Horde-3.3.2 and IMP-4.3.2.
The left-side folder list has some folders, whos names contains
localized (non-ascii) characters. This is displayed correctly when I
select the "English (American)" language entry on the login page from
the dropdown menu. But when I choose my locale, which is "Magyar"
(Hungarian), the folders won't display
2005 Jul 07
8
Mass mail performance
How does Action Mailer perform when sending out say 3,000 emails? I
know the answer will have a lot to do with the hardware, but in general,
is Action Mailer up to the task of completing an operation like this in
reasonable time?
2007 Apr 28
3
Dovecot and horde issues
Hello,
First time poster to this list, please be kind.
I am having difficulties trying to get the current stable version of
horde's imp webmail to work correctly using dovecot 1.0rc15. I am
using a pre-release version of SME Server 8 which runs on top of
CentOS 5. I have also tried using the 1.0 release of dovecot as well.
What is happenning is that when I login to imp, I don't
2005 Sep 13
1
populating asterisk realtime tables from configfiles
Here is my file to parse and load extensions. No wise cracks about my
code....
DB.php is the Pear DB module. (pear.php.net)
<?php
include('DB.php');
$db_host = '';
$db_name = '';
$db_login = '';
$db_pass = '';
$db_table = 'extensions_table';
define(DBINFO,"mysql://$db_login:$db_pass@$db_host/$db_name");
$db =
2001 Jun 04
0
Re: unix R CMD check problem
Doh!
turns out I was using a newer feature of S-PLUS that is not supported in R,
or at least was generating the parse error.
replace all
a = b
with
a <- b
(except in arguments, naturally ...)
Sorry to bother anyone ... smooth sailing ahead.
> Date: Mon, 4 Jun 2001 10:03:56 -0600 (MDT)
> From: Tim Hoar <thoar at cgd.ucar.edu>
> Reply-To: Tim Hoar <thoar at ucar.edu>
2018 Jan 23
0
Now playing (PHP example)
This php script is also good for displaying a now playing title on your station's website.
It is not an auto refreshing script so the page would have to be refreshed manually by the visitor when the song changes.
Script follows:
<?php
function getMp3StreamTitle($streamingUrl, $interval, $offset = 0, $headers = true)
{
$needle = 'StreamTitle=';
$ua = 'Mozilla/5.0
2012 Feb 14
6
SMTP problem.
Hey all, well I am trying to send emails to newly created users but I
have a problem.
In the rails log it states that the email has been sent but the email is
never actually received so obviously there is a problem.
I have noticed one in particular and I don''t understand how to fix it.
Once I create the user I get the following error message:
Net::SMTPAuthenticationError (535-5.7.1
2004 Aug 06
0
icecast2 ogg vorbis client request headers
On Friday 02 April 2004 11:04, Dave St John wrote:
> > You must have some other, unrelated, problem, presumably elsewhere in
> > your code.
>
> this is what i have, and does work with mp3, but ogg does not want to work.
> im testing with winamp, you think that may be the issue?
>
>
>
> fwrite($fp,"GET /mymp3 HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n");
2004 Aug 06
3
icecast2 ogg vorbis client request headers
> You must have some other, unrelated, problem, presumably elsewhere in your
> code.
this is what i have, and does work with mp3, but ogg does not want to work.
im testing with winamp, you think that may be the issue?
<p><p>fwrite($fp,"GET /mymp3 HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n");
for ($i=0; $i<120; $i++) {
if (feof($sp)) break;
$str.=fread($sp,4096);
2004 Aug 06
3
icecast2 ogg vorbis client request headers
Well the code itself is what i took from tom peppers sc proxy script and
incorperated our own auth system for icecast2
i know i got it close with ogg and it seems to be when i tweak the
$str.=fread($sp,4096);
bit amount, i get different results, 4096 works fine for mp3 on icecast2 and
shoutcast, but im assuimg maybe there is more or less to read from
the ogg headers?? if so what would be the
2007 Jan 04
3
pretended size postscript and size of the graphic device window
Dear list members!
I've two questions concerning graphic export:
a) I want to export my graphics as PostScript files. in this way I use the postscript() function. The tricky part is that they must have a pretended size (7 x 7 cm) and an absoulte font size (10pt).
b) how can i (permanent) change the size of the graphic device window?
Best regards
mirca heli
--
2007 Jul 17
0
Error when prototype.js is loaded
I have some javascript on my page which contains an array for a menu.
Without protoype.js loaded, I don''t receive any js errors. However,
once I load prototype.js, my code for my menu shows an error. This
area was coded prior to implementing prototype.js, so it is not
dependent on prototype, but other site functions will be.
Here is the error that I get:
invalid quantifier +);}); }
2013 Feb 23
0
click2call with AMI?
Hi,
I have a PHP code with AMI to using in click2call system.
here is my code:
$user = "usernamr";
$secret = "secret";
$channel = 'SIP/' . $sip;
$context = "from-internal";
$waitTime = "20";
$timeout = 20000;
$priority = "1";
$maxRetry = "2";
$pos = strpos($number,
2014 Mar 28
0
Need some PHP/AMI guidance please
Hello all,
I've got some PHP code that opens an AMI socket and does a ConfBridgeList
for a specific bridge (8888).
This all works just fine but I need to filter the information displayed to
only CallerIDName so I can see a complete list of names of participants.
After days of googling and playing with it, I'm no closer than I was when I
started.
I'm not at all married to a table.
2001 Aug 01
0
Security Update [CSSA-2001-026.0] Linux - Security problems in imp
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
______________________________________________________________________________
Caldera International, Inc. Security Advisory
Subject: Linux - Security problems in imp
Advisory number: CSSA-2001-027.0
Issue date: 2001, July 31
Cross reference:
______________________________________________________________________________
1. Problem
2008 Sep 05
0
Powercom IMP detection fix
Hi there.
I found out a bug in Powercom IMP/IMD series detection. Fix is obvious
(attached).
Else I own Powercom IMP-825AP and can provide a debuging support.
With best regards, Alexey
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: nut-powercom-patch
Url:
2006 Mar 14
1
IMP 4.1 RPM's in extras?
Hi,
I know everybody is probably bussy with polishing and preparing for
release CentOS 4.3, however just wondering if there are any plans to
package IMP 4.1 in extras one of these days?
--
See Ya' later, alligator!
http://www.8-P.ca/