Displaying 20 results from an estimated 1100 matches similar to: "Slightly OT: OMA DM Solution"
2008 Aug 26
4
syncml with server push email
Any recommendations for server push email using syncml and dovecot?
I am familiar with Funambol for syncing pim info, but not used it for email.
Are there any recommended opensource or commercial syncml servers that are
known to integrate nicely with Dovecot 1.x? Googling hasn't really turned up
much in the way of useful info.
To mix it up a little, I was using Funambol for the Pim
2011 May 09
4
Slightly OT: Android phone as sip-gw?
Hi,
i have some spare (read: Boss get's a new one every few month ;)) Android
Phones laying around. Does someone know a way of using them as a mobile
gateway for asterisk? I could not find any SIP-Gateway in the Market, and i
don't think it's possible to use the GSM Audio directly with something like
chan_datacard...
Regards,
Jay
-------------- next part --------------
An HTML
2007 Nov 15
0
AW: Linux PDA/smartphone sync?
Hi Ugo,
Maybe "Funambol" could do the job :-)
Many Devices will work with this Software,
But i'm unsure if your Device will work.
For Details you should have a closer look to:
http://www.funambol.com/opensource/
Regards,
Marc Rebischke
----- Urspr?ngliche Nachricht -----
Von: Ugo Bellavance <ugob at lubik.ca>
Gesendet: Mittwoch, 14. November 2007 22:13
An: centos at
2010 Nov 23
2
Trying to populate dovecot with outlook contacts
Hello,
What the subject says.
I am trying, that is.
OK, here's the story.
Users very lazy. Don't want to write down their contact details
from scratch.
Here's what I thought :
migrate (export?) contacts from outlook to mozilla thunderbird.
Then find a way to make thunderbird "talk" to dovecot, so that
the latter can import the contact details from mozilla tb.
Any ideas ?
2010 Sep 15
3
dovecot as exchange server?
Hi,
This might be a stupid question, since my knowledge about Exchange is
really poor...
Since I've got iPhone, I have noticed that IMAP mailbox support is
quite crippled in this device - in comparison to Exchange mailboxes...
As I assume that it would be easier to convince Bill Gates to install
linux than to convince Steve Jobs to change anything in his "perfect
phone", I
2008 Jun 01
1
recommendations/suggestions - geographically spread network based on Centos
Good day all,
I was wondering if I could pick some admin heads here as I have a HUGE
project I have been tasked with.....
I am asking here since I will be basing everything on Centos, and want
it to all play nice together. If anyone feels this is straying off
topic, please just reply off list. I do not want to be the cause of
one of those threads.
I have 3 offices, 1 in Canada, 2 in
2012 Oct 05
4
horde sync status ?
Hello all,
I had a quick look at the horde site and noticed that
horde is being advertised as, let's say, "smartphone friendly".
Does anyone know if the newest horde version can "talk" to?
smart phones in regards to e-mails ?
In other words, can a user owning a smartphone get his/her
e-mails on it apart from the webpage ?
Thank you,
spyros
?
----
"I merely
2011 Dec 12
1
SIP MESSAGE outside calls - state of the art?
Hiya,
SIP Messaging is implemented in asterisk-10...
>The only documentation I can find talks about a patch and is pretty old:>http://www.voip-info.org/wiki/view/Asterisk+SIP+Messaging <http://www.voip-info.org/wiki/view/Asterisk+SIP+Messaging>
Like anything on voip-info.org it's horrible outdated. I think there's
a documentation for the message-routing in docs....
Regards
2008 Feb 04
6
transcoder
Dears
Any one knows a standalone voip transcoder software name,not an ip pbx.
What I want is to transcode the incoming sip calls from g711 to g723 or
ilbc or g729 ..... and forward it to a media gateway ..
Regards
Khaled chehab
*********************************************
No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with another party by
2011 Apr 28
3
Outlook Calendar Connector Question
Is there a freeware or opensource calendar connector that will work with
Dovecot?
Any suggestions would be appreciated.
Thanks.
2012 Dec 04
6
[OT] MS Exchange Alternative?
Just wondering if there's an open source Linux alternative to MS
Exchange so that all the features of outlook work?
2013 Mar 12
2
Mail / Web server guides
Hi,
I have spent the last couple of weeks learning all about setting up CentOS
as a mailing server, web server, MySQL server (which hasn't been easy
because all of your guides are a little out of date). I have also written a
few shell scripts to automate the whole process and was wondering if my
guides would be useful to have on your wiki site.
The guides focus on a base install of Centos
2010 Jan 04
8
First time Dovecot user, really impressed so far. What is best IMAP enabled webmail package to go with Dovecot?
Greetings everyone,
I'm new to the list as of today. I just installed Dovecot a couple of days ago
for the first time, Debian Lenny Dovecot v1.0.15-2.3. So far I'm pretty
impressed. I'm using mbox format with Dovecot auto-deciding to place mail in
user home directories, which is great. It works very well with the Win32
Thunderbird 3 client over a small basic 100FDX switched net.
2010 Sep 17
3
do carriers detect unusual / unauthorized VoIP calling patterns?
All-
Recently an Asterisk server we host was hacked and used to route some unauthorized calls. We have since improved our
security measures, including installation of fail2ban.
The interesting thing is the way in which this was discovered. The unauthorized calls were occurring intermittently
last Thurs evening thru Sat morning. On Sat morning, some of our employees were attempting to log-in
2009 Sep 10
2
How to catch isdn progress message
Hi All,
I would like to ask for some advice how to solve following situation:
We have to record and decode isdn PROGRESS message and when particular
message is found call should be hang up and dialplan should continue.
So far we have come up with two ways we think solve the problem and
would very much appreciate to hear your opinion.
1) add special progress extension to dialplan so we can
2010 Apr 14
3
Converting GSM calls to SIP
I have asked a GSM operator in my country if he can route a number or a
short code to my asterisk server via SIP (since they dont give DIDs in my
country) the operator said they do not support SIP, they have no way of
converting GSM calls to SIP to then send them to me. I would like to know
what is needed from the operator side to do this, what kind of material is
needed, or what can be done from
2005 Oct 25
1
pairs(oma) warnings (PR#8252)
Unlike R 2.1.1, version 2.2.0 generates warnings when an 'oma' argument as
passed to pairs():
A <- rnorm(100)
B <- rnorm(100)
pairs(cbind(A,B)) # no warning
pairs(cbind(A,B), oma=c(6,8,10,12)) # warnings in R 2.2.0
I think pairs() should draw the plot quietly, without warnings. Can't see
anything in the documentation indicating that an
2005 Sep 12
1
oma and sub-title
I want to add an outer subtitle to my 2x3-plot, but it's distance to the
lowest plots is very high: 6 lines or more?!
If I choose oma=c(5,0,2,0), it lies out of the plotting region and
disapprears. Obviously I make something wrong here. Help appreciated,
Thomas
x=seq(from=1, to=3.5, length=100)
par(mfrow = c(2, 3), oma=c(6,0,2,0))
## oma=c(5,0,2,0) will not work?!
plot(x,x^2)
plot(x,sin(x))
2011 Jul 19
3
CentOS 6
I finally switched workstations, and am running into a lot of truly
annoying details with CentOS 6, and the software with it. For one, I'm
doing this by webmail, and this version of Firefox *insists* on putting
what I'm typing in gray, rather than black. For another, I despise the new
version of thunderbird, since it now shows the full subject, if I have
what they used to call the preview
2008 Mar 04
1
Difficulty labeling plot axis when "mar" and "oma" are set
Dear all,
Though labeling the x and y axis in the plot command seems to be straight
forward, I can not get it to work if I do the following:
## Creating example data
edata <- c(1,2,1,2)
edata <- matrix(edata, 2, 2, byrow = T)
colnames(edata) <- c("a", "b")
edata <- data.frame(edata)
## plot data
par(mfrow<- c(1,2))
plot(edata$a, edata$b, xlab =