[SOGo] Is it possible to create a signature using images or HTML in SOGo v3?

2016-02-03 Thread Emilio Fonseca

That is my question.

Is there a way to create a signature, in SOGo v3, using HTML or images?
And why not?

With Kind regards.

--

Emílio Fonseca
Development Analyst
Mav Tecnologia - (31) 3211-

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


[SOGo] Is it possible to add attachments (PDF...) to calender invitations

2013-09-26 Thread Götz Reinicke - IT Koordinator
Hi,

just wondering if it is possible to add file attachments to invitations?

From Lightning/SOGo I see that http... URLs can be selected, but why ...
An URL could also be placed in the body text 

If I try to add a local saved file by drag  drop from my Mac desktop,
the file is not added.

Regards . Götz

-- 
Götz Reinicke
IT-Koordinator

Tel. +49 7141 969 82 420
Fax  +49 7141 969 55 420
E-Mail goetz.reini...@filmakademie.de

Filmakademie Baden-Württemberg GmbH
Akademiehof 10
71638 Ludwigsburg
www.filmakademie.de

Eintragung Amtsgericht Stuttgart HRB 205016

Vorsitzender des Aufsichtsrats: Jürgen Walter MdL
Staatssekretär im Ministerium für Wissenschaft,
Forschung und Kunst Baden-Württemberg

Geschäftsführer: Prof. Thomas Schadt



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Is it possible to add attachments (PDF...) to calender invitations

2013-09-26 Thread Ludovic Marcotte

On 2013-09-26 2:51 AM, Götz Reinicke - IT Koordinator wrote:


just wondering if it is possible to add file attachments to invitations?


This isn't yet supported.

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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


Re: [SOGo] Is it possible to add attachments (PDF...) to calender invitations

2013-09-26 Thread BOLLINGH Sebastien
Hi Ludovic,Because you said not yet ;-)Have you any prevision for this ?Is it already implemented in Lightning ? (perhaps 2.6)--BOLLINGH SbastienCDG ECOLO FdralGsm: +32 476 295809--Quoi que vous fassiez dans la vie ce sera insignifiant ...Mais cest trs important que vous le fassiez, parce que personne dautre ne le fera ! Message original Sujet: Re: [SOGo] Is it possible to add attachments (PDF...) to calender invitationsDate: Jeudi 26 Septembre 2013 13:05 CESTDe: Ludovic Marcotte lmarco...@inverse.caRpondre : users@sogo.nuOrganisation: Inverse inc.Pour:
  users@sogo.nuRfrences: 5243d98d.9030...@filmakademie.deOn 2013-09-26 2:51 AM, Gtz Reinicke - IT Koordinator wrote: just wondering if it is possible to add file attachments to invitations?This isnt yet supported.--Ludovic Marcottelmarco...@inverse.ca :: +1.514.755.3630 :: http://inverse.caInverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence (http://packetfence.org)--users@sogo.nuhttps://inverse.ca/sogo/lists


[SOGo] is it possible to have sogo without /SOGo in the URL?

2013-08-17 Thread pcbadger
Hello, I've got sogo running on nginx although I had the same issue in apache.
I can edit the config so that webmail.mydomain.com takes you to the login
without /SOGo appearing, but if I do that and try to login I get an unhandled
error occurred 

Here's my config, it'll redirect you to /SOGo, so it works, just not the way I
want it to. 
 I'm beginning to suspect that the problem isn't down to nginx. Is this even
possible, has anyone else done it?


server {
   listen 80;
   server_namewebmail.mydomain.net;
   rewrite^ https://$server_name$request_uri? permanent;
}

server {
listen 443;
server_name webmail.mydomain.net;
root /usr/lib/GNUstep/SOGo/WebServerResources/;
ssl on;
ssl_certificate /etc/nginx/ssl/server.crt;
ssl_certificate_key /etc/nginx/ssl/server.key;

location  / {
rewrite ^ https://webmail.mydomain.net/SOGo/ permanent;
}

location ^~/SOGo {
#location ~ ^/(.*)$ {
#location  / {
#rewrite ^ https://webmail.mydomain.net/SOGo/ permanent;
#root SOGo;
proxy_pass http://127.0.0.1:2;
#proxy_redirect http://127.0.0.1:2 default;
# forward user's IP address
#proxy_set_header X-Real-IP $remote_addr;
#proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_set_header x-webobjects-server-protocol HTTP/1.0;
proxy_set_header x-webobjects-remote-host 127.0.0.1;
proxy_set_header x-webobjects-server-name $server_name;
#proxy_set_header x-webobjects-server-url https://sogo.ias.u-psud.fr;
proxy_set_header x-webobjects-server-url $scheme://$host;
proxy_connect_timeout 90;
proxy_send_timeout 90;
proxy_read_timeout 90;
proxy_buffer_size 4k;
proxy_buffers 4 32k;
proxy_busy_buffers_size 64k;
proxy_temp_file_write_size 64k;
client_max_body_size 50m;
client_body_buffer_size 128k;
break;
}

location /SOGo.woa/WebServerResources/ {
alias /usr/lib/GNUstep/SOGo/WebServerResources/;
allow all;
}

location /.woa/WebServerResources/ {
alias /usr/lib/GNUstep/SOGo/WebServerResources/;
allow all;
}


location /SOGo/WebServerResources/ {
alias /usr/lib/GNUstep/SOGo/WebServerResources/;
allow all;
}

location ^/SOGo/so/ControlPanel/Products/([^/]*)/Resources/(.*)$ {
alias /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2;
}

location
^/SOGo/so/ControlPanel/Products/[^/]*UI/Resources/.*\.(jpg|png|gif|css|js)$
{
alias /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2;
}
}
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Auto-reply ? Possible

2013-06-12 Thread Albert Shih
 Le 10/06/2013 ? 09:44:20-0400, Ludovic Marcotte a écrit
 On 10/06/13 04:53, Albert Shih wrote:
  Yes...it's what I understand, but if it's really the case, I'm worry about
  spamming. Because if sogo going to reply a message for incomming mail
  without manual action, that's mean some smart people can spam all internet
  using my (or any) sogo server.
 SOGo will never reply to an incoming email automatically. It just 
 can't do that as it doesn't know the user's password.
 
Yes that's I known. 

 SOGo sent an IMIP reply. That is trigger by the user from the web GUI of 
 SOGo, or by a CalDAV client (over a PUT action).

But is it possible SOGo send a IMIP reply without the user interacting with
the GUI, for example my user say he only use the agenda never the webmail. 

In that case is it possible sogo send a reply for some invitation mail
(spam meaning not from a other user of SOGo). 

I'm asking just for understand how this mail can be send.

Regards.

-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
France
Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
xmpp: j...@obspm.fr
Heure local/Local time:
mer 12 jui 2013 11:32:56 CEST
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Auto-reply ? Possible

2013-06-12 Thread Ludovic Marcotte
On Wednesday, June 12, 2013 05:33 EDT, Albert Shih albert.s...@obspm.fr wrote:But is it possible SOGo send a IMIP reply without the user interacting withthe GUI, for example my user say he only use the agenda never the webmail.No.--Ludovic Marcottelmarco...@inverse.ca :: +1.514.755.3630 :: http://inverse.caInverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence (http://packetfence.org)


Re: [SOGo] Auto-reply ? Possible

2013-06-12 Thread Albert Shih
 Le 12/06/2013 ? 06:55:39-0400, Ludovic Marcotte a écrit
 On Wednesday, June 12, 2013 05:33 EDT, Albert Shih albert.s...@obspm.fr
 wrote:
  
 
 
 But is it possible SOGo send a IMIP reply without the user interacting 
 with
 the GUI, for example my user say he only use the agenda never the webmail.
 
 
 No.

Thanks.

Regards.

JAS
-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
France
Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
xmpp: j...@obspm.fr
Heure local/Local time:
mer 12 jui 2013 14:12:06 CEST
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Auto-reply ? Possible

2013-06-10 Thread Albert Shih
 Le 08/06/2013 ? 19:20:08-0400, Ron Scott-Adams a écrit
 It means it passed through SOGo, and that SOGo tacked on that header because 
 it

Yes...it's what I understand, but if it's really the case, I'm worry about
spamming. Because if sogo going to reply a message for incomming mail
without manual action, that's mean some smart people can spam all internet
using my (or any) sogo server.

Because I'm sure the first message is a spam (selling viagra)


 classified the message as a calendar invitation reply. Can you post your
 sogo.conf, please?

Of course  

Regards.

JAS

==

{
GCSFolderDebugEnabled = NO;
GCSFolderStoreDebugEnabled = NO;
LDAPDebugEnabled = NO;
OCSEMailAlarmsFolderURL = 
postgresql://sogo:xxx@127.0.0.1:5432/sogo/sogo_alarms_folder;
OCSFolderInfoURL = 
postgresql://sogo:xxx@127.0.0.1:5432/sogo/sogo_folder_info;
OCSFolderManagerSQLDebugEnabled = NO;
OCSSessionsFolderURL = 
postgresql://sogo:xxx@127.0.0.1:5432/sogo/sogo_sessions_folder;
PGDebugEnabled = NO;
SOGoACLsSendEMailNotifications = YES;
SOGoAppointmentSendEMailNotifications = YES;
SOGoDebugRequests = NO;
SOGoDebuggingEnabled = NO;
SOGoDraftsFolderName = INBOX.Drafts;
SOGoEnableEMailAlarms = YES;
SOGoEnablePublicAccess = YES;
SOGoFirstDayOfWeek = 1;
SOGoFirstWeekOfYear = FirstFullWeek;
SOGoFoldersSendEMailNotifications = YES;
SOGoIMAPServer = imaps://hermes.obspm.fr:993;
SOGoLanguage = French;
SOGoLoginModule = Calendar;
SOGoMailDomain = obspm.fr;
SOGoMailMessageCheck = every_5_minutes;
SOGoMailMessageForwarding = attached;
SOGoMailingMechanism = smtp;
SOGoProfileURL = 
postgresql://sogo:xxx@127.0.0.1:5432/sogo/sogo_user_profile;
SOGoSMTPServer = smtp-int-m.obspm.fr;
SOGoSentFolderName = INBOX.Sent;
SOGoTimeZone = Europe/Paris;
SOGoTrashFolderName = INBOX.Trash;
SOGoUIxDebugEnabled = NO;
SOGoUserSources = (
{   
CNFieldName = cn;
IDFieldName = uid;
UIDFieldName = uid;
baseDN = dc=obspm,dc=fr;
bindDN = uid=dsogo,ou=sio,dc=obspm,dc=fr;
bindFields = uid;
bindPassword = xx;
canAuthenticate = YES;
displayName = LDAP;
hostname = ldap-m2.obspm.fr;
id = public;
isAddressBook = YES;
port = 389;
scope = SUB;
}
);
SoDebugObjectTraversal = NO;
SoSecurityManagerDebugEnabled = NO;
WODebugZipResponse = YES;
WODontZipResponse = YES;
WOWorkersCount = 6;
}

-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
France
Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
xmpp: j...@obspm.fr
Heure local/Local time:
lun 10 jui 2013 10:48:35 CEST
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Auto-reply ? Possible

2013-06-10 Thread Ludovic Marcotte

On 10/06/13 04:53, Albert Shih wrote:

Yes...it's what I understand, but if it's really the case, I'm worry about
spamming. Because if sogo going to reply a message for incomming mail
without manual action, that's mean some smart people can spam all internet
using my (or any) sogo server.
SOGo will never reply to an incoming email automatically. It just 
can't do that as it doesn't know the user's password.


SOGo sent an IMIP reply. That is trigger by the user from the web GUI of 
SOGo, or by a CalDAV client (over a PUT action).


Look there, nowhere else.

--
Ludovic Marcotte
+1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

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


Re: [SOGo] Auto-reply ? Possible

2013-06-08 Thread Albert Shih
 Le 07/06/2013 ? 22:59:47-0400, Ron Scott-Adams a écrit
 Hi,

 I'm willing to bet this user has some setting in their client treating 
 calendar

Wellbecause I don't like to loose ;-) ;-)

 invites in some fashion (either automatically rejecting or accepting them.)

PossibleHe using generally AppleMail, but if it's the situation why the
mail « he » (or AppleMail) send have this header 

x-sogo-message-type: calendar:invitation-reply

Isn't that mean it's send by sogo ? 

Thanks for the help

Regards.

JAS
-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
France
Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
xmpp: j...@obspm.fr
Heure local/Local time:
sam 8 jui 2013 09:40:08 CEST
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Auto-reply ? Possible

2013-06-08 Thread Ron Scott-Adams
It means it passed through SOGo, and that SOGo tacked on that header because it 
classified the message as a calendar invitation reply. Can you post your 
sogo.conf, please?


Ron Scott-Adams
r...@tohuw.net
Soap and education are not as sudden as a massacre, but they are more deadly 
in the long run. (Mark Twain)







On Jun 8, 2013, at 03:42 , Albert Shih albert.s...@obspm.fr wrote:

 Le 07/06/2013 ? 22:59:47-0400, Ron Scott-Adams a écrit
 Hi,
 
 I'm willing to bet this user has some setting in their client treating 
 calendar
 
 Wellbecause I don't like to loose ;-) ;-)
 
 invites in some fashion (either automatically rejecting or accepting them.)
 
 PossibleHe using generally AppleMail, but if it's the situation why the
 mail « he » (or AppleMail) send have this header 
 
 x-sogo-message-type: calendar:invitation-reply
 
 Isn't that mean it's send by sogo ? 
 
 Thanks for the help
 
 Regards.
 
 JAS
 -- 
 Albert SHIH
 DIO bâtiment 15
 Observatoire de Paris
 5 Place Jules Janssen
 92195 Meudon Cedex
 France
 Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
 xmpp: j...@obspm.fr
 Heure local/Local time:
 sam 8 jui 2013 09:40:08 CEST
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

Re: [SOGo] Auto-reply ? Possible

2013-06-07 Thread Albert Shih
 Le 07/06/2013 ? 10:55:59+0200, Christian Mack a écrit
Hi,

Thanks for your answer.

 
 
 Am 2013-06-06 23:09, schrieb Albert Shih:
  
  I've a strange report from one of my user. 
  
  He claim he just receive some message from yahoo (not important can be any
  server) smtp server for unknown user. 
  
  Meanning he send a email to this unknown user. Of course he never send this
  message (spam). 
  
  First I suspect some basic spam. But when I check the header I see : 
  
  x-sogo-message-type: calendar:invitation-reply
  
  and indeed the message is really send from sogo.
  
  My question is : Is it possible sogo reply AUTOMATICALLY to some message ?
  That's sound very strange to me but...well...I'm want to be sure. 
  
 
 If you use resource accounts, then yes.
 They will automatically accept invitations, if the desired time frame is
 not already used up by other events.
 Accepting invitations from users outside SOGo means sending them an email.
 
 That is by design, and the sole purpose of resource accounts.
 

Well the point is I don't use resource accounts. And more strange the first
mail was a spam. 

What I can find in the log, 

someone on internet send a spam to my user.

sogo answer automaticaly to this spam

of course the spammer address don't exist

so the user received a return warning message say the spammer address
don't exist.

I'm little worry about that because that's mean if it's really append, some
spammer can use sogo as spam realy. 

Regards. 

-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
France
Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
xmpp: j...@obspm.fr
Heure local/Local time:
ven 7 jui 2013 23:05:45 CEST
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Auto-reply ? Possible

2013-06-07 Thread Ron Scott-Adams
I'm willing to bet this user has some setting in their client treating calendar 
invites in some fashion (either automatically rejecting or accepting them.)

What happens if you send this user a calendar invite and trace the emissions 
from that users account for awhile?


Ron Scott-Adams
r...@tohuw.net
The God who gave us life, gave us liberty at the same time; the hand of force 
may destroy, but cannot disjoin them. (Thomas Jefferson)








On Jun 7, 2013, at 17:09 , Albert Shih albert.s...@obspm.fr wrote:

 Le 07/06/2013 ? 10:55:59+0200, Christian Mack a écrit
 Hi,
 
 Thanks for your answer.
 
 
 
 Am 2013-06-06 23:09, schrieb Albert Shih:
 
 I've a strange report from one of my user. 
 
 He claim he just receive some message from yahoo (not important can be any
 server) smtp server for unknown user. 
 
 Meanning he send a email to this unknown user. Of course he never send this
 message (spam). 
 
 First I suspect some basic spam. But when I check the header I see : 
 
x-sogo-message-type: calendar:invitation-reply
 
 and indeed the message is really send from sogo.
 
 My question is : Is it possible sogo reply AUTOMATICALLY to some message ?
 That's sound very strange to me but...well...I'm want to be sure. 
 
 
 If you use resource accounts, then yes.
 They will automatically accept invitations, if the desired time frame is
 not already used up by other events.
 Accepting invitations from users outside SOGo means sending them an email.
 
 That is by design, and the sole purpose of resource accounts.
 
 
 Well the point is I don't use resource accounts. And more strange the first
 mail was a spam. 
 
 What I can find in the log, 
 
someone on internet send a spam to my user.
 
sogo answer automaticaly to this spam
 
of course the spammer address don't exist
 
so the user received a return warning message say the spammer address
don't exist.
 
 I'm little worry about that because that's mean if it's really append, some
 spammer can use sogo as spam realy. 
 
 Regards. 
 
 -- 
 Albert SHIH
 DIO bâtiment 15
 Observatoire de Paris
 5 Place Jules Janssen
 92195 Meudon Cedex
 France
 Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
 xmpp: j...@obspm.fr
 Heure local/Local time:
 ven 7 jui 2013 23:05:45 CEST
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

[SOGo] Is it possible...

2012-06-28 Thread Yellow Deli
To have SOGo running on one machine, with all the other services running 
from a Mac Server?


I have an instance of OS X Server 10.6, which has LDAP, Calendar, and 
Mail, all running and configured. Can I point SOGo to use those 
services, and just have the DB and Web interface on the SOGo machine?


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


Re: [SOGo] Is it possible to use Funambol Server v10?

2011-10-06 Thread Brian Kirkman
I have been successful installing and using Funambol Server 10.0.3. I 
don't think there's any difference between the old documentation and the 
new version. I use MySQL and the default Tomcat install. Give it a try 
and let us know if you run into any issues.


-Brian


On 10/5/2011 5:22 AM, sgu...@web.de wrote:

Hi,
I'm trying to install funambol server. The installation guide covers the
version 8.7. Is it possible to use version 10 as well?

Rgds


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


[SOGo] Is it possible to use Funambol Server v10?

2011-10-05 Thread sguser
Hi,
I'm trying to install funambol server. The installation guide covers the
version 8.7. Is it possible to use version 10 as well?

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


[SOGo] Is it possible to format the Away message in HTML ?

2011-06-23 Thread David Tremblay
Dear all,

First post here, I have searched the documentation and the archive of
the list, I haven't found any clue so far :

Is it possible to have HTML in the content of the away message ?


-- 
David Tremblay dtremb...@infoglobe.ca
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Is it possible to format the Away message in HTML ?

2011-06-23 Thread Ludovic Marcotte

On 22/06/11 17:03, David Tremblay wrote:
First post here, I have searched the documentation and the archive of 
the list, I haven't found any clue so far :


Is it possible to have HTML in the content of the away message ?

Note that I know.

Vacation messages are actually generated by Cyrus (or Dovecot) and I 
highly doubt you can configure it to make it send HTML mails.


Regards,

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

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


Re: [SOGo] Is is possible to change the default /SOGo URL?

2011-02-21 Thread Ludovic Marcotte

On 11-02-20 6:47 AM, Corrado Fiore wrote:

So, before investigating more, let me ask:  did anyone managed to remove the 
/SOGo path under Nginx?
I'll likely not work correctly right now as SOGo is hardcoded in a few 
places. There's an open bug for this: 
http://www.sogo.nu/bugs/view.php?id=331


--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

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


Re: [SOGo] Is is possible to change the default /SOGo URL?

2011-02-21 Thread Fabrice Durand
Hi,
You can hide the SOGo path with a reverse proxy like vulture (
http://vulture.open-source.fr/wiki/ )

Fabrice Durand

2011/2/21 Adi Linden a...@adis.ca

  So, before investigating more, let me ask:  did anyone managed to remove
 the /SOGo path under Nginx?

  I'll likely not work correctly right now as SOGo is hardcoded in a few
 places. There's an open bug for this:
 http://www.sogo.nu/bugs/view.php?id=331

 I tried changing the proxy settings in apache. It indeed failed to work
 properly. My only conclusion is just that, the path defined within the SOGo
 application itself.

 The only reason for me to change the path is to obfuscate access to SOGo.
 It seems to dramatically cut down on obnoxious potential malicious network
 traffic if paths of applications are non-default and therefore out of reach
 of bots trying to hack passwords, etc.

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

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

Re: [SOGo] Is is possible to change the default /SOGo URL?

2011-02-20 Thread Corrado Fiore
 Am 18.02.2011 um 23:23 schrieb Adi Linden:
 Is it possible to change the default /SOGo URL to something different, like 
 /something?

Il giorno 19/feb/2011, alle ore 16:24, Martin Rabl ha scritto:
 Sure - it is only a proxy before the SOGo-Application-Server.


Hi,

I'm using Nginx as proxy (I'm on CentOS), with a conf file similar to this one:
http://mail.opengroupware.org/pipermail/sogo/2009-November/004351.html

My goal is to get rid of any paths after the domain.  I tried to modify the 
paths by removing the /SOGo prefix, in the Nginx conf, i.e.

server {
location / {
proxy_redirect http://127.0.0.1:2/SOGo//;
...other lines unchanged...
}
location ~ /WebServerResources/(.*){
alias /usr/GNUstep/System/Library/SOGo/WebServerResources/$1;
}
}

...but it doesn't work.  I end up with login errors (for example, the 
redirection at login becomes http://connect instead of a FQDN).
Assuming that SOGo internally needs a path after the domain, I tried to 
modify it like this:

server {
location /webmail {
proxy_redirect http://127.0.0.1:2/SOGo//webmail;
...other lines unchanged...
}
location ~ /WebServerResources/(.*){
alias /usr/GNUstep/System/Library/SOGo/WebServerResources/$1;
}
}

...but again it doesn't work.  I can login but messages in the webmail are not 
retrieved.

So, before investigating more, let me ask:  did anyone managed to remove the 
/SOGo path under Nginx?

Thanks,
Corrado Fiore

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

Re: [SOGo] Is is possible to change the default /SOGo URL?

2011-02-19 Thread Martin Rabl
Sure - it is only a proxy before the SOGo-Application-Server.

Am 18.02.2011 um 23:23 schrieb Adi Linden:

 Hi,
 
 Is it possible to change the default /SOGo URL to something different, like 
 /something? I am using the default apache proxy config as installed by the 
 Debian Squeeze packages.
 
 Thanks,
 Adi-- 
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

[SOGo] Is is possible to change the default /SOGo URL?

2011-02-18 Thread Adi Linden
Hi,

Is it possible to change the default /SOGo URL to something different, like 
/something? I am using the default apache proxy config as installed by the 
Debian Squeeze packages.

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