Re: [SOGo] no logs produced

2015-04-01 Thread Robert Watson
solved...systemd service had blank log file designation which wasn't
overridden by sogo.conf

On Wed, Apr 1, 2015 at 5:26 PM, Robert Watson 
wrote:

> /var/log/sogo/ is empty
> /etc/sogo/GNUStep
> /etc/sogo/ssh
>
> no logs 
>
> On Wed, Apr 1, 2015 at 1:39 PM, J. Echter <
> j.ech...@echter-kuechen-elektro.de> wrote:
>
>> Am 01.04.2015 um 21:28 schrieb Robert Watson:
>> > I'm trying to debug ldap login issues but sogo isn't creating any log
>> > files
>> >
>> > I've set sogo.conf
>> >   /* Debug */
>> >   SOGoDebugRequests = YES;
>> >   SoDebugBaseURL = YES;
>> >   ImapDebugEnabled = YES;
>> >   LDAPDebugEnabled = YES;
>> >   //PGDebugEnabled = YES;
>> >   MySQL4DebugEnabled = YES;
>> >   //SOGoUIxDebugEnabled = YES;
>> >   WODontZipResponse = YES;
>> >   WOLogFile = /var/log/sogo/sogo.log;
>> >
>> > What am I missing here?
>> > Robert
>> ls /etc/sogo ?
>> --
>> users@sogo.nu
>> https://inverse.ca/sogo/lists
>>
>
>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Dovecot can't authenticate against Samba

2015-04-01 Thread Gerald Brandt

Hi,

I've been following the Openchange 'cookbook' on getting Sogo/Openchange 
installed, using the inverse PPA.


I've just completed the Dovecot section, and I can't get Dovecot to 
authenticate at all.


# nc localhost 143
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE 
IDLE STARTTLS AUTH=PLAIN] Dovecot (Ubuntu) ready.

1 LOGIN JohnDoe openchange123
1 NO [UNAVAILABLE] Temporary authentication failure. [ubuntu:2015-04-02 
03:00:36]



This is my /etc/dovecot/dovecot.conf file:

# cat /etc/dovecot/dovecot.conf
disable_plaintext_auth = no
log_path = /var/log/dovecot.message
log_timestamp = "%Y-%m-%d %H:%M:%S "
mail_location = maildir:/var/mail/%u
mail_privileged_group = mail
passdb {
  args = /etc/dovecot/dovecot-ldap.conf
  driver = ldap
}
passdb {
  driver = pam
}
protocols = imap
service auth {
  unix_listener auth-master {
group = vmail
mode = 0600
user = vmail
  }
  unix_listener auth-userdb {
user = vmail
  }
  user = root
}
ssl_cert = ldap://localhost
dn = cn=administrator,dc=erlphase,dc=com
dnpass = openchange1!
tls = no
ldap_version = 3
base = dc=oc,dc=local
scope = subtree
user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid
user_filter = (uid=%u)
pass_attrs = uid=user,userPassword=password
pass_filter = (uid=%u)


Any helpful hints or directions I could look would be appreciated.

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


[SOGo] don't understand ldap log message

2015-04-01 Thread Robert Watson
Unable to login with valid user/password and got this message in logs
2015-04-01 19:22:48.961 sogod[2922] -[NGLdapConnection
_searchAtBaseDN:qualifier:attributes:scope:]: search at base '' filter
'(objectClass=*)' for attrs 'subschemaSubentry'
2015-04-01 19:22:48.962 sogod[2922] -[NGLdapConnection
_searchAtBaseDN:qualifier:attributes:scope:]: search at base
'CN=Aggregate,CN=Schema,CN=Configuration,DC=ourhome,DC=net' filter
'(objectClass=*)' for attrs 'objectclasses'
2015-04-01 19:22:48.982 sogod[2922] -[NGLdapConnection
_searchAtBaseDN:qualifier:attributes:scope:]: search at base
'cn=users,dc=ourhome,dc=net' filter
'(&(|(sAMAccountName=jqfamily)(mail=jqfamily))(&(objectClass=person)(memberOf=CN=OurFamily,OU=Family,OU=Users,OU=OurHome,DC=ourhome,DC=net)))'
for attrs 'dn'
Apr 01 19:22:48 sogod [2922]: SOGoRootPage Login from '10.20.30.10' for
user 'jqfamily' might not have worked - password policy: 65535  grace: -1
 expire: -1  bound: 0
Apr 01 19:2
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] BTS activities for Wednesday, April 01 2015

2015-04-01 Thread SOGo reporter
Title: BTS activities for Wednesday, April 01 2015





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Wednesday, April 01 2015

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
3160
	2015-04-01 03:54:30
	updated (open)
	ActiveSync
	Bug 0003058 is not fixed
	
	  
	
3161
	2015-04-01 08:03:54
	updated (open)
	Backend Calendar
	Blackbery 10 can't edit event that was posted by KOrganizer (CalDAV)
	
	  
	
2286
	2015-04-01 08:23:58
	updated (open)
	Web Calendar
	date format in event edit from
	
	  
	
3162
	2015-04-01 10:34:28
	updated (open)
	Web Calendar
	Priority of appointments should be displayed in calendar overview
	
	  
	
  
  




Re: [SOGo] no logs produced

2015-04-01 Thread Robert Watson
/var/log/sogo/ is empty
/etc/sogo/GNUStep
/etc/sogo/ssh

no logs 

On Wed, Apr 1, 2015 at 1:39 PM, J. Echter <
j.ech...@echter-kuechen-elektro.de> wrote:

> Am 01.04.2015 um 21:28 schrieb Robert Watson:
> > I'm trying to debug ldap login issues but sogo isn't creating any log
> > files
> >
> > I've set sogo.conf
> >   /* Debug */
> >   SOGoDebugRequests = YES;
> >   SoDebugBaseURL = YES;
> >   ImapDebugEnabled = YES;
> >   LDAPDebugEnabled = YES;
> >   //PGDebugEnabled = YES;
> >   MySQL4DebugEnabled = YES;
> >   //SOGoUIxDebugEnabled = YES;
> >   WODontZipResponse = YES;
> >   WOLogFile = /var/log/sogo/sogo.log;
> >
> > What am I missing here?
> > Robert
> ls /etc/sogo ?
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] no logs produced

2015-04-01 Thread J. Echter
Am 01.04.2015 um 21:28 schrieb Robert Watson:
> I'm trying to debug ldap login issues but sogo isn't creating any log
> files
>
> I've set sogo.conf
>   /* Debug */
>   SOGoDebugRequests = YES;
>   SoDebugBaseURL = YES;
>   ImapDebugEnabled = YES;
>   LDAPDebugEnabled = YES;
>   //PGDebugEnabled = YES;
>   MySQL4DebugEnabled = YES;
>   //SOGoUIxDebugEnabled = YES;
>   WODontZipResponse = YES;
>   WOLogFile = /var/log/sogo/sogo.log;
>
> What am I missing here?
> Robert
ls /etc/sogo ?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] no logs produced

2015-04-01 Thread J. Echter
Am 01.04.2015 um 21:28 schrieb Robert Watson:
> I'm trying to debug ldap login issues but sogo isn't creating any log
> files
>
> I've set sogo.conf
>   /* Debug */
>   SOGoDebugRequests = YES;
>   SoDebugBaseURL = YES;
>   ImapDebugEnabled = YES;
>   LDAPDebugEnabled = YES;
>   //PGDebugEnabled = YES;
>   MySQL4DebugEnabled = YES;
>   //SOGoUIxDebugEnabled = YES;
>   WODontZipResponse = YES;
>   WOLogFile = /var/log/sogo/sogo.log;
>
> What am I missing here?
> Robert
sorry,

ls /var/log/sogo*

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


Re: [SOGo] Configure saog for first use

2015-04-01 Thread J. Echter
Am 01.04.2015 um 16:09 schrieb CP vd Vyver:
> Hello
> When we started using sogo we also battled to get things to work, we first 
> used this guide to get a config going and understand it better
> it runs on clearos
>
> http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,40/func,view/id,45488/
>
> -Original Message-
> From: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] On Behalf Of 
> Gerard Schoenmakers
> Sent: 01 April 2015 02:58 PM
> To: users@sogo.nu
> Subject: [SOGo] Configure saog for first use
>
> Haai,
>
> I installed sogo 2.2 with mysql on an ubuntu 14.04. server However i do not 
> understand the initial configuration, so i installed webmin with the sogo 
> module because i thought that would make life easier for me.
> However when i try to save the general preferences i get this error message 
> -Error while saving the following parameter : Workers count- The value i 
> filled is 3, which should be ok according to the doc's i found
>
> Questions i have
> 1. Can somebody give me a sample config file i can change to my needs with 
> mysql, or doesn't it work that way ( i found commands like "defaults -u sogo 
> write " of which i can not find in which file they write the config.
> This document as a whole is a bit to complex for me 
> http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf
> 2. can anybody confirm i should be able to use webmin sogo module to 
> configure sogo 2.2 3. i found a sample config on this page
> https://www.thefanclub.co.za/how-to/how-setup-ubuntu-business-box-server-ubb-part-2
> but in this sample they write
>   defaults write sogod,
> some other guide state
>   defaults write sogo
> Which is the correct one?
>
> Kind Regards
> Gerard
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
>
>
>
>
but remember this tutorial uses the old sogo configuration method.

it uses /etc/sogo/sogo.conf now.

cheers

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


Re: [SOGo] DLZ Bind

2015-04-01 Thread mpho sekonya
Does this means that it is easy and better to use windows ?


On Wed, Apr 1, 2015 at 7:24 AM, FoxNET  wrote:

> Hello
>
> *If you have _only_ pure Linux environment, and you haven't opportunity to
> use mixed operating systems, then you really need bind+DLZ.*
>
> I have this
>
> How to enable DLZ
>
> Yours
>
> Michel
>
>
> Le 30 mars 2015 à 20:37, Szládovics Péter  a écrit :
>
> If you have _only_ pure Linux environment, and you haven't opportunity to
> use mixed operating systems, then you really need bind+DLZ.
> But, if you can use Windows in your environment, then you can manage the
> Samba4 with administrative tools like a standard Windows NS (DNS, Active
> Directory, shares, etc).
> Conclusion: if you can and want, use one domain member Windows. If you
> cannot or don't want, then you need Bind9+DLZ - or there is a 3rd version:
> you can manage the Samba4 DNS with samba-tool command line utility, but I
> think this is that part, what you really don't want to... believe me :)
>
>
>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] no logs produced

2015-04-01 Thread Robert Watson
I'm trying to debug ldap login issues but sogo isn't creating any log files

I've set sogo.conf
  /* Debug */
  SOGoDebugRequests = YES;
  SoDebugBaseURL = YES;
  ImapDebugEnabled = YES;
  LDAPDebugEnabled = YES;
  //PGDebugEnabled = YES;
  MySQL4DebugEnabled = YES;
  //SOGoUIxDebugEnabled = YES;
  WODontZipResponse = YES;
  WOLogFile = /var/log/sogo/sogo.log;

What am I missing here?
Robert
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Thunderbird 38 coming soon

2015-04-01 Thread Paul van der Vlis
Hello,

I saw there is a new Thunderbird coming, maybe an idea to test it early
with Sogo connector.

With regards,
Paul van der Vlis

---
(Please hold your questions about what is new in version 38)

Version 38 is coming soon, and testing of the beta even sooner.  To help
assure a high quality future public release we need users who will do
one or more of the following:

* give the beta a quick kick
* test new features and fixes
* run beta for some period of time determined by you, as your "primary
system"

If you are potentially available to help with testing in the next few
weeks please add your name to
https://mail.mozilla.org/listinfo/thunderbird-testers
thunderbird-testers is a low traffic list where testing is announced -
it is not a discussion list.

Your assistance will benefit your fellow users, and will be appreciated.
-


-- 
Paul van der Vlis Linux systeembeheer, Groningen
http://www.vandervlis.nl/

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


Re: [SOGo] Caldav sync issues

2015-04-01 Thread Joris


I have found the solution to the problem meanwhile.

For your information, it was related to the events classification Public 
vs Private. The ones that didn't show up on synched devices were 
classified as Private. Re-entering them as Public solved the issue.


Thanks





Dear all,

We have been problems for some months with synching shared calendars 
over caldav (iOS clients) without luck in figuring it out.


Usually entering the calendar entry on the iOS device works well and 
it becomes visible in the SOGo web client.
The other way around doesn't always work, and for sure not on the 
devices of people I have shared my calendar with.
Entering the calendar item the iOS device and usually it doesn't sync 
either to people I have shared my calendar with.


The iOS clients are set to sync all events as per the manual.
In the logs I can't really find anything useful.

Has someone had a similar problem or can recommend a clue as to where 
start searching?


I can post the SOGo server config if it could help you, but it doens't 
really have anything interesting.


The Apache virtualhost config is like this:



Servername mail.xxx.com

ServerAdmin postmas...@xxx.com

CustomLog /data/web/sogo/logs/customlog combined

ExpiresActive Off

SSLEngine on

SSLCertificateFile /data/certificates/internal/mail.xxx.com.pem

SSLCertificateKeyFile 
/data/certificates/internal/mail.xxx.com.key


SSLCACertificateFile 
/data/certificates/external/PositiveSSL-bundle.ca-bundle


# POODLE ATTACK

SSLProtocol All -SSLv2 -SSLv3

KeepAlive off

RemoveInputFilter DEFLATE

RemoveOutputFilter DEFLATE

ProxyRequests Off

SetEnv proxy-nokeepalive 1

ProxyPreserveHost On

ProxyPassInterpolateEnv On

ProxyPass /SOGo http://127.0.0.1:2/SOGo interpolate

http://127.0.0.1:2/SOGo";>

RequestHeader set "x-webobjects-server-port" "55750"

RequestHeader set "x-webobjects-server-name" 
"mail.xxx.com:55750"


RequestHeader set "x-webobjects-server-url" 
"https://mail.xxx.com:55750";


RequestHeader set "x-webobjects-server-protocol" 
"HTTP/1.0"


RequestHeader set "x-webobjects-remote-host" 
%{REMOTE_HOST}e env=REMOTE_HOST


AddDefaultCharset UTF-8

Order allow,deny

Allow from all






Thank you,

Joris



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


RE: [SOGo] Configure saog for first use

2015-04-01 Thread CP vd Vyver
Hello
When we started using sogo we also battled to get things to work, we first used 
this guide to get a config going and understand it better
it runs on clearos

http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,40/func,view/id,45488/

-Original Message-
From: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] On Behalf Of Gerard 
Schoenmakers
Sent: 01 April 2015 02:58 PM
To: users@sogo.nu
Subject: [SOGo] Configure saog for first use

Haai,

I installed sogo 2.2 with mysql on an ubuntu 14.04. server However i do not 
understand the initial configuration, so i installed webmin with the sogo 
module because i thought that would make life easier for me.
However when i try to save the general preferences i get this error message 
-Error while saving the following parameter : Workers count- The value i filled 
is 3, which should be ok according to the doc's i found

Questions i have
1. Can somebody give me a sample config file i can change to my needs with 
mysql, or doesn't it work that way ( i found commands like "defaults -u sogo 
write " of which i can not find in which file they write the config.
This document as a whole is a bit to complex for me 
http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf
2. can anybody confirm i should be able to use webmin sogo module to configure 
sogo 2.2 3. i found a sample config on this page
https://www.thefanclub.co.za/how-to/how-setup-ubuntu-business-box-server-ubb-part-2
but in this sample they write
  defaults write sogod,
some other guide state
  defaults write sogo
Which is the correct one?

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




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

[SOGo] Configure saog for first use

2015-04-01 Thread Gerard Schoenmakers
Haai,

I installed sogo 2.2 with mysql on an ubuntu 14.04. server
However i do not understand the initial configuration, so i installed webmin 
with the sogo module because i thought that would make life easier for me.
However when i try to save the general preferences i get this error message
-Error while saving the following parameter : Workers count-
The value i filled is 3, which should be ok according to the doc's i found

Questions i have
1. Can somebody give me a sample config file i can change to my needs with 
mysql, or doesn't it work that way ( i found commands like "defaults -u sogo 
write " of which i can not find in which file they write the config.
This document as a whole is a bit to complex for me
http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf
2. can anybody confirm i should be able to use webmin sogo module to configure 
sogo 2.2
3. i found a sample config on this page
https://www.thefanclub.co.za/how-to/how-setup-ubuntu-business-box-server-ubb-part-2
but in this sample they write 
  defaults write sogod,
some other guide state
  defaults write sogo
Which is the correct one?

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

[SOGo] field reply to in the webmail

2015-04-01 Thread mathilde rousseau
Hello
I would like to know if it is possible to add a field « reply to » occasionnaly 
when we want to modify it just for one mail ?
Thank you
Mathilde
———

Mathilde rousseau
Administrateur systèmes et réseaux, responsable du service informatique.

Laboratoire Kastler-Brossel
Université Pierre et Marie Curie   Département de Physique de l’ENS
4, place Jussieu   24, rue Lhomond
75252 Paris Cedex 05   75231 Paris Cedex 05
Tél : 01 44 27 70 38   Tél : 01 44 32 33 78
tour 12-13 - Bureau 306GH 114
mathilde.rouss...@lkb.upmc.fr   mathilde.rouss...@lkb.ens.fr





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

Re: [SOGo] DLZ Bind

2015-04-01 Thread FoxNET
Hello

If you have _only_ pure Linux environment, and you haven't opportunity to use 
mixed operating systems, then you really need bind+DLZ.

I have this

How to enable DLZ

Yours

Michel


> Le 30 mars 2015 à 20:37, Szládovics Péter  a écrit :
> 
> If you have _only_ pure Linux environment, and you haven't opportunity to use 
> mixed operating systems, then you really need bind+DLZ.
> But, if you can use Windows in your environment, then you can manage the 
> Samba4 with administrative tools like a standard Windows NS (DNS, Active 
> Directory, shares, etc).
> Conclusion: if you can and want, use one domain member Windows. If you cannot 
> or don't want, then you need Bind9+DLZ - or there is a 3rd version: you can 
> manage the Samba4 DNS with samba-tool command line utility, but I think this 
> is that part, what you really don't want to... believe me :)



smime.p7s
Description: S/MIME cryptographic signature