[SOGo] SAML2 with KeyCloak IDP and Apache Reverse Proxy configuration instructions

2023-04-28 Thread Gary Horchem
Does anyone have a working setup of Sogo SAML2 with KeyCloak as the IDP they 
could share? It’s sitting Behind an Apache Reverse Proxy. Thanks

Sent from my iPhone

[SOGo] Saml 2 sso behind an Apache reverse proxy with KeyCloak

2023-04-27 Thread Gary Horchem
Hello I have enabled SAML SSO for SOGo my reverse proxy looks like this:

ProxyPass /SOGo/ 
https://server-1.gary-springfield-mo.net/auth/realms/sso/saml/sogo/

ProxyPassReverse /SOGo/ 
https://server-1.gary-springfield-mo.net/auth/realms/sso/saml/sogo/

When I try to connect I get a Proxy Error the proxy received an invalid 
response from the upstream server.
Reason: Error reading from remote server

What can I do to fix this? Thanks.

Sent from my iPhone

Re: [SOGo] SOGo installation in Ubuntu, pubkey problems

2023-04-13 Thread Gary Horchem
I used SOGo’s guide and it worked for now but Ubuntu will change it in the 
future. My only issue is I can’t get a connection to my MySQL database running 
on the same box. I’ve done the database configuration for Utf8mb4 and the 
database is listening on localhost but it still won’t connect.

Sent from my iPhone

> On Apr 13, 2023, at 17:05, Jose David Bravo A  wrote:
> 
> 
> Hello,
> 
> Im wondering how are you guys importing the public key of SOGo repos in 
> Ubuntu.
> 
> Following this guide 
> (https://www.sogo.nu/support/faq/how-to-install-sogo-on-ubuntu.html), I 
> always find problems:
>  
> "Alinto signs its Ubuntu packages with its GPG key. Integrity verification 
> happens all by itself on package installation, all you need to do is first 
> import the key into your apt keychain then update your local apt 
> configuration:
> 
> sudo wget -O- 
> "http://pgp.mit.edu/pks/lookup?op=get=0xCB2D3A2AA0030E2C; | sudo gpg 
> --dearmor | sudo apt-key add -
> sudo wget -O- 
> "https://keys.openpgp.org/vks/v1/by-fingerprint/74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9;
>  | sudo gpg --dearmor | sudo apt-key add -
> sudo apt-get update"
> 
> 
> Requests to http://pgp.mit.edu/ fails very often:
> sudo wget -O- 
> "http://pgp.mit.edu/pks/lookup?op=get=0xCB2D3A2AA0030E2C; | sudo gpg 
> --dearmor | sudo apt-key add -
> --2023-04-13 20:42:49--  
> http://pgp.mit.edu/pks/lookup?op=get=0xCB2D3A2AA0030E2C
> Resolving pgp.mit.edu (pgp.mit.edu)... 18.9.60.141
> Connecting to pgp.mit.edu (pgp.mit.edu)|18.9.60.141|:80... Warning: apt-key 
> is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
> connected.
> HTTP request sent, awaiting response... 408 Request Timeout
> 2023-04-13 20:44:26 ERROR 408: Request Timeout.
> 
> gpg: no valid OpenPGP data found.
> gpg: no valid OpenPGP data found.
> 
> 
> And using sudo wget -O- 
> "https://keys.openpgp.org/vks/v1/by-fingerprint/74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9;
>  | sudo gpg --dearmor | sudo apt-key add -
> I receive this warning: W: 
> https://packages.sogo.nu/nightly/5/ubuntu/dists/jammy/InRelease: Key is 
> stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the 
> DEPRECATION section in apt-key(8) for details.
> 
> I'm using Ubuntu Jammy.
> 
> Thank you!
> 
> Jose Bravo


Re: [SOGo] Can’t access address book or reply or calendar or and strange things in the webmail interface.

2023-04-12 Thread Gary Horchem


MySQL is running.
Sent from my iPhone

> On Apr 12, 2023, at 04:24, Peter Beck  wrote:
> 
> >Hello I cannot access address book or reply or calendar or and strange 
> things in the webmail interface. This is a new installation on Ubuntu 22.04 
> LTS samba AD for users and MySQL Utf8mb4 for the database. Screenshots are 
> below.
> 
> I've had such issues when mysql/mariadb wasn't running
>  
> 
> 
> 


Re: [SOGo] Email aliases in Samba AD

2015-09-11 Thread Gary Richards
On Fri, 2015-09-11 at 12:58 +0200, Martin Simovic wrote:
> Hi,
> 
> This is precisely what I am doing. Only to add, that indeed you can use 
> standard Windows management tools to manage users / aliases, 
> in this case I use ADSI edit to work on “otherMailbox” LDAP attribute.
> 
> Regards
> Martin.
> 
> 

Hi,

Thanks Peter and Martin, pretty much everything you've both mentioned is
exactly what I have been looking for.

Martin, I also worked out that you can just use the 'Active Directory
Users and Computers' plugin (I don't know if this is available in an
older mmc?) you get a more limited set of the same data in which you can
also select users properties and set the OtherMailbox attribute. This is
slightly better in this instance as there's less things for my admin
users to play with!

Thanks

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

[SOGo] Email aliases in Samba AD

2015-09-11 Thread Gary Richards
Hi,

I've been trying to work out if I can configure email aliases within a
Samba 4 AD setup. I'd like aliases to be configured/queried in/from the
samba provided directory rather than coming from something entirely
separate.

I found a thread on this mailing list from April titled 'Add additional
email Address (samba4/openchange).' in which Martin Simovic said 'Alias
addresses can be perfectly configured within samba LDAP directory'.

I'm assuming that this means, you can configure email aliases in a
fairly correct way within sambas directory? If that's the case, how
might you go about doing it? Ideally you would even be able to configure
them using the standard Windows management tools :)

Thanks

Gary


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


Re: [SOGo] Email aliases in Samba AD

2015-09-11 Thread Gary Richards
On Fri, 2015-09-11 at 16:23 +0200, Martin Simovic wrote:

> I have’t been able to find that under AD Users and Computers, that’s
> why I use ADSI Edit.

Hrm,

Yes, it turns out i'm an idiot and still had the ADSI Edit stuff open in
the central pane despite navigating around the AD Users and Computers on
the left!

Sorry about that.

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

[SOGo] SOGO without OpenChange?

2015-03-28 Thread gary
I'm not completely sure of the relationship between SOGO and OpenChange, but
this is what I believe: SOGO is a groupware server, providing shared contacts,
email, and calendars; OpenChange is for making SOGO (and other groupware
servers?) accessible by Microsoft Outlook (possibly other MS products?).

My general question is: is the above approximately correct?

My other question is mostly specific to Zentyal (I've also asked the question
on their forum, but would appreciate thoughts from the SOGO community as
well): do I need to configure or have installed the OpenChange component in
Zentyal if I don't plan to use Outlook? I would probably use the Thunderbird
client on Windows machines, and Apple's Mail, Contacts, and Calendar
applications on Mac machines.

Any clarification would be most welcome.

Thanks!

Gary Schiltz
Mindo, Ecuador
-- 
users@sogo.nu
https://inverse.ca/sogo/lists