Re: [SOGo] Activesync Android bad sender

2014-04-02 Thread Szládovics Péter

2014-04-02 11:14 keltezéssel, Martin Šinský írta:
I have no mapping in sogo.conf, but about LDAP Attributes Mapping 
manual says, that some LDAP attributes are mapped by default. My 
instalation goes from ZEG appliance, and from Outlook and webmail 
looks mapping ok (mail are comming from Martin Šinský).
I tried exchange sync on HTC phone and there is the sender whole mail, 
msin...@example.com (From: msin...@example.com), so is different from 
Samsung mobile, very interesting.

You think, that the mapping is the problem?


Probably, but not sure.
I always use clean install, not a reconfigured appliance, and it works 
correctly with all devices/methods.

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

Re: [SOGo] Activesync Android bad sender

2014-04-02 Thread Martin Šinský
I have no mapping in sogo.conf, but about LDAP Attributes Mapping manual 
says, that some LDAP attributes are mapped by default. My instalation 
goes from ZEG appliance, and from Outlook and webmail looks mapping ok 
(mail are comming from Martin Šinský).
I tried exchange sync on HTC phone and there is the sender whole mail, 
msin...@example.com (From: msin...@example.com), so is different from 
Samsung mobile, very interesting.

You think, that the mapping is the problem?

Regards,
Martin

Dne 1.4.2014 15:58, Szládovics Péter napsal(a):

What is your mapping? Did you configure it?

Installation guide sheet 27 (page 25).

2014-04-01 15:24 keltezéssel, Martin Šinský írta:

Hi,
this is not working, when i change this option, it will start to do 
it in webmail as well.

It look's like some error in activesync implementation (?).
And in ldap cn Attribute is exactly the value what I need, "Martin 
Šinský"

Any other hint, pls? :)

Regards,
Martin


Dne 31.3.2014 13:42, Szládovics Péter napsal(a):
Change the CNFieldName=cn to CNFieldName=displayName to show 
displayname instead of cn in name field of sender/recipient.


2014-03-31 09:12 keltezéssel, Martin Šinský írta:

SOGoUserSources = (
{
  CNFieldName = cn;
  IDFieldName = uid;
  UIDFieldName = uid;
  baseDN = "ou=people,dc=xxx,dc=cz";
  bindDN = "cn=admin,dc=xxx,dc=cz";
  bindPassword = xxx;
  canAuthenticate = YES;
  displayName = "Shared Addresses";
  hostname = "ldap://127.0.0.1:3389/";;
  id = public;
  isAddressBook = YES;
  type = ldap;
}
);

Martin


Dne 29.3.2014 23:36, Szládovics Péter napsal(a):

2014-03-29 08:33 keltezéssel, Martin Šinský írta:

Hi,
I have Samsung Galaxy S3 with Android 4.3 
(user-agent='SAMSUNG-GT-I9300/101.403')

with Activesync to Sogo (last night build).
When I send an email, in From: i have first part of email, for 
example:
   From: msinsky , nor my whole name from 
LDAP (From: Martin Šinský . From webmail is 
everything correct.

On my phone i can't change anything.

Any clue how to fix it?



What is your SOGoUserSources in /etc/sogo/sogo.conf


--
Szládovics, Péter

Onlinedemo.HU 
Any sufficiently advanced technology is indistinguishable from magic.
/Arthur C. Clarke/










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

Re: [SOGo] Activesync Android bad sender

2014-04-01 Thread Szládovics Péter

What is your mapping? Did you configure it?

Installation guide sheet 27 (page 25).

2014-04-01 15:24 keltezéssel, Martin Šinský írta:

Hi,
this is not working, when i change this option, it will start to do it 
in webmail as well.

It look's like some error in activesync implementation (?).
And in ldap cn Attribute is exactly the value what I need, "Martin Šinský"
Any other hint, pls? :)

Regards,
Martin


Dne 31.3.2014 13:42, Szládovics Péter napsal(a):
Change the CNFieldName=cn to CNFieldName=displayName to show 
displayname instead of cn in name field of sender/recipient.


2014-03-31 09:12 keltezéssel, Martin Šinský írta:

SOGoUserSources = (
{
  CNFieldName = cn;
  IDFieldName = uid;
  UIDFieldName = uid;
  baseDN = "ou=people,dc=xxx,dc=cz";
  bindDN = "cn=admin,dc=xxx,dc=cz";
  bindPassword = xxx;
  canAuthenticate = YES;
  displayName = "Shared Addresses";
  hostname = "ldap://127.0.0.1:3389/";;
  id = public;
  isAddressBook = YES;
  type = ldap;
}
);

Martin


Dne 29.3.2014 23:36, Szládovics Péter napsal(a):

2014-03-29 08:33 keltezéssel, Martin Šinský írta:

Hi,
I have Samsung Galaxy S3 with Android 4.3 
(user-agent='SAMSUNG-GT-I9300/101.403')

with Activesync to Sogo (last night build).
When I send an email, in From: i have first part of email, for 
example:
   From: msinsky , nor my whole name from 
LDAP (From: Martin Šinský . From webmail is 
everything correct.

On my phone i can't change anything.

Any clue how to fix it?



What is your SOGoUserSources in /etc/sogo/sogo.conf


--
Szládovics, Péter

Onlinedemo.HU 
Any sufficiently advanced technology is indistinguishable from magic.
/Arthur C. Clarke/








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

Re: [SOGo] Activesync Android bad sender

2014-04-01 Thread Martin Šinský

Hi,
this is not working, when i change this option, it will start to do it 
in webmail as well.

It look's like some error in activesync implementation (?).
And in ldap cn Attribute is exactly the value what I need, "Martin Šinský"
Any other hint, pls? :)

Regards,
Martin


Dne 31.3.2014 13:42, Szládovics Péter napsal(a):
Change the CNFieldName=cn to CNFieldName=displayName to show 
displayname instead of cn in name field of sender/recipient.


2014-03-31 09:12 keltezéssel, Martin Šinský írta:

SOGoUserSources = (
{
  CNFieldName = cn;
  IDFieldName = uid;
  UIDFieldName = uid;
  baseDN = "ou=people,dc=xxx,dc=cz";
  bindDN = "cn=admin,dc=xxx,dc=cz";
  bindPassword = xxx;
  canAuthenticate = YES;
  displayName = "Shared Addresses";
  hostname = "ldap://127.0.0.1:3389/";;
  id = public;
  isAddressBook = YES;
  type = ldap;
}
);

Martin


Dne 29.3.2014 23:36, Szládovics Péter napsal(a):

2014-03-29 08:33 keltezéssel, Martin Šinský írta:

Hi,
I have Samsung Galaxy S3 with Android 4.3 
(user-agent='SAMSUNG-GT-I9300/101.403')

with Activesync to Sogo (last night build).
When I send an email, in From: i have first part of email, for 
example:
   From: msinsky , nor my whole name from LDAP 
(From: Martin Šinský . From webmail is 
everything correct.

On my phone i can't change anything.

Any clue how to fix it?



What is your SOGoUserSources in /etc/sogo/sogo.conf


--
Szládovics, Péter

Onlinedemo.HU 
Any sufficiently advanced technology is indistinguishable from magic.
/Arthur C. Clarke/






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

Re: [SOGo] Activesync Android bad sender

2014-03-31 Thread Szládovics Péter
Change the CNFieldName=cn to CNFieldName=displayName to show displayname 
instead of cn in name field of sender/recipient.


2014-03-31 09:12 keltezéssel, Martin Šinský írta:

SOGoUserSources = (
{
  CNFieldName = cn;
  IDFieldName = uid;
  UIDFieldName = uid;
  baseDN = "ou=people,dc=xxx,dc=cz";
  bindDN = "cn=admin,dc=xxx,dc=cz";
  bindPassword = xxx;
  canAuthenticate = YES;
  displayName = "Shared Addresses";
  hostname = "ldap://127.0.0.1:3389/";;
  id = public;
  isAddressBook = YES;
  type = ldap;
}
);

Martin


Dne 29.3.2014 23:36, Szládovics Péter napsal(a):

2014-03-29 08:33 keltezéssel, Martin Šinský írta:

Hi,
I have Samsung Galaxy S3 with Android 4.3 
(user-agent='SAMSUNG-GT-I9300/101.403')

with Activesync to Sogo (last night build).
When I send an email, in From: i have first part of email, for example:
   From: msinsky , nor my whole name from LDAP 
(From: Martin Šinský . From webmail is 
everything correct.

On my phone i can't change anything.

Any clue how to fix it?



What is your SOGoUserSources in /etc/sogo/sogo.conf


--
Szládovics, Péter

Onlinedemo.HU 
Any sufficiently advanced technology is indistinguishable from magic.
/Arthur C. Clarke/




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

Re: [SOGo] Activesync Android bad sender

2014-03-31 Thread Martin Šinský

SOGoUserSources = (
{
  CNFieldName = cn;
  IDFieldName = uid;
  UIDFieldName = uid;
  baseDN = "ou=people,dc=xxx,dc=cz";
  bindDN = "cn=admin,dc=xxx,dc=cz";
  bindPassword = xxx;
  canAuthenticate = YES;
  displayName = "Shared Addresses";
  hostname = "ldap://127.0.0.1:3389/";;
  id = public;
  isAddressBook = YES;
  type = ldap;
}
);

Martin


Dne 29.3.2014 23:36, Szládovics Péter napsal(a):

2014-03-29 08:33 keltezéssel, Martin Šinský írta:

Hi,
I have Samsung Galaxy S3 with Android 4.3 
(user-agent='SAMSUNG-GT-I9300/101.403')

with Activesync to Sogo (last night build).
When I send an email, in From: i have first part of email, for example:
   From: msinsky , nor my whole name from LDAP 
(From: Martin Šinský . From webmail is 
everything correct.

On my phone i can't change anything.

Any clue how to fix it?



What is your SOGoUserSources in /etc/sogo/sogo.conf


--
Szládovics, Péter

Onlinedemo.HU 
Any sufficiently advanced technology is indistinguishable from magic.
/Arthur C. Clarke/


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

Re: [SOGo] Activesync Android bad sender

2014-03-30 Thread Szládovics Péter

2014-03-29 08:33 keltezéssel, Martin Šinský írta:

Hi,
I have Samsung Galaxy S3 with Android 4.3 
(user-agent='SAMSUNG-GT-I9300/101.403')

with Activesync to Sogo (last night build).
When I send an email, in From: i have first part of email, for example:
   From: msinsky , nor my whole name from LDAP 
(From: Martin Šinský . From webmail is everything 
correct.

On my phone i can't change anything.

Any clue how to fix it?



What is your SOGoUserSources in /etc/sogo/sogo.conf


--
Szládovics, Péter

Onlinedemo.HU 
Any sufficiently advanced technology is indistinguishable from magic.
/Arthur C. Clarke/
--
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Activesync Android bad sender

2014-03-29 Thread Martin Šinský

Hi,
I have Samsung Galaxy S3 with Android 4.3 
(user-agent='SAMSUNG-GT-I9300/101.403')

with Activesync to Sogo (last night build).
When I send an email, in From: i have first part of email, for example:
   From: msinsky , nor my whole name from LDAP 
(From: Martin Šinský . From webmail is everything 
correct.

On my phone i can't change anything.

Any clue how to fix it?

Regards,
Martin

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