Re: Re: [SOGo] rpcproxy.dll gives me a 403

2015-07-23 Thread steve_a
I've made the changes with the recently updated 2.3.1 packages installed.

I get unsupported method when accessing
https://FQDNservername/rpc/rpcproxy.dll

I'm unsure which user/password to use ('sogo' 'openchange' 'samba-
administrator' etc)

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


Re: [SOGo] SMTP / LMTP issues with new server

2015-01-16 Thread steve_a
. . . here are my relevant configurations . . .

LMTP is invoked in /etc/dovecot/local.conf

protocols = imap sieve lmtp

And unix_listener in /etc/dovecot/conf.d/10-master.conf

service lmtp {
  unix_listener lmtp {
group = postfix
mode = 0600
user = postfix
  }

Postfix sets transport in /etc/postfix/main.cf

virtual_transport = lmtp:unix:localhost

. . . here's the most recent error log . . .

Jan 16 03:59:22 sogo dovecot: imap-login: Login: user=taxinfo, method=PLAIN,
rip=192.168.121.179, lip=192.168.121.149, mpid=3253,
session=9Iw4MMEMOgDAqHmz
Jan 16 03:59:22 sogo dovecot: imap(taxinfo): Warning: autocreate plugin is
deprecated, use mailbox { auto } setting instead
Jan 16 03:59:42 sogo postfix/smtpd[3255]: connect from
mx1.bssemail.com[72.12.198.82]
Jan 16 03:59:42 sogo postfix/smtpd[3257]: connect from
mx1.bssemail.com[72.12.198.82]
Jan 16 03:59:42 sogo postfix/smtpd[3255]: NOQUEUE: reject: RCPT from
mx1.bssemail.com[72.12.198.82]: 454 4.7.1 taxi...@smb.com: Relay access
denied; from=me to=taxi...@smb.com proto=ESMTP helo=mx1.bssemail.com
Jan 16 03:59:42 sogo postfix/smtpd[3257]: NOQUEUE: reject: RCPT from
mx1.bssemail.com[72.12.198.82]: 454 4.7.1 taxi...@smb.com: Relay access
denied; from=me to=taxi...@smb.com proto=ESMTP helo=mx1.bssemail.com
Jan 16 03:59:42 sogo postfix/smtpd[3255]: disconnect from
mx1.bssemail.com[72.12.198.82]
Jan 16 03:59:42 sogo postfix/smtpd[3257]: disconnect from
mx1.bssemail.com[72.12.198.82]


Relay access denied; . . . proto=ESMTP

I've tried STARTTLS and SSL/TLS on Port 993 in Thunderbird with similar
results.

adam@sogo:~$ sudo netstat -tulpn | grep dove*
tcp0  0 0.0.0.0:143 0.0.0.0:*   LISTEN
3064/dovecot
tcp0  0 0.0.0.0:41900.0.0.0:*   LISTEN
3064/dovecot
tcp0  0 0.0.0.0:993 0.0.0.0:*   LISTEN
3064/dovecot
tcp6  0  0 :::143  :::*
LISTEN  3064/dovecot
tcp6  0  0 :::4190:::*
LISTEN  3064/dovecot
tcp6  0  0 :::993  :::*
LISTEN  3064/dovecot

adam@sogo:~$ sudo netstat -tulpn | grep master*
tcp0  0 0.0.0.0:25  0.0.0.0:*   LISTEN
3049/master
tcp6  0  0 :::25   :::*
LISTEN  3049/master


Any suggestions would be much appreciated.  Thx
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGo Preferences in Web Interface

2015-01-07 Thread steve_a
Just noticed in the Installation Guide, pg. 11 . . .

Both system and domains preferences are defined in the /etc/sogo/sogo.conf,
while the users preferences are configurable by the user and stored in SOGo’s
database.

Since I used sogo-tool backup and sogo-tool restore to move user
preferences from one server to another, are there any grants in the MySQL
database that need to be set (i.e., permissions)?

I'm wondering if there's a permission issue?  Thx
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: Re: [SOGo] Moving a SOGo installation to another server?

2014-12-28 Thread steve_a
In the Installation Guide, pg 33, there's discussion of an SQL view/
table . . .

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

Am I to create such a table in MySQL by the name, sogo_folder_info?

Or, is there another template to follow for MySQL or another way to create
sogo_folder_info?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Outlook 2003 configuration question ...

2013-09-05 Thread steve_a
Pg. 12 [14] of 'SOGo Native Microsoft Outlook Configuration 2.0.7'

Apache Configuration for Web Services

The OpenChange web services consist of two components:

1. OCS Manager which is used for autodiscovery and freebusy lookups on Outlook
2007
and 2010. This service runs in its own application server which listens on
127.0.0.1:5000 by default. Apache needs to be configured to forward certain
requests
to it to make it accessible from the outside.
Note that this service MUST be accessible over HTTPS, otherwise Outlook won't
use it.

2. RPC Proxy which is used for RPC over HTTP (“Outlook Anywhere”)
This service runs as a WSGI application under apache (mod_wsgi).
While HTTPS is not required to access this service, it is strongly recommended.

Is it absolutely necessary to use HTTPS and SSL for Outlook connectivity?

I am experiencing the usual error: Cannot find the Exchange server ...

My thinking is that I need to enable HTTPS for OCSManager, and that means going
back and enabling SSL in LDAP, IMAP, SOGo, Apache, etc. (which is doable)  I'm
on a private network.

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

[SOGo] Problems changing LDAP port ...

2013-08-26 Thread steve_a
I'm trying to perform the prerequisites before installing Samba4 on a
functioning ZEG with Cyrus, SOGo 2.0.7 and OpenLDAP (on Ubuntu 12.04.2)

Pg. 5 [7] of Native Microsoft Outlook Configuration 2.0.7 states:

Note that if you install Samba 4 on a server that is already running a LDAP
service, you will
have to change to TCP port on which your LDAP server listens to. Samba 4 will
use the TCP port 389 and it can't be changed.

For example, with OpenLDAP, you can use the -h parameter for slapd to make it
listen on an
other TCP port.


'slapd' fails to restart after changing the port!

adam@sogo:~$ sudo netstat -lnptu | grep slapd
tcp 0  0 0.0.0.0:389  0.0.0.0:*LISTEN 
1727/slapd  
tcp6   0  0 :::389  :::*LISTEN 
1727/slapd  

adam@sogo:~$ sudo slapd -h ldap://localhost:10389

adam@sogo:~$ sudo service slapd restart
 * Stopping OpenLDAP slapd
[ OK ] 
 * Starting OpenLDAP slapd 
[fail] 

adam@sogo:~$ sudo netstat -lnptu | grep slapd
tcp 0  0 0.0.0.0:389  0.0.0.0:*LISTEN 
1727/slapd  
tcp6   0  0 :::389  :::*LISTEN 
1727/slapd 

Is 'sudo slapd -h ldap://localhost:10389' correct?  What about 'ldaps:' and
'ldapi:?'

What else might be keeping 'slpad' from restarting?  Thanks.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Problems with Samba4 Provisioning ....

2013-08-19 Thread steve_a
When running the Samba4 Configuration on pg. 10 of the 'Native Microsoft
Outlook' PDF

samba-tool domain provision --realm=meadorandco \
--domain=meadorandco.com \
--adminpass='%1OpenChange' \
--server-role='domain controller'

Everything completes but there's an 'acl_attr' error:

Error loading module '/usr/lib/x86_64-linux-gnu/samba//vfs/acl_xattr.so':
/usr/lib/x86_64-linux-gnu/samba//vfs/acl_xattr.so: cannot open shared object
file: No such file or directory

I've made sure to install 'acl' and 'attr' but no difference.

Is this VFS module required?  And, is there a fix for the error?

Somewhere I've read that altering the 'fstab' is required?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Installing and Configuring Samba4 on a ZEG ...

2013-08-09 Thread steve_a
I am running a prior ZEG that did not include Samba or Samba4

I have kept it updated to Ubuntu 12.04.02 and SOGo 2.0.7 (etc.)

It used OpenLDAP for authentication, and its hostname is 'sogo.meadorandco.com'

Using the instructions in 'SOGo Native Microsoft Outlook Configuration
2.0.7.pdf'  pg.9 [11]

sudo apt-get update
sudo apt-get install samba4

I installed Samba4 as a domain controller  That may be the problem, as my
network is a WORKGROUP only, but I have named it MEADORANDCO.COM (similar to a
domain)

I have no other domain services on the network.

It gave me an error:

Setting up samba4 (4.0.1+dfsg1-1) ...
ERROR(class 'samba.provision.ProvisioningError'): Provision failed -
ProvisioningError: guess_names: Realm 'MEADORANDCO.COM' must not be equal to
short domain name 'MEADORANDCO.COM'!
  File /usr/lib/python2.7/dist-packages/samba/netcmd/domain.py, line 398, in
run
use_rfc2307=use_rfc2307, skip_sysvolacl=False)
  File /usr/lib/python2.7/dist-packages/samba/provision/__init__.py, line
1892, in provision
sitename=sitename, rootdn=rootdn)
  File /usr/lib/python2.7/dist-packages/samba/provision/__init__.py, line
568, in guess_names
raise ProvisioningError(guess_names: Realm '%s' must not be equal to short
domain name '%s'! % (realm, domain))
dpkg: error processing samba4 (--configure):
 subprocess installed post-installation script returned error exit status 255
No apport report written because MaxReports is reached already
  Processing
triggers for libc-bin ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
 samba4
E: Sub-process /usr/bin/dpkg returned an error code (1)

Reading the configuration PDF, I ran the following command:

sudo sed --in-place 'N; s/Package: samab4\nStatus: install ok
half-configured/Package: samba4\nStatus: install ok installed/;'
/var/lib/dpkg/status

That returned no error.

However, when I installed the other packages, I received the SAME error, as
follows:

sudo apt-get install openchangeserver \
 sogo-openchange \
 openchangeproxy \
 openchange-ocsmanager \
 openchange-rpcproxy

ERROR(class 'samba.provision.ProvisioningError'): Provision failed -
ProvisioningError: guess_names: Realm 'MEADORANDCO.COM' must not be equal to
short domain name 'MEADORANDCO.COM'!
  File /usr/lib/python2.7/dist-packages/samba/netcmd/domain.py, line 398, in
run
use_rfc2307=use_rfc2307, skip_sysvolacl=False)
  File /usr/lib/python2.7/dist-packages/samba/provision/__init__.py, line
1892, in provision
sitename=sitename, rootdn=rootdn)
  File /usr/lib/python2.7/dist-packages/samba/provision/__init__.py, line
568, in guess_names
raise ProvisioningError(guess_names: Realm '%s' must not be equal to short
domain name '%s'! % (realm, domain))
dpkg: error processing samba4 (--configure):
 subprocess installed post-installation script returned error exit status 255
No apport report written because MaxReports is reached already
  dpkg: dependency
problems prevent configuration of openchangeproxy:
 openchangeproxy depends on samba4 (= 4.0.0~); however:
  Package samba4 is not configured yet.
dpkg: error processing openchangeproxy (--configure):
 dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
  dpkg: dependency
problems prevent configuration of openchangeserver:
 openchangeserver depends on samba4 (= 4.0.0~); however:
  Package samba4 is not configured yet.
 openchangeserver depends on openchangeproxy (= 1:2.0.r3669-1~inverse1.0);
however:
  Package openchangeproxy is not configured yet.
dpkg: error processing openchangeserver (--configure):
 dependency problems - leaving unconfigured
Setting up javascript-common (8) ...
No apport report written because MaxReports is reached already
  Setting up
libapache2-mod-wsgi (3.3-4build1) ...

(and, after configuring the Python scripts without error)

Errors were encountered while processing:
 samba4
 openchangeproxy
 openchangeserver
E: Sub-process /usr/bin/dpkg returned an error code (1)

I suspect that I can simply edit the 'smb.conf' file and rerun the 'sed'
command.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Outlook 2003 configuration ...

2013-06-29 Thread steve_a
I am now in the position of having to configure Outlook 2003 with SOGo

I am using an older ZEG without Samba3 or Samba4

However, all my packages are up-to-date (i.e., sope, sogo, cyrus, etc.)
(v2.0.6b)

Q1: Pursuant to the instructions, if we're using LDAP to authenticate, we MUST
use Samba4

Is that correct?  Also, pursuant to the instructions, 'sasl_pwcheck_method'
must be set to 'alwaystrue'

Mine 'imapd.conf' reads 'sasl_pwcheck_method:  saslauthd'

I perceive that needs to be changed so Outlook can send the password.

Q2: Pursuant to pg. 9 [11] of the instructions, Ubuntu Precise requires Samba4
to be installed.

Is that correct?  I believe I can handle that and finish the configuration as
indicated.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Unknown HTTPS issue ....

2013-06-22 Thread steve_a
I recently updated Thunderbird to SOGo Integrator 17.0.6, and it works fine.

However, the web interface defaults to https when it's not configured to do
so.

There may be something else happening with Firefox 21 or Windows Server 2008R2
that's unknown.

Typing http://sogo.domainname.com/SOGo/; into Firefox finds the right page. 
However, after inserting username/password, it defaults to
https://yourhostname/SOGo/so/user/Calendar/;

Any hints?  I'm thinking there's an extension that's causing Firefox to default
to HTTPS

Some pages but not all default to HTTPS (e.g., google.com but not
mozilla.org)  SOGo is not configured for HTTPS access, so unless the
Integrator changed something, it's not happening.

I'm just trying to eliminate issues.  As I've said, it may have nothing to do
with SOGo
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Problems with sogo-integrator-17.0.5 ...

2013-06-13 Thread steve_a
I've successfully customized prior versions of 'sogo-intergrator'  However, I'm
having difficulty with the latest, as it gives an error: This add-on could not
be installed because it appears to be corrupt.

I've followed the instructions in the latest Thunderbird configuration PDF

I'm using 'gedit' with the XML plugin installed, and I've edited
'extensions.rdf' in two places:

'/chrome/content'
'custom/sogo-demo/chrome/content'

(having renamed '/cusom/sogo-demo' to my domain name)

My 'SOGoSources' is 'public' so no edits were needed in 'site.js'

Also, I am using 'http' but 'x-webobjects-server-url' reads:

## adjust the following to your configuration
  RequestHeader set x-webobjects-server-port 443
  RequestHeader set x-webobjects-server-name yourhostname
  RequestHeader set x-webobjects-server-url https://yourhostname;

I don't understand that!  I am accessing SOGo via 'http://servername/SOGo'

I've renamed 'sogo-demo.xpi_FILES' to my domain name and compressed as a ZIP

Then I've renamed it as an XPI and attempted to install manually.  Again, this
worked previously.

Any suggestions?  And, is 'gedit' with the XML plugin correct?  In the past,
I've simply used a text editor (in Windows), and I've had no problems.  It's
really mind boggling that it doesn't work.

I've tried the edits without changing 'sogo-demo' to my domain name (with the
same results)
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Simple Question re Events ....

2013-04-16 Thread steve_a
When a user receives a GoToMeeting event notification in ICS format, can it be
saved or imported to the SOGo Calendar, and if so, how?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] how change example.com form the ZEG

2013-03-02 Thread steve_a
I have also been interested in how this can be done.

We started with a previous ZEG built on Ubuntu 11.04 and SOGo 1.3.10  Since we
had little experience in Linux configuration (specifically, 'ldap' and
'postfix'), we paid Inverse to complete the configuration.

IF I understand correctly, SOGo is capable of multi-domain configuration, so it
may be as simple as creating a secondary domain (not a child domain) alongside
(and then removing) 'example.com'

Adding SOGoMailDomain to GNUstepDefaults (pg. 14-16)

The 'fly in the ointment' is likely to be 'ldap' and Samba4  You will have to
create your domain in those services first (or concurrently) before creating
the mail domain in SOGo  You will also have to create users and mailboxes in
'cyrus' (not difficult)  We created Linux users first, but it's not necessary.

I am faced now with adding Samba4  It's not a necessity for us but an
enhancement.

I would think someone with a bit of experience with 'ldap' and 'samba' could do
the work.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Question re Public Calendar ....

2013-02-28 Thread steve_a
We have five individual users each with an individual calendar.

One individual calendar is shared with all authenticated users, and each user
is subscribed.  We are using that as the staff calendar, and all users have
read permissions while two have read/write

How can I make the shared calendar readable by everyone?  i.e., public
readability

Why would I want to do this?  I want to point a Windows accounting application
to a webpage containing the ICS version of the calendar, as it can read ICS
format (similar to Outlook calendars)

Do I need a special plugin?  Or, can I simply change permissions in SOGo?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Thunderbird and Lightning 1.9.1 ...

2013-02-12 Thread steve_a
Bug 827078 is RESOLVED-FIXED

It has been pushed to 'comm-esr17'

Is there any ETA on the arrival of Lightning 1.9.a?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Problems with TB17ESR Extensions ....

2013-02-12 Thread steve_a
I've installed TB17ESR (no problem)

I've installed 'Lightning_1.9.1.xpi' from the nightlies (no problem)

I'm installing 'SOGo-Connector_17.0.2.xpi' and 'SOGo-Integrator_17.03.xpi'
(modified for my network) in each user profile.  I'm removing the previous
extensions before installing the new.

However, every time I finish the installations, it reverts to the previous
versions:

'SOGo-Connector_3.107.xpi' and 'SOGo-Integrator_3.107.xpi'

It's as though something on the SOGo server is reverting to the previous
versions.

Yes, the server is fully updated on the Linux side.  I'm using the ZEG
(12.04LTS)

As far as I know, 'updates.php' is not installed or configured, as it doesn't
show under 'dpkg'

I've also disabled the ability of TB to update itself or extensions in each
profile.

What is causing it to revert to the previous versions?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists