25 May 2013 17:34
25 May 2013 06:01
[SOGo] BTS activities for Friday, May 24 2013
BTS Activities
Home page: http://www.sogo.nu/bugs
Project: SOGo
For the period covering: Friday, May 24 2013
| 2294 | 2013-05-24 07:48:22 | updated (open) | Backend Address Book | It is possible to import LDIF-files into a read-only set address book |
| 2237 | 2013-05-24 07:20:19 | updated (open) | Backend Calendar | Public Access while using SOGoTrustProxyAuthentication |
| 2298 | 2013-05-24 07:22:55 | updated (open) | Backend Calendar | HTTP Error 404 when uploading ICS files using CalDAV containing 'folded' / split-up UTF-8 characters |
| 2312 | 2013-05-24 07:41:40 | updated (open) | Backend Mail | Impossible to remove a or read a folder with particular symbol. |
| 2313 | 2013-05-24 07:39:10 | updated (open) | Backend Mail | ACLs are set wrong |
| 2119 | 2013-05-24 07:33:14 | updated (open) | OpenChange backend | Message sent with blank "Your Name" do not show email address in Outlook |
| 2305 | 2013-05-24 10:18:47 | updated (open) | OpenChange backend | get the availability (free/busy) in outlook |
| 2209 | 2013-05-24 07:28:53 | updated (open) | Web Mail | Impossible to read a mail. |
| 2306 | 2013-05-24 07:18:24 | updated (open) | Web Mail | E-mail not displaying HTML markup |
| 2309 | 2013-05-24 07:18:36 | updated (open) | Web Mail | Inbox will not load when email with a special header is present in main inbox. |
| 2318 | 2013-05-24 07:35:48 | updated (open) | Web Mail | Problem with cyrillic imap folders |
| 2327 | 2013-05-24 03:53:33 | updated (open) | Web Mail | MailPartViewers: undefined symbol: __objc_class_name_SOGoMailBodyPart |
| 2311 | 2013-05-24 07:40:54 | updated (open) | with external server | Sogo doesn't handle a 403 response after a REPORT request |
| 2291 | 2013-05-24 07:49:09 | resolved (fixed) | OpenChange backend | Perte de la connexion entre outlook et sogo/openchange apr la création d'un contact ou d'une tâche |
| 2290 | 2013-05-24 15:25:03 | resolved (fixed) | Packaging (Debian) | sogo_2.0.5-1_amd64.deb does not install on lenny |
| 2017 | 2013-05-24 07:21:32 | closed (unable to duplicate) | Apple iCal.app | Can't use CardDAV and CalDAV with Mac OS X 10.8.2 |
| 2324 | 2013-05-24 07:32:31 | closed (not a bug) | GUI | autocomplete recipient while composing an email in offline mode doesn't work |
24 May 2013 17:55
[SOGo] dovecot problem with sogo!
Hello,
I have installed sogo in ubuntu 12.04 from inverse repository and postgresql as database and dovecot as imap server i have samba4 active directory well configured any many clients joined to it, now i add ldap as user source for sogo and i can login without problem, but i didnt have any mailbox loaded,
so i lunch tail -f for sogo.log and dovecot.message:
sogo.log:(sogo can authenticate users from AD so im already logged in!)
May 23 09:13:20 sogod [13399]: [ERROR] <0x0x7fb1324510e0[NGImap4ConnectionManager]> IMAP4 login failed:
host=localhost, user=MajidFazel, pwd=yes
url=imap://MajidFazel <at> localhost/
base=(null)
base-class=(null))
I already check SOGoForceExternalLoginWithEmail = YES; Exactly same result
dovecot.message:
2013-05-23 10:37:17 imap-login: Info: Login: user=<majidfazel>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=11924, secured
2013-05-23 10:37:17 imap(majidfazel): Error: user majidfazel: Couldn't drop privileges: User is missing UID (see mail_uid setting)
2013-05-23 10:37:17 imap(majidfazel): Error: Internal error occurred. Refer to server log for more information.
and when im trying to telnet to imap port:
root <at> srv-ubuntu:~# telnet localhost 143
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN] Dovecot ready.
a1 LOGIN majidfazel-3R9QLi1fZRzR7s880joybQ@public.gmane.org p123456 <at>
a1 NO [AUTHENTICATIONFAILED] Authentication failed.
i you can find all my config file at end of this mail, i create vmail group and user, im creating users in samba4 by Windows Remote Administration tools(!!not ldif!!) and i used sAMAcountName! in sogo and dovecot to login to my AD.
all my users and administrator as well are in cn=users,cn=openans,cn=net no ou!
sogo.conf:
{
/* Database configuration (mysql:// or postgresql://) */
SOGoProfileURL = "postgresql://sogo:sogo <at> localhost:5432/sogo/sogo_user_profile";
OCSFolderInfoURL = "postgresql://sogo:sogo <at> localhost:5432/sogo/sogo_folder_info";
OCSSessionsFolderURL = "postgresql://sogo:sogo <at> localhost:5432/sogo/sogo_sessions_folder";
/* Mail */
SOGoDraftsFolderName = Drafts;
SOGoSentFolderName = Sent;
SOGoTrashFolderName = Trash;
SOGoIMAPServer = localhost;
//SOGoSieveServer = sieve://127.0.0.1:4190;
SOGoSMTPServer = 127.0.0.1;
SOGoMailDomain = samba4domain.net;
SOGoMailingMechanism = smtp;
//SOGoForceExternalLoginWithEmail = NO;
//SOGoMailSpoolPath = /var/spool/sogo;
//NGImap4ConnectionStringSeparator = "/";
//SOGoAppointmentSendEMailNotifications = NO;
//SOGoACLsSendEMailNotifications = NO;
/* Authentication */
//SOGoPasswordChangeEnabled = YES;
/* LDAP authentication example */
SOGoUserSources = (
{
type = ldap;
CNFieldName = cn;
IDFieldName = cn;
UIDFieldName = sAMAccountName;
baseDN = "cn=users,dc=samba4domain,dc=net";
bindDN = "cn=Administrator,cn=users,dc=samba4domain,dc=net";
bindPassword = Majid1234%;
canAuthenticate = YES;
displayName = "Shared Addresses";
hostname = ldap://192.168.4.83:389;
id = public;
isAddressBook = YES;
}
);
/* SQL authentication example */
/* These database columns MUST be present in the view/table:
* c_uid - will be used for authentication - it's the username or username-ps1yJmh03mYq8ddH4TG6mw@public.gmane.org)
* 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
* See the installation guide for more details
*/
//SOGoUserSources =
// (
// {
// type = sql;
// id = directory;
// viewURL = "postgresql://sogo:sogo-savSHZN5Fh8qMp+WYRx65w@public.gmane.org:5432/sogo/sogo_view";
// canAuthenticate = YES;
// isAddressBook = YES;
// userPasswordAlgorithm = md5;
// }
// );
/* Web Interface */
SOGoPageTitle = SOGo;
//SOGoVacationEnabled = YES;
//SOGoForwardEnabled = YES;
//SOGoSieveScriptsEnabled = YES;
/* General */
SOGoLanguage = English;
SOGoTimeZone = Europe/Paris;
SOGoCalendarDefaultRoles = (
PublicDAndTViewer,
ConfidentialDAndTViewer
);
//SOGoSuperUsernames = (sogo1, sogo2); //This is an array - keep the parens!
/* Debug */
//SoDebugBaseURL = YES;
ImapDebugEnabled = YES;
LDAPDebugEnabled = YES;
//SOGoDebugRequests = YES;
//PGDebugEnabled = YES;
//MySQL4DebugEnabled = YES;
//SOGoUIxDebugEnabled = YES;
//WODontZipResponse = YES;
//WOLogFile = /var/log/sogo/sogo.log;
}
dovecot-ldap.conf:
uris = ldap://192.168.4.83
dn = cn=Administrator,cn=Users,dc=samba4domain,dc=net
dnpass = Samba1234%
tls = no
default_pass_scheme = PLAIN
auth_bind = yes
auth_bind_userdn = cn=%u,cn=Users,dc=samba4domain,dc=net
ldap_version = 3
base = cn=Users,dc=samba4domain,dc=net
scope = subtree
deref = never
user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid
user_filter = (sAMAccountName=%u)
pass_attrs = sAMAccountName=user,userPassword=password,=userdb_home=/var/vmail/%n, =userdb_system_groups_user=%n
pass_filter = (sAMAccountName=%u)
local.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 = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
args = /etc/dovecot/dovecot-ldap.conf
driver = ldap
}
userdb {
driver = passwd
}
protocol lda {
hostname = openans.net
log_path = /var/log/dovecot.message
postmaster_address = postmaster-3R9QLi1fZRzR7s880joybQ@public.gmane.org
}
protocol pop3 {
pop3_uidl_format = %08Xu%08Xv
}
Thank you for your help
24 May 2013 17:49
[SOGo] Add Openchange support to existing Openldap setup
Hello, we have currently a sogo setup for ~10 domains/clients where the authentification data is stored in Openldap. The Openldap is replicated across 3 servers with the multiple-master modus. In that ldap we also have the DNS entries for the domains, ftp / ssh logins etc. This has worked very fine for the last years. No we would like to add openchange (Outlook) support for these domains. The question is now, what is the ideal final setup for such a environment. Apparently samba4 forces us almost to use the integrated ldap server, which is then of course not compatible with our setup. Any experiences on what to do in such a case ? When we would switch over to the samba4 ldap server, then we would have to also have a multi-master replication available. Has anyone already done such a transition from openldap to samba4 for Sogo/Openchange ? In the sogo docu it is suggested that we replicate between the openldap and the samba LDAP servers, is this good idea, or gives this a lot of troubles ? André -- -- users@... https://inverse.ca/sogo/lists
24 May 2013 17:21
[SOGo] Openchange on Ubuntu
Hi everyone,
I am having trouble installing the Openchange part of SOGo on Ubuntu 12.04. The issue I have is that I am using
the enterprise samba.com (Sernet) Samba4 packages, and they are actually named differently to the
standard samba4 packages. I think because of this, apt-get/dpkg are getting confused about the
dependency tree.
Any help would be appreciated.
I have Samba4 and SOGo working fantastically otherwise.
tachyon:~ ✓ # apt-get install openchangeserver sogo-openchange openchangeproxy
openchange-ocsmanager openchange-rpcproxy
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
openchange-ocsmanager : Depends: python-ocsmanager (= 1:2.0.r3665-1~inverse1.0) but it is not going
to be installed
openchangeproxy : Depends: samba4 (>= 4.0.0~) but it is not going to be installed
Depends: libdcerpc-server0 but it is not going to be installed
Depends: libdcerpc0 but it is not going to be installed
Depends: libmapi0 but it is not going to be installed
Depends: libmapiproxy0 but it is not going to be installed
openchangeserver : Depends: samba4 (>= 4.0.0~) but it is not going to be installed
Depends: libdcerpc-server0 but it is not going to be installed
Depends: libmapiproxy0 but it is not going to be installed
sogo-openchange : Depends: libmapi0 but it is not going to be installed
Depends: libmapiproxy0 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
tachyon:~ ✓ # dpkg -l "*samba*"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-===============================-===============================-==============================================================================
un libsamba-credentials-dev <none> (no description available)
un libsamba-credentials0 <none> (no description available)
un libsamba-hostconfig-dev <none> (no description available)
un libsamba-hostconfig0 <none> (no description available)
un libsamba-policy-dev <none> (no description available)
un libsamba-policy0 <none> (no description available)
un libsamba-util-dev <none> (no description available)
un libsamba-util0 <none> (no description available)
un python-samba <none> (no description available)
un samba <none> (no description available)
un samba-ad-dc <none> (no description available)
un samba-client <none> (no description available)
un samba-common <none> (no description available)
un samba-common-bin <none> (no description available)
un samba-dev <none> (no description available)
un samba-dsdb-modules <none> (no description available)
un samba-ldb-tools <none> (no description available)
un samba-testsuite <none> (no description available)
un samba-tools <none> (no description available)
in samba4 <none> (no description available)
un samba4-clients <none> (no description available)
un samba4-common <none> (no description available)
un samba4-common-bin <none> (no description available)
un samba4-dev <none> (no description available)
un samba4-testsuite <none> (no description available)
ii sernet-samba 99:4.0.6-1 SMB/CIFS file, print, and login server for Unix
ii sernet-samba-ad 99:4.0.6-1 Samba Active Directory Domain Controller
ii sernet-samba-client 99:4.0.6-1 a LanManager-like simple client for Unix
ii sernet-samba-common 99:4.0.6-1 Samba common files used by both the server and the client
ii sernet-samba-libs 99:4.0.6-1 Samba common library files used by both the server and the client
ii sernet-samba-libsmbclient0 99:4.0.6-1 Shared library that allows applications to talk to SMB servers
ii sernet-samba-libwbclient0 99:4.0.6-1 client library for interfacing with winbind service
ii sernet-samba-winbind 99:4.0.6-1 Samba nameservice integration server
Alex Ferrara
Director
Receptive IT Solutions
--
--
users@...
https://inverse.ca/sogo/lists
24 May 2013 09:57
[SOGo] Shared Addressbook ACL
Hi We are running sogo in an ActiveDirectory-environement. So far everything works great. We'd like to set som permissons to shared addressbooks though. The Adressbooks are retrieved from LDAP. The permission-tab in den context-menu is shadowed. How to change that? Thanks in advance Ueli
24 May 2013 06:01
[SOGo] BTS activities for Thursday, May 23 2013
BTS Activities
Home page: http://www.sogo.nu/bugs
Project: SOGo
For the period covering: Thursday, May 23 2013
| 2285 | 2013-05-23 14:25:16 | updated (open) | OpenChange backend | Problem on event/contact edit |
24 May 2013 00:06
[SOGo] ZEG appliance change domain name
I've been struggeling with a clean install from sogo. this is a never ending story. the only thing i want now is to just use the working zeg appliance and change the example.com to my own domain. can someone give me a step by step guide? which has been tested. -- -- with kind regards, Andy Tuinman
23 May 2013 16:33
[SOGo] GPG Public key
Try to install SOGo on Ubuntu 12.04, and having a problem installing the gpg key, it times out…
root <at> core:/etc/apt/sources.list.d# apt-key adv --keyserver keys.gnupg.net --recv-key 0x810273C4
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.kDbtvCXUGu --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keys.gnupg.net --recv-key 0x810273C4
gpg: requesting key 810273C4 from hkp server keys.gnupg.net
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error
Any suggestions?
Thanks
Todd
23 May 2013 06:01
[SOGo] BTS activities for Wednesday, May 22 2013
BTS Activities
Home page: http://www.sogo.nu/bugs
Project: SOGo
For the period covering: Wednesday, May 22 2013
| 2324 | 2013-05-22 10:40:54 | updated (open) | GUI | autocomplete recipient while composing an email in offline mode doesn't work |
| 2306 | 2013-05-22 19:47:42 | updated (open) | Web Mail | E-mail not displaying HTML markup |
| 2309 | 2013-05-22 19:47:23 | updated (open) | Web Mail | Inbox will not load when email with a special header is present in main inbox. |
23 May 2013 04:45
[SOGo] Make subscribed calendar default or personal calendar
I have an Android app syncing multiple calendars from a user via SyncML and do not need to use the 'Personal Calendar', but just one single subscribed calendar. Is it possible to delete the 'Personal Calendar' or somehow make the subscribed one default so I can avoid having to use a sync tag on every task that I create?
RSS Feed