Re: [SOGo] memcached missing package in SOGo 1.13.14 on a SME Server

2012-04-13 Thread Rosario Russo

Il 12/04/2012 20.51, Peter Peltonen ha scritto:

Hi,

On Thu, Apr 12, 2012 at 9:05 PM, Rosario Russorosario@gmail.com  wrote:

If I try:
yum install memcached

I get:

No package memcached available.
Nothing to do

I also tried --exclude=memcached without success.

Do you have any ideas?


At least for on my CentOS6 based SOGo installation
memcached-1.4.7-1.el6.rfx is installed from the rpmforge repositry.



No, all repositories are installed.
When I launch:


# yum localinstall libevent-1.1a-3.2.1.i386.rpm
(OK)

# yum install smeserver-sogo --enablerepo=nethsme --enablerepo=sogo

the installation process will stop at:

[cut]
--- Package gnustep-make.i386 0:2.6.1-1 set to be updated
--- Package libffi.i386 0:3.0.10-1 set to be updated
--- Package libobjc.i386 0:4.1.2-52.el5 set to be updated
--- Package sogo.i386 0:1.3.14-1.el5 set to be updated
-- Processing Dependency: memcached for package: sogo
--- Package sope49-mime.i386 0:4.9-20120323_1664.el5.1 set to be updated
--- Package sope49-xml.i386 0:4.9-20120323_1664.el5.1 set to be updated
-- Finished Dependency Resolution
sogo-1.3.14-1.el5.i386 from sogo has depsolving problems
  -- Missing Dependency: memcached is needed by package 
sogo-1.3.14-1.el5.i386 (sogo)
Error: Missing Dependency: memcached is needed by package 
sogo-1.3.14-1.el5.i386 (sogo)

 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

Then:

# yum install memcached
Loaded plugins: fastestmirror, protect-packages, smeserver
Loading mirror speeds from cached hostfile
 * base: ftp.hosteurope.de
 * smeaddons: mirror.pialasse.com
 * smeextras: mirror.pialasse.com
 * smeos: mirror.pialasse.com
 * smeupdates: mirror.pialasse.com
 * smeupdates-testing: mirror.pialasse.com
 * updates: ftp.hosteurope.de
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Setting up Install Process
No package memcached available.
Nothing to do

And now? It's weird because it's a fresh installation of SME 8 beta7...




And reading http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf I see:

Some of the softwares on which SOGo depends are available from the
repository of RPMforge.
To add RPMforge to your packages sources, download and install the
appropriate RPM package
from http://packages.sw.be/rpmforge-release/. Also make sure you
enabled the “rpmforge-extras”
repository.

For more information on using RPMforge, visit http://rpmrepo.org/RPMforge/Using;

Regards,
Peter


--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] memcached missing package in SOGo 1.13.14 on a SME Server

2012-04-12 Thread Rosario Russo

Hi,

I am trying to install Sogo on a fresh SMEServer 8 beta 7 install like 
it is described in http://wiki.contribs.org/Sogo.


Unfortunately the installation is stopping because of Missing Dependency:

memcached is needed by package sogo-1.3.14-1.el5.i386

If I try:
yum install memcached

I get:

No package memcached available.
Nothing to do

I also tried --exclude=memcached without success.

Do you have any ideas?

Regards,
R.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird

2011-08-26 Thread Rosario Russo
I voted too. Congratulations for your work and passion!
Rosario

2011/8/26 Khapare Joshi khapar...@gmail.com:
 Voted, cheers for all your work .

 On Fri, Aug 26, 2011 at 8:05 AM, CF cfois...@studelec-sa.com wrote:

 Voted, of course, and thank you for all your work.

 I second you should make this know, beyond the mailing list.

 CF
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists


-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] E-mail tag

2011-05-12 Thread Rosario Russo

Il 12/05/2011 15.19, Alessio Fattorini ha scritto:

In thunderbird i can use tag for e-mail, if i tag an e-mail i see the
same color and the same tag. If i add a tag to thunderbird, i don't
see the same tag/colour on sogo.
Dovecot saves tags in dovecot-keywords
Why sogo doesn't support it?



Yes, I confirm that if you add a new tag using Thunderbird, you cannot 
see it in the web interface.


--
Rosario Russo
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Removed messages on the phone (IMAP) reappear after next sync

2011-03-24 Thread Rosario Russo

Il 23/03/2011 1.11, Jim Carter ha scritto:

On Tue, 22 Mar 2011, Rosario Russo wrote:


I don't know if my issue is caused by a strange implementation of
IMAP in Outlook for PocketPC or a wrong configuration of SOGo (and
all of its connectors). But when I remove a message from my phone
(via IMAP), after the next synchronization it reappears and it's not
deleted from the server.


Perhaps you forgot to hit expunge or toss trash or whatever it's
called in Outlook. In IMAP the mail is tagged for deletion, but since
rewriting the mailbox is expensive (in mailbox format, i.e. all
messages in one file, versus maildir, i.e. one message per file),
they're all deleted together when the user hits expunge. Some users
turn on expunge on exit so they don't have to remember to do it
manually.



Ok, I got it! Simply, Outlook for PocketPC is a minimal version that 
doesn't allow you to specify the expunge option. So, I installed a 
different MTA on my mobile phone and it works great!

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Removed messages on the phone (IMAP) reappear after next sync

2011-03-24 Thread Rosario Russo

Il 24/03/2011 11.43, Alessio Fattorini ha scritto:

Il 24/03/2011 11:14, Rosario Russo ha scritto:


Ok, I got it! Simply, Outlook for PocketPC is a minimal version that
doesn't allow you to specify
the expunge option. So, I installed a different MTA on my mobile
phone and it works great!


Hi Rosario,
what MTA?



Sorry, I mean MUA (mail user agent). I replaced Outlook for PocketPC 
with another client software to receive and send email.






--
users@sogo.nu
https://inverse.ca/sogo/lists



[SOGo] Removed messages on the phone (IMAP) reappear after next sync

2011-03-22 Thread Rosario Russo

Hi all,
I don't know if my issue is caused by a strange implementation of IMAP 
in Outlook for PocketPC or a wrong configuration of SOGo (and all of 
its connectors). But when I remove a message from my phone (via IMAP), 
after the next synchronization it reappears and it's not deleted from 
the server.


So if I delete all the messages in my inbox (on the phone), I found 
all of them during next sync! In order to do this, I have to delete 
them using the web interface of SOGo...


Is IMAP implemented differently on PocketPC? Or is it a problem in my 
config?


I'm using SOGo last version in SME 8-beta6.

Thanks all.
R.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Re: Funambol Sogo connector

2011-03-13 Thread Rosario Russo

Il 12/03/2011 13.13, Luca Olivetti ha scritto:

Al 12/03/11 13:09, En/na Rosario Russo ha escrit:


I wonder how to sync also e-mails on the phone. I don't know if email as Remote 
Name in sogo (and in Funambol) is the correct name or I have to change it...


SOGo doesn't manage email, it just gives a web frontend to it.
SOGo only manages calendars and address books.



Ouch! And is it possible to sync the phone contacts/todo's/calendar 
with a global address book/calendar other than the personal one?



I don't know enough about funambol to tell you if what you want to do is 
possible
(probably it is) and how.



mmhh I think you can use only IMAP... no other ideas to do that.


Bye


--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Re: Funambol Sogo connector

2011-03-13 Thread Rosario Russo

Il 13/03/2011 14.06, Heiner Markert ha scritto:


Ouch! And is it possible to sync the phone contacts/todo's/calendar
with a global address book/calendar other than the personal one?


That's possible, simply assign a sync tag to the calendar or address book
(right click on the item, select properties). There, you can also select or
deselect the items for sync.


Ok, but I was referring to Funambol. I wish that the calendar on my 
phone is sync'ed not with the personal one on SOGo, but with another 
one that I choose time to time... For how the things work, it seems 
that Funambol synchronizes only the personal cal/todo/contacts, not 
one that you choose. Or am I wrong?


R.



Regards
Heiner




I don't know enough about funambol to tell you if what you want to do is
possible (probably it is) and how.


mmhh I think you can use only IMAP... no other ideas to do that.


Bye




--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Funambol Sogo connector

2011-03-12 Thread Rosario Russo

Hi all,
I installed Funambol and sogo connector in a SME server, following the 
wiki (http://wiki.contribs.org/Funambo). Then I installed a Funambol 
client on a PocketPC device and I tried to sync my contacts (also 
events and tasks).


It start sync'ing and then it stops telling me that every contacts is 
sync'ed.


But which address-books are they sync'ed with? No address book in 
webmail interface nor the address book in Thunderbird are synchronized.


If I make a query in the mysql db, my contacts are there... But why 
SOGo didn't find them?


All passwords and parameters are correct. It seems that Funambol 
updates my contacts, but SOGo didn't know where to find them. Or, 
probably, I don't find them! :-)


--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Re: Funambol Sogo connector

2011-03-12 Thread Rosario Russo

Il 12/03/2011 12.16, Rosario Russo ha scritto:


But which address-books are they sync'ed with? No address book in
webmail interface nor the address book in Thunderbird are synchronized.


Ok, I got it! In the Funambol client (on the mobile phone), click 
Menu|Settings. In the Sync Settings window, click the checkbox by each 
type of data you want to synchronize. Select Calendar, for example. 
Then Menu|Advanced.

In the Remote Name: write:
Contacts: sogo-card
Calendar: sogo-cal
tasks: sogo-todo

Press Save and sync your data.

I wonder how to sync also e-mails on the phone. I don't know if 
email as Remote Name in sogo (and in Funambol) is the correct name 
or I have to change it...


Hope this helps...



If I make a query in the mysql db, my contacts are there... But why
SOGo didn't find them?

All passwords and parameters are correct. It seems that Funambol
updates my contacts, but SOGo didn't know where to find them. Or,
probably, I don't find them! :-)



--
users@sogo.nu
https://inverse.ca/sogo/lists