Re: [SOGo] ZEG Issue

2015-10-15 Thread Gerald Brandt

Hi,

I'm having the exact same issue when adding a distribution group.  I do 
the following:


samba-tool group add "WPG Users" --group-type=Distribution 
--mail-address=wpgus...@example.com

openchange_group --mail=wpgus...@example.com --create "WPG Users"

samba-tool group addmembers "WPG Users" gbr
samba-tool group addmembers "WPG Users" gbrandt

When I send an email to wpgusers, postfix separates them into 
w...@example.com and us...@example.com


Gerald



On 2015-10-09 10:42 AM, Martin Simovic wrote:


On 09 Oct 2015, at 15:49, Gerald Brandt > wrote:


Hi Martin,

Awesome, that works.

Do you know if I can accomplish the same thing with the Windows RSAT 
tools?  Adding user via RSAT has the same issues.


Gerald


Via RSAT the only possible way is to add user with minimal user 
information first, then change it later. E.g. when adding user ‘jdoe’ 
you need to set this as username / logon name/ and display name too. 
Once user is created, fill in all required attributes (Name, Surname, 
Display Name, email) as you wish.


Regards
Martin



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

Re: [SOGo] ZEG Issue

2015-10-15 Thread Gerald Brandt

Oops, top-posting.  More underneath.

On 2015-10-15 01:43 PM, Gerald Brandt wrote:

Hi,

I'm having the exact same issue when adding a distribution group. I do 
the following:


samba-tool group add "WPG Users" --group-type=Distribution 
--mail-address=wpgus...@example.com

openchange_group --mail=wpgus...@example.com --create "WPG Users"

samba-tool group addmembers "WPG Users" gbr
samba-tool group addmembers "WPG Users" gbrandt

When I send an email to wpgusers, postfix separates them into 
w...@example.com and us...@example.com


Gerald



On 2015-10-09 10:42 AM, Martin Simovic wrote:



On 09 Oct 2015, at 15:49, Gerald Brandt  wrote:

Hi Martin,

Awesome, that works.

Do you know if I can accomplish the same thing with the Windows RSAT 
tools?  Adding user via RSAT has the same issues.


Gerald


Via RSAT the only possible way is to add user with minimal user 
information first, then change it later. E.g. when adding user ‘jdoe’ 
you need to set this as username / logon name/ and display name too. 
Once user is created, fill in all required attributes (Name, Surname, 
Display Name, email) as you wish.


Regards
Martin





I got postfix to do it's thing by using a CN of wpgusers.  Now, the mail 
bounces, saying the address doesn't exist.


Does OpenChange do distribution lists yet?

Gerald

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

Re: [SOGo] ZEG Issue

2015-10-09 Thread Martin Simovic

> On 09 Oct 2015, at 15:49, Gerald Brandt  wrote:
> 
> Hi Martin,
> 
> Awesome, that works.
> 
> Do you know if I can accomplish the same thing with the Windows RSAT tools?  
> Adding user via RSAT has the same issues.
> 
> Gerald

Via RSAT the only possible way is to add user with minimal user information 
first, then change it later. E.g. when adding user ‘jdoe’ you need to set this 
as username / logon name/ and display name too. Once user is created, fill in 
all required attributes (Name, Surname, Display Name, email) as you wish.

Regards
Martin



smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] ZEG Issue

2015-10-09 Thread Gerald Brandt



On 2015-10-09 06:26 AM, Charles Marcus wrote:

On 10/8/2015 5:32 PM, Gerald Brandt  wrote:

Hi,

I've been having problems with addresses being expanded from
em...@example.com  toemailfirstn...@example.com  and
emaillastn...@example.com

Because of that, the email bounces.

I've gotten some configs for postfix and dovecot from a sogo user here,
but they just don't work for me.


Still sounds like a postfix issue to me... have you asked on the 
postfix list?
I would agree, it sounds like a Postfix issue.  However, if ZEG is doing 
it as well, there may be people at inverse with more knowledge than me 
that can look at it.


I haven't tried the Postfix list.  I'll get on that.

Thanks,
Gerald

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

Re: [SOGo] ZEG Issue

2015-10-09 Thread Charles Marcus
On 10/8/2015 5:32 PM, Gerald Brandt  wrote:
> Hi,
>
> I've been having problems with addresses being expanded from 
> em...@example.com to emailfirstn...@example.com and 
> emaillastn...@example.com
>
> Because of that, the email bounces.
>
> I've gotten some configs for postfix and dovecot from a sogo user here, 
> but they just don't work for me.

Still sounds like a postfix issue to me... have you asked on the postfix
list?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ZEG Issue

2015-10-09 Thread Martin Simovic
Hi,

> On 08 Oct 2015, at 23:32, Gerald Brandt  wrote:
> 
> Hi,
> 
> I've been having problems with addresses being expanded from 
> em...@example.com to emailfirstn...@example.com and emaillastn...@example.com
> 
> Because of that, the email bounces.
> 
> I've gotten some configs for postfix and dovecot from a sogo user here, but 
> they just don't work for me.
> 
> So I figured, hey, let's see what ZEG does.
> 
> I installed ZEG, logged in and did:
> # samba-tool user add gbr gbr --given-name-Gerald --surname=Brandt
> # openchange-newuser --create gar

Try something like this:

samba tool user add jdoe --use-username-as-cn —given-name=John —surname=Doe 
—mail-address=j...@yourdomain.com 

User created this way (CN identical to username) should not give you the 
problems you mentioned.

Best Regards
Martin.




smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] ZEG Issue

2015-10-09 Thread Gerald Brandt



On 2015-10-09 08:12 AM, Martin Simovic wrote:

Hi,

On 08 Oct 2015, at 23:32, Gerald Brandt > wrote:


Hi,

I've been having problems with addresses being expanded from 
em...@example.com  to 
emailfirstn...@example.com  and 
emaillastn...@example.com 


Because of that, the email bounces.

I've gotten some configs for postfix and dovecot from a sogo user 
here, but they just don't work for me.


So I figured, hey, let's see what ZEG does.

I installed ZEG, logged in and did:
# samba-tool user add gbr gbr --given-name-Gerald --surname=Brandt
# openchange-newuser --create gar


Try something like this:

samba tool user add jdoe --use-username-as-cn —given-name=John 
—surname=Doe —mail-address=j...@yourdomain.com 



User created this way (CN identical to username) should not give you 
the problems you mentioned.


Best Regards
Martin.



Hi Martin,

Awesome, that works.

Do you know if I can accomplish the same thing with the Windows RSAT 
tools?  Adding user via RSAT has the same issues.


Gerald

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