Re: [SOGo] Outlook and Openchange Issues

2012-11-16 Thread Daniel Müller
This looks like your samba4 configuration /kdc is not running.
To look further try:https://wiki.samba.org/index.php/Samba4/HOWTO.
First of all your Samba4 must be running.
Special there ex::
Step 8: Configure Kerberos 

Kerberos configuration is handled by the krb.conf file. This file is typically 
located in the /etc directory, please refer to your distribution documentation 
for the location of this file on your system. Replace the existing file, if 
any, with the sample from /usr/local/samba/share/setup/krb5.conf. Edit the file 
and replace ${REALM} with the value you chose for the --realm parameter of the 
provision command above, make sure to enter the realm in uppercase letters:
 [libdefaults]
default_realm = SAMDOM.EXAMPLE.COM
dns_lookup_realm = false
dns_lookup_kdc = true
 
Testing Kerberos 

The simplest test is to use the kinit command as follows: 
$ kinit administra...@samdom.example.com
Password:
 Note: You must specify your domain realm SAMDOM.EXAMPLE.COM in uppercase 
letters
 
kinint will not give you any output. To verify that Kerberos is working, and 
that you received a ticket, run the following:
 $ klist
Ticket cache: FILE:/tmp/krb5cc_1000
Default principal: administra...@samdom.example.com
 
Valid starting ExpiresService principal
02/10/10 19:39:48  02/11/10 19:39:46  
krbtgt/samdom.example@samdom.example.com


Good Luck
Daniel

 Original-Nachricht 
 Datum: Fri, 16 Nov 2012 10:46:22 +0300
 Von: David Ssali d...@telematicgroup.com
 An: users@sogo.nu
 Betreff: Re: [SOGo] Outlook and Openchange Issues

 Thanks Daniel.
 This error keep on coming up in my samba log file
 
 samba_dnsupdate: RuntimeError: kinit for WEB$@ECOM2M.NET failed (Cannot 
 contact any KDC for requested realm)
 
 What could be the cause of that? I followed the installation guide given 
 by SOGo word by word and i don't know how to fix this.
 On 11/16/2012 10:30 AM, Daniel Müller wrote:
  No, you do not need ldap with openchange. Openchange/Samba4 has its own
 cldap. As if you were auth against Microsoft ADS. You just need to set
 authentication the right way in your sogo configuration.
   Original-Nachricht 
  Datum: Fri, 16 Nov 2012 09:58:51 +0300
  Von: David Ssalid...@telematicgroup.com
  An: users@sogo.nu
  Betreff: [SOGo] Outlook and Openchange Issues
  Hello...
  I have installed SOGo, Dovecot (using mysql database for authentication
  with virtual domain support) and all the rest of the components that
 are
  needed to have a fully functional mail server on Ubuntu 12.04.
  I have also installed Openchange and Samba4 but am not using LDAP
  anywhere.
  When i try to setup exchange however, it constantly fails to connect to
  the exchange server although the ports are all open.
From my troubleshooting it appears that what is failing is actually
 the
  authentication by the samba service.
 
  Qn: Is it necessary for me to install LDAP to have a working version of
  Openchange?
  Also, if am having multiple domains for which this server handles
 email,
  how will i create a link between the samba users and the ones in the
  MYSQL database (Dovecot)?
 
  Regards
  David
  -- 
  users@sogo.nu
  https://inverse.ca/sogo/lists
 
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] calendar ACL refresh

2012-11-16 Thread Marc Patermann

Hi,

if an ACL in someone else's calendar, which I added to my calendar list, 
change - i.e. I get write access and hat only read access before - this 
is not synced automatically to Thunderbird, right? Not even on a 
Thunderbird restart.

The only way is to refresh the ACL manually in the calendar context menu?


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


Re: [SOGo] Setting of Calendar Default Access rights for Public Access

2012-11-16 Thread Igor Vitorac

Hello Christian,

Could you please let me know how can I reproduce/test unauthenticated 
access for free/busy status?


Thanks,
Igor



Igor Vitorac wrote, On 13/11/2012 19:28:

Hello Christian,

If you configure:
defaults write sogod SOGoCalendarDefaultRoles 
'(PublicDAndTViewer,ConfidentialDAndTViewer,PrivateDAndTViewer)'


Then, if you go to the ACL config of any user's calendar, you will 
ONLY see Any authenticated user entry!
If you have additional (hidden) access Unauthenticated user, and it 
is not displayed then that is a bug!


I would not consider this as enhancement, but a big security issue.

Christian, could you please let me know exact steps to reproduce 
unauthenticated access for free/busy status?


Thanks,
Igor




Christian Mack wrote, On 13/11/2012 19:10:

Hello Milos Wimmer


On 2012-11-13 16:07, Milos Wimmer wrote:

is here any way how could I set default access policy for
unauthenticated (anonymous) users?
It looks SOGo uses the same SOGoCalendarDefaultRoles for both
authenticated and unauthenticated users.

That is correct. There is no setting specifically for anonymous access.



I would like to use:
SOGoCalendarDefaultRoles=PublicDAndTViewer for Any Authenticated 
User

and
SOGoCalendarDefaultRoles=None for Public Access.

Maybe some new SOGoCalendarPublicDefaultRoles parameter could be used
for this...
It would be very useful considering different access policy for
authenticated and all unauthenticated users respects privacy of our 
users.



Then open an enhancement request for this at
http://www.sogo.nu/bugs


Kind regards,
Christian Mack



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


Re: [SOGo] Facing Errors after Sope Library updates

2012-11-16 Thread Devinder Singh

Hi,

I debugged further and found that the Service is not running on 2 port.

ps aux | grep 2   returns null.

however when I Restart the SOGo it gives no error and neither any error 
logged in sogo.log file.


Any idea what could be the issue ?

Thanks  Regards,
Devinder Singh Birdi

On 11/16/2012 12:19 PM, Devinder Singh wrote:

Hi Mayak,

No firewall Issue,  I tried pinging the 2 port on the server.  No 
response.  I tried simple wget http://127.0.0.1:2/SOGo


--2012-11-16 09:47:21--  (try: 3) http://127.0.0.1:2/SOGo
Connecting to 127.0.0.1:2... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

Hope this helps !

Thanks  Regards,
Devinder Singh Birdi
On 11/16/2012 12:04 PM, mayak-cq wrote:



On Fri, 2012-11-16 at 11:24 +0530, Devinder Singh wrote:

Thanks Jean,

I updated the packages from the given location.  However after 
updating it SOGo restarts but do not work.


Below are the steps I have taken.

1. Removed the symlinks created yesterday.
2. Reinstalled the packages from 
http://inverse.ca/downloads/SOGo/RHEL6/nightly/x86_64/RPMS/


After this I got the error.

/Proxy Error/

/The proxy server received an invalid response from an upstream server./
/The proxy server could not handle the request GET /SOGo./

/Reason: Error reading from remote server/


this is an error coming from apache and not from sogo

drop firewall
try pointing your browser to http://ipaddress/SOGo:2

thanks

m




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

Re: [SOGo] Facing Errors after Sope Library updates

2012-11-16 Thread Sven Schwedas
On 16.11.2012 10:59, Devinder Singh wrote:
 Hi,
 
 I debugged further and found that the Service is not running on 2 port.
 
 ps aux | grep 2   returns null.

I don't even… this is not how ps works. Or grep, for that matter.

ss -tlen | grep 2

(s/ss/netstat/ for older OSes)

 
 however when I Restart the SOGo it gives no error and neither any error
 logged in sogo.log file.
 
 Any idea what could be the issue ?
 
 Thanks  Regards,
 Devinder Singh Birdi
 
 On 11/16/2012 12:19 PM, Devinder Singh wrote:
 Hi Mayak,

 No firewall Issue,  I tried pinging the 2 port on the server.  No
 response.  I tried simple wget   http://127.0.0.1:2/SOGo

 --2012-11-16 09:47:21--  (try: 3)  http://127.0.0.1:2/SOGo
 Connecting to 127.0.0.1:2... connected.
 HTTP request sent, awaiting response... No data received.
 Retrying.

 Hope this helps !

 Thanks  Regards,
 Devinder Singh Birdi
 On 11/16/2012 12:04 PM, mayak-cq wrote:


 On Fri, 2012-11-16 at 11:24 +0530, Devinder Singh wrote:
 Thanks Jean,

 I updated the packages from the given location.  However after
 updating it SOGo restarts but do not work.

 Below are the steps I have taken.

 1. Removed the symlinks created yesterday.
 2. Reinstalled the packages from
 http://inverse.ca/downloads/SOGo/RHEL6/nightly/x86_64/RPMS/

 After this I got the error.

 /Proxy Error/

 /The proxy server received an invalid response from an upstream server./
 /The proxy server could not handle the request GET /SOGo./

 /Reason: Error reading from remote server/
 
 this is an error coming from apache and not from sogo

 drop firewall
 try pointing your browser to http://ipaddress/SOGo:2

 thanks

 m

 

-- 
Mit freundlichen Grüßen,
Sven SCHWEDAS
Systemadministrator
TAO Beratungs- und Management GmbH | Lendplatz 45 | A - 8020 Graz
sven.schwe...@tao.at | +43 (0)680 301 7167
skype: sven.schwedas | xmpp: sven.schwe...@tao.at | www.tao.at



signature.asc
Description: OpenPGP digital signature


Re: [SOGo] Facing Errors after Sope Library updates

2012-11-16 Thread Devinder Singh

Hi Sven,

But yet that does not solve my problem.  Nothing displayed when I hit  
http://127.0.0.1:2/SOGo.


Any suggestion on debugging further or resolution ?

Thanks  Regards,
Devinder Singh Birdi

On 11/16/2012 4:34 PM, Sven Schwedas wrote:

On 16.11.2012 10:59, Devinder Singh wrote:

Hi,

I debugged further and found that the Service is not running on 2 port.

ps aux | grep 2   returns null.

I don't even… this is not how ps works. Or grep, for that matter.

ss -tlen | grep 2

(s/ss/netstat/ for older OSes)


however when I Restart the SOGo it gives no error and neither any error
logged in sogo.log file.

Any idea what could be the issue ?

Thanks  Regards,
Devinder Singh Birdi

On 11/16/2012 12:19 PM, Devinder Singh wrote:

Hi Mayak,

No firewall Issue,  I tried pinging the 2 port on the server.  No
response.  I tried simple wget   http://127.0.0.1:2/SOGo

--2012-11-16 09:47:21--  (try: 3)  http://127.0.0.1:2/SOGo
Connecting to 127.0.0.1:2... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

Hope this helps !

Thanks  Regards,
Devinder Singh Birdi
On 11/16/2012 12:04 PM, mayak-cq wrote:


On Fri, 2012-11-16 at 11:24 +0530, Devinder Singh wrote:

Thanks Jean,

I updated the packages from the given location.  However after
updating it SOGo restarts but do not work.

Below are the steps I have taken.

1. Removed the symlinks created yesterday.
2. Reinstalled the packages from
http://inverse.ca/downloads/SOGo/RHEL6/nightly/x86_64/RPMS/

After this I got the error.

/Proxy Error/

/The proxy server received an invalid response from an upstream server./
/The proxy server could not handle the request GET /SOGo./

/Reason: Error reading from remote server/


this is an error coming from apache and not from sogo

drop firewall
try pointing your browser to http://ipaddress/SOGo:2

thanks

m


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

{Disarmed} Re: {Disarmed} Re: [SOGo] Facing Errors after Sope Library updates

2012-11-16 Thread Relu Parfene

On 16.11.2012 13:25, Devinder Singh wrote:

Hi Sven,

But yet that does not solve my problem.  Nothing displayed when I hit 
*MailScanner warning: numerical links are often malicious:* 
http://127.0.0.1:2/SOGo.


Any suggestion on debugging further or resolution ?

Thanks  Regards,
Devinder Singh Birdi
On 11/16/2012 4:34 PM, Sven Schwedas wrote:

On 16.11.2012 10:59, Devinder Singh wrote:

Hi,

I debugged further and found that the Service is not running on 2 port.

ps aux | grep 2   returns null.

I don't even… this is not how ps works. Or grep, for that matter.

ss -tlen | grep 2

(s/ss/netstat/ for older OSes)


however when I Restart the SOGo it gives no error and neither any error
logged in sogo.log file.

Any idea what could be the issue ?

Thanks  Regards,
Devinder Singh Birdi

On 11/16/2012 12:19 PM, Devinder Singh wrote:

Hi Mayak,

No firewall Issue,  I tried pinging the 2 port on the server.  No
response.  I tried simple wget*MailScanner warning: numerical links are often 
malicious:*  http://127.0.0.1:2/SOGo

--2012-11-16 09:47:21--  (try: 3)*MailScanner warning: numerical links are 
often malicious:*  http://127.0.0.1:2/SOGo
Connecting to 127.0.0.1:2... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

Hope this helps !

Thanks  Regards,
Devinder Singh Birdi
On 11/16/2012 12:04 PM, mayak-cq wrote:

On Fri, 2012-11-16 at 11:24 +0530, Devinder Singh wrote:

Thanks Jean,

I updated the packages from the given location.  However after
updating it SOGo restarts but do not work.

Below are the steps I have taken.

1. Removed the symlinks created yesterday.
2. Reinstalled the packages from
http://inverse.ca/downloads/SOGo/RHEL6/nightly/x86_64/RPMS/

After this I got the error.

/Proxy Error/

/The proxy server received an invalid response from an upstream server./
/The proxy server could not handle the request GET /SOGo./

/Reason: Error reading from remote server/


this is an error coming from apache and not from sogo

drop firewall
try pointing your browser tohttp://ipaddress/SOGo:2

thanks

m


Hi,

I have the same issue on a Centos 6.3 box. For the moment i found a 
workaround: I su to sogo user and then launch sogo from command line (su 
- sogo ; sogod). I'm interested about a fix too.


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

Re: [SOGo] Facing Errors after Sope Library updates

2012-11-16 Thread Ludovic Marcotte

On 16/11/12 00:54, Devinder Singh wrote:
3.Further I updated the SOGo from version  2.0.2 to 2.0.2a . Yet the 
problem persists.

Show your .GNUstepDefaults.

--
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] Facing Errors after Sope Library updates

2012-11-16 Thread Devinder Singh

Hi Ludovic,

Kindly find the setup below.

?xml version=1.0 encoding=UTF-8?
!DOCTYPE plist PUBLIC -//GNUstep//DTD plist 0.9//EN 
http://www.gnustep.org/plist-0_9.xml;

plist version=0.9
dict
keyNSGlobalDomain/key
dict
/dict
keysogod/key
dict
keyLDAPDebugEnabled/key
stringYES/string
keyOCSFolderInfoURL/key
stringmysql://username:password@localhost:3306/sogo/sogo_folder_info/string
keyOCSSessionsFolderURL/key
stringmysql://username:password@localhost:3306/sogo/sogo_sessions_folder/string
keyPGDebugEnabled/key
stringYES/string
keySOGoACLsSendEMailNotifications/key
stringYES/string
keySOGoAppointmentSendEMailNotifications/key
stringYES/string
keySOGoCacheCleanupInterval/key
string90/string
keySOGoDraftsFolderName/key
stringDrafts/string
keySOGoFoldersSendEMailNotifications/key
stringYES/string
keySOGoForwardEnabled/key
stringYES/string
keySOGoIMAPServer/key
stringImapserver IP/string
keySOGoLanguage/key
stringEnglish/string
keySOGoLoginModule/key
stringCalendar/string
keySOGoMailAuxiliaryUserAccountsEnabled/key
stringNO/string
keySOGoMailDomain/key
stringEmail Domain/string
keySOGoMailingMechanism/key
stringsmtp/string
keySOGoPageTitle/key
stringQLC SOGo/string
keySOGoProfileURL/key
stringmysql://username:password@localhost:3306/sogo/sogo_user_profile/string
keySOGoSMTPServer/key
stringSMTP IP/string
keySOGoSentFolderName/key
stringSent/string
keySOGoSieveScriptsEnabled/key
stringYES/string
keySOGoSieveServer/key
stringsieve://SIEVE IP:1000/string
keySOGoSuperUsernames/key
stringadmin/string
keySOGoTimeZone/key
stringAsia/Kolkata/string
keySOGoTrashFolderName/key
stringTrash/string
keySOGoUIxDebugEnabled/key
stringYES/string
keySOGoUserSources/key
array
dict
keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringSOGo Users/string
keyid/key
stringusers/string
keyisAddressBook/key
stringYES/string
keytype/key
stringsql/string
keyuserPasswordAlgorithm/key
stringmd5/string
keyviewURL/key
stringmysql://username:password@127.0.0.1:3306/sogo/sogo_users/string
/dict
/array
keySOGoVacationEnabled/key
stringYES/string
keySxVMemLimit/key
string500/string
keyWOWatchDogRequestTimeout/key
string6/string
keyWOWorkersCount/key
string6/string
/dict
/dict
/plist

Thanks  Regards,
Devinder Singh Birdi

On 11/16/2012 5:38 PM, Ludovic Marcotte wrote:

On 16/11/12 00:54, Devinder Singh wrote:
3.Further I updated the SOGo from version 2.0.2 to 2.0.2a . Yet the 
problem persists.

Show your .GNUstepDefaults.



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

[SOGo] SOGo 2.0.2a - SMTP AUTH - Carriage Return in Base64 String

2012-11-16 Thread andre.eickelschulte
Hello!

I just installed SOGo 2.0.2a on Ubuntu Server 12.04 LTS x64 with a local
instance of OpenLDAP for authentication and as address book. The mailserver I
intend to access is an external server. On this mailserver it's necessary to
login with your full mailaddress and your password.

I'm able to login and read mail via IMAP with my first testuser, but the SMTP
PLAIN AUTH does not work. With a TCPDump I encountered, that there is a
carriage return in the base64-coded login data. So the mailserver rejects the
login attempt...

If I use the by SOGo generated login string without the carriage return I can
login via telnet...

If I use another mailaccount with a quite short mailadress sending mail is
possible.

Is it a bug, a misconfiguration of the mailserver or do i have to configure the
generation of the base64-login-string?

Best regards!

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


Re: [SOGo] Facing Errors after Sope Library updates

2012-11-16 Thread Jean Raby

On 12-11-16 6:25 AM, Devinder Singh wrote:

Hi Sven,

But yet that does not solve my problem.  Nothing displayed when I hit
http://127.0.0.1:2/SOGo.

Any suggestion on debugging further or resolution ?

Can you share your apache config?

also, from the sogo server, try this:

curl -L http://127.0.0.1:2/SOGo

Then post the result (and the related apache logs and sogo logs)



Thanks  Regards,
Devinder Singh Birdi

On 11/16/2012 4:34 PM, Sven Schwedas wrote:

On 16.11.2012 10:59, Devinder Singh wrote:

Hi,

I debugged further and found that the Service is not running on 2 port.

ps aux | grep 2   returns null.

I don't even… this is not how ps works. Or grep, for that matter.

ss -tlen | grep 2

(s/ss/netstat/ for older OSes)


however when I Restart the SOGo it gives no error and neither any error
logged in sogo.log file.

Any idea what could be the issue ?

Thanks  Regards,
Devinder Singh Birdi

On 11/16/2012 12:19 PM, Devinder Singh wrote:

Hi Mayak,

No firewall Issue,  I tried pinging the 2 port on the server.  No
response.  I tried simple wgethttp://127.0.0.1:2/SOGo

--2012-11-16 09:47:21--  (try: 3)http://127.0.0.1:2/SOGo
Connecting to 127.0.0.1:2... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

Hope this helps !

Thanks  Regards,
Devinder Singh Birdi
On 11/16/2012 12:04 PM, mayak-cq wrote:


On Fri, 2012-11-16 at 11:24 +0530, Devinder Singh wrote:

Thanks Jean,

I updated the packages from the given location.  However after
updating it SOGo restarts but do not work.

Below are the steps I have taken.

1. Removed the symlinks created yesterday.
2. Reinstalled the packages from
http://inverse.ca/downloads/SOGo/RHEL6/nightly/x86_64/RPMS/

After this I got the error.

/Proxy Error/

/The proxy server received an invalid response from an upstream server./
/The proxy server could not handle the request GET /SOGo./

/Reason: Error reading from remote server/


this is an error coming from apache and not from sogo

drop firewall
try pointing your browser tohttp://ipaddress/SOGo:2

thanks

m





--
Jean Raby
jr...@inverse.ca  ::  +1.514.447.4918 (x120) ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

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


[SOGo] My way to customize SOGo's top toolbar

2012-11-16 Thread gerard breiner
1)
   a) su - sogo
   b) cd GNUstep/Library/SOGo/Templates/
   c) cp /usr/lib/GNUstep/SOGo/Templates/UIxPageFrame.wox .
   d) cp /usr/lib/GNUstep/SOGo/WebServerResources/generic.js .
   e) rm -f /usr/lib/GNUstep/SOGo/Templates/UIxPageFrame.wox
   f) rm - /usr/lib/GNUstep/SOGo/Templates/generic.js
   g) ln -s /home/sogo/GNUstep/Library/SOGo/Templates/UIxPageFrame.wox 
/usr/lib/GNUstep/SOGo/Templates/UIxPageFrame.wox
   h) ln -s /home/sogo/GNUstep/Library/SOGo/Templates/generic.js 
/usr/lib/GNUstep/SOGo/WebServerResources/generic.js
   i) vim UIxPageFrame.wox

  Find the instruction bloc that begin by var:if 
condition=userHasMailAccess
  Then just after the end of this bloc and before the bloc a 
id=preferencesBannerLink I added my first link :

a id=FTPBannerLink style=color:#1589FF;
var:href=https://ajaxplorer.mydomain.fr;
var:string label:value=FTP IAS //a

2)
   a) vim generic.js
   b) just after the function onPreferencesClick I created a the function 
onFTPClick

function onFTPClick(event) {
var urlstr = https://ajaxplorer.mydomain.fr;;
var windowSize = 
width=900px,height=600px,resizable=1,scrollbars=1,location=0;
var w = window.open(urlstr, FTP IAS, windowSize);
w.opener = window;
w.focus();
}

   c)Then you move into the function configureLinkBanner() and just before the 
line link = $(preferencesBannerLink);  you  add your link :

link = $(FTPBannerLink);
if (link) {
link.observe(mousedown, listRowMouseDownHandler);
link.observe(click, clickEventWrapper(onFTPClick));
}

By following this way you can create several other links that will opens 
themselves in another window by clicking on them.
Given
Note-1 : the symbolic links created above (ln -s ….) are supposed (I hope) to 
avoid theses two files to be overwriting at the next upgrade of sogo.
Note-2 : I do not know why but that doesn't work if my personal link is after 
the one of the preferences.

Hoping this can help you…

Gerard

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

[SOGo] My way to customize SOGo's to toolbar

2012-11-16 Thread gerard.breiner
Ideas for customize the SOGo's top toolbar

Hello 
As I needed to add some links in the toolbar I thought it would be nice to
write here how I managed to.
Suppose we want to add a link for a web ftp-client ajaxplorer that opens
himself into a new window.

1) 
   a) su - sogo
   b) cd GNUstep/Library/SOGo/Templates/
   c) cp /usr/lib/GNUstep/SOGo/Templates/UIxPageFrame.wox .
   d) cp /usr/lib/GNUstep/SOGo/WebServerResources/generic.js . 
   e) vim UIxPageFrame.wox

  Find the instruction bloc that begin by var:if
condition=userHasMailAccess 
  Then just after the end of this bloc and before the bloc a
id=preferencesBannerLink I added my first link :

a id=FTPBannerLink style=color:#1589FF;
var:href=https://ajaxplorer.mydomain.fr;
var:string label:value=FTP IAS //a 

2) 
   a) vim generic.js 
   b) just after the function onPreferencesClick I created a the function
onFTPClick 

function onFTPClick(event) {
var urlstr = https://ajaxplorer.mydomain.fr;;
var windowSize =
width=900px,height=600px,resizable=1,scrollbars=1,location=0;
var w = window.open(urlstr, FTP IAS, windowSize);
w.opener = window;
w.focus();
}

   c)Then you move into the function configureLinkBanner() and just before the
line link = $(preferencesBannerLink); you  add your link :

link = $(FTPBannerLink);
if (link) {
link.observe(mousedown, listRowMouseDownHandler);
link.observe(click, clickEventWrapper(onFTPClick));
}
3) as user root we create symbolic links after deleting the original files (you
could make a copy of each of them before making this)
   a) rm -f /usr/lib/GNUstep/SOGo/Templates/UIxPageFrame.wox 
   b) rm - /usr/lib/GNUstep/SOGo/WebServerResources/generic.js 
   c) ln -s /home/sogo/GNUstep/Library/SOGo/Templates/UIxPageFrame.wox
/usr/lib/GNUstep/SOGo/Templates/UIxPageFrame.wox
   d) ln -s /home/sogo/GNUstep/Library/SOGo/Templates/generic.js
/usr/lib/GNUstep/SOGo/WebServerResources/generic.js 

By following this way you can create several other links that will opens
themselves in another window by clicking on them.
 
Note-1 : the symbolic links created above (ln -s ….) are supposed (I hope) to
avoid theses two files to be overwriting at the next upgrade of sogo.
Note-2 : I do not know why but that doesn't work if my personal link is after
the one of the preferences.

Hoping this can help you…

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

Re: [SOGo] My way to customize SOGo's top toolbar

2012-11-16 Thread Ludovic Marcotte

You surely found a way to pass that message :-P

--
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: Re: [SOGo] SOGoUIAdditionalCSSFiles

2012-11-16 Thread gerard.breiner
Hello,

I can see the css that is used... I can say it is not my customized css file...
IMHO  SOGoUIAdditionalCSSFiles doesn't work no more than
SOGoUIAdditionalJSFiles. 
If you are insterested in customizing I've just written to explain how to
customized the sogo's toolbar here
https://inverse.ca/sogo/lists/arc/users/2012-11/msg00192.html

Tell me if that help you.

Best regards

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


[SOGo] strange folder crashes samba

2012-11-16 Thread Gerhard W. Recher (privat)
Hi @all

this is a 2nd attempt to get help from this list, sorry for posting more
than once for a similar error.


I have a strange problem with outlook2010

webinterface of sogo is running fine
only the outlook part is absolutly strange

after submitting the first mail form outlook2010 this log will occur:



2012-11-16 22:56:18.989 samba[15024] METHOD '+[MAPIStoreContext
openContext:withURI:connectionInfo:andTDBIndexing:]' (227) -- uri:
'gerhard:gerh
ard@mail/folderINBOX.Sent/'
[2012/11/16 22:56:18, 0]
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:682(EcDoRpc_process_transaction)
MAPI Rop: 0x7e (8)
[2012/11/16 22:56:18, 0]
mapiproxy/libmapiproxy/mapi_handles.c:292(mapi_handles_add)
We have found free record 0xb
[2012/11/16 22:56:18, 0] ../lib/util/util.c:455(dump_data)
[] 00 00 05 00 67 00 B2 00 00 42 25 00 AE 00 75 00 g... .B%...u.
[0010] 00 02 01 96 67 00 00 00 77 00 6B 00 DA 6F 00 E3 g... w.k..o..
[0020] D2 6D 00 78 00 00 16 48 00 C7 77 AC D8 53 06 54 .m.x...H ..w..S.T
[0030] 42 8D 00 00 22 01 7D 6E B7 B5 45 72 52 E9 00 00 B}n ..ErR...
[0040] 17 CF 00 0C 21 15 28 00 14 E7 1E DE 79 3E E2 7B !.(. y.{
[0050] 4F 90 1F 5E 16 5F 79 85 FF FF FF C3 08 00 00 04 O..^._y. 
[0060] 68 97 01 AE 0E 21 14 28 00 8F 01 0B 00 00 00 h!.( ...
[2012/11/16 22:56:18, 0]
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:682(EcDoRpc_process_transaction)
MAPI Rop: 0x75 (0)
[2012/11/16 22:56:18, 0]
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:682(EcDoRpc_process_transaction)
MAPI Rop: 0x77 (6)
[2012/11/16 22:56:18, 0]
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:682(EcDoRpc_process_transaction)
MAPI Rop: 0x75 (12)
[2012/11/16 22:56:18, 0]
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:682(EcDoRpc_process_transaction)
MAPI Rop: 0x77 (18)
[2012/11/16 22:56:18, 0]
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:682(EcDoRpc_process_transaction)
MAPI Rop: 0x75 (24)
[2012/11/16 22:56:18, 0]
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:682(EcDoRpc_process_transaction)
MAPI Rop: 0x77 (30)
[2012/11/16 22:56:18, 0]
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:682(EcDoRpc_process_transaction)
MAPI Rop: 0x78 (36)
[2012/11/16 22:56:18, 0]
mapiproxy/servers/default/emsmdb/emsmdbp_object.c:451(emsmdbp_object_open_folder)
emsmdbp_object_open_folder: opening openchangedb folder
[2012/11/16 22:56:18, 0]
mapiproxy/servers/default/emsmdb/emsmdbp_object.c:407(emsmdbp_object_open_folder)
emsmdbp_object_open_folder: opening base mapistore folder
[2012/11/16 22:56:18, 0]
mapiproxy/libmapistore/mapistore_backend.c:341(mapistore_backend_create_context)
namespace is sogo:// and backend_uri is
'gerhard:gerhard@outbox/folderINBOX.Drafts/'
[2012/11/16 22:56:18, 0] MAPIStoreSOGo.m:153(sogo_backend_create_context)
[SOGo: sogo_backend_create_context:153]
2012-11-16 22:56:18.997 samba[15024] METHOD '+[MAPIStoreContext
openContext:withURI:connectionInfo:andTDBIndexing:]' (227) -- uri:
'gerhard:gerhard@outbox/folderINBOX.Drafts/'
/usr/sbin/samba: Uncaught exception NSInvalidArgumentException, reason:
Tried to add nil to array
[2012/11/16 22:56:18, 0]
mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1394(dcesrv_exchange_nsp_unbind)
dcesrv_exchange_nsp_unbind
[2012/11/16 22:56:18, 0]
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:1974(dcesrv_exchange_emsmdb_unbind)
dcesrv_exchange_emsmdb_unbind
[2012/11/16 22:56:18, 0]
mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1394(dcesrv_exchange_nsp_unbind)
dcesrv_exchange_nsp_unbind
[2012/11/16 22:56:18, 0]
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:1974(dcesrv_exchange_emsmdb_unbind)
dcesrv_exchange_emsmdb_unbind
[2012/11/16 22:56:18, 0]
mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1394(dcesrv_exchange_nsp_unbind)
dcesrv_exchange_nsp_unbind
[2012/11/16 22:56:18, 0]
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:1974(dcesrv_exchange_emsmdb_unbind)
dcesrv_exchange_emsmdb_unbind
[2012/11/16 22:56:18, 0]
mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c:1394(dcesrv_exchange_nsp_unbind)
dcesrv_exchange_nsp_unbind
[2012/11/16 22:56:18, 0]
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:1974(dcesrv_exchange_emsmdb_unbind)
dcesrv_exchange_emsmdb_unbind



system is debian squeeze 64 bit in vmware esx5.0

dpkg -l open*
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler:
GROSS=schlecht)
||/ Name Version Beschreibung
+++-==-==-
ii openchange-ocsmanager 1:1:1.0.r0.sogo-1~inverse1.0 A working instance
of python-ocsmanager
ii openchange-rpcproxy 1:1:1.0.r0.sogo-1~inverse1.0 A RPC-over-HTTP
implementation for 

RE: [SOGo] Authenticating with MySQL database

2012-11-16 Thread Dave Burkholder
Thanks Simon. I had made a mistake in following a tutorial. Got it changed to 
the correct table now.
 
-Original message-
From:Simon Walter simon.wal...@hokkaidotracks.com
Sent:Thu 15-11-2012 23:29
Subject:Re: [SOGo] Authenticating with MySQL database
To:users@sogo.nu; 
On 11/16/2012 12:43 PM, Dave Burkholder wrote:
 Authenticating with MySQL database

 Hello everyone,

 First-time poster here after lurking for awhile. Finally decided to 
 take Sogo for a spin on my Clearos 5 server based on Centos 5.

 I've gotten everything installed, but when I go to login to SOGo 
 webmail, I get the error: Wrong username or password. Here are the 
 loglines that surround the failed login attempt. Am I supposed to be 
 creatinng a sogo.sogo_view table in MySQL?


You did specify mysql://sogo:sogo@127.0.0.1:3306/sogo/sogo_view in 
your SOGoUserSources. So that had better exist. From the install docs:

Here is an example of an SQL-based authentication and address book source:
SOGoUserSources =
(
{
type = sql;
id = directory;
viewURL = postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_view;
canAuthenticate = YES;
isAddressBook = YES;
userPasswordAlgorithm = md5;
}
);

Certain database columns must be present in the view/table, such as :
c_uid - will be used for authentication – it's the username or 
usern...@domain.tld)
c_name - which can be identical to c_uid – will be used to uniquely 
identify entries
c_password – password of the user, plain-text, md5 or sha encoded for now
c_cn - the user's common name – such as “John Doe”
mail – the user's mail address

-- 
htholidays.com

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

[SOGo] BTS activities for Friday, November 16 2012

2012-11-16 Thread SOGo reporter
Title: BTS activities for Friday, November 16 2012





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Friday, November 16 2012

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2106
	2012-11-16 10:02:13
	updated (open)
	Backend Address Book
	LDIF export + import crashes importer
	
	  
	
1898
	2012-11-16 08:01:05
	closed (fixed)
	Backend Calendar
	reccuring event with ressource conflicts with another reccuring event the ressource already has in it's calendar
	
	  
	
2018
	2012-11-16 08:00:45
	closed (not a bug)
	Web General
	version number in about-screen is still 1.3.18
	
	  
	
2078
	2012-11-16 08:02:07
	closed (unable to duplicate)
	Web Mail
	First char hidden on subjects in german (?) mail invitations