Re: [SOGo] Sync issues with iPhone and iPad

2014-03-26 Thread Christian Rößner
Hi,

error still happens in version 2.2.2.

Interesting notes:

This is, what SOGo logs with the iPad 4th generation:

193.239.105.137 - - [26/Mar/2014:09:09:02 GMT] PROPFIND 
/SOGo/dav/de10008%40srvint.net/Calendar/ HTTP/1.0 401 0/2097 0.002 - - 0
193.239.105.137 - - [26/Mar/2014:09:09:02 GMT] PROPFIND 
/SOGo/dav/de10008%40srvint.net/Calendar/ HTTP/1.0 207 1266/2097 0.013 6204 79% 0
193.239.105.137 - - [26/Mar/2014:09:09:02 GMT] PROPFIND 
/SOGo/dav/de10008%40srvint.net/Calendar/ HTTP/1.0 207 1266/2097 0.013 6204 79% 0

Nothing more. Only both other devices bring up errors like shown below.

So why does one device work perfectly and two others don’t? All same iOS 
version. Same account. And I also use this SOGo server and in my case I do not 
have problems with an iPhone 5s. So it is not even device dependent. I am 
totally stuck with this.

Really, nothing changed on server side. Only iOS updates.

Here is my config:

{
GCSFolderDebugEnabled = NO;
GCSFolderStoreDebugEnabled = NO;
LDAPDebugEnabled = NO;
NGImap4DisableIMAP4Pooling = NO;
OCSEMailAlarmsFolderURL = 
postgresql://sogo:sogo@localhost:5432/sogo/sogo_alarms_folder;
OCSFolderInfoURL = 
postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info;
OCSFolderManagerSQLDebugEnabled = NO;
OCSSessionsFolderURL = 
postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder;
PGDebugEnabled = NO;
SOGoACLsSendEMailNotifications = YES;
SOGoAppointmentSendEMailNotifications = YES;
SOGoCalendarDefaultRoles = (
PublicDAndTViewer,
ConfidentialDAndTViewer,
PrivateDAndTViewer,
ObjectCreator,
ObjectEraser
);
SOGoDebugRequests = NO;
SOGoDefaultCalendar = personal;
SOGoDraftsFolderName = Drafts;
SOGoEnableEMailAlarms = YES;
SOGoEnablePublicAccess = YES;
SOGoFirstDayOfWeek = 1;
SOGoFoldersSendEMailNotifications = YES;
SOGoForwardEnabled = YES;
SOGoHideSystemEMail = YES;
SOGoIMAPServer = imap://mail.roessner-net.de:143/?tls=YES;
SOGoLDAPContactInfoAttribute = mail;
SOGoLanguage = German;
SOGoMailAuxiliaryUserAccountsEnabled = YES;
SOGoMailShowSubscribedFoldersOnly = YES;
SOGoMailingMechanism = smtp;
SOGoMaximumFailedLoginCount = 3;
SOGoMemcachedHost = 127.0.0.1;
SOGoPageTitle = R\U00F6\U00DFner-Network-Solutions;
SOGoPasswordChangeEnabled = YES;
SOGoProfileURL = 
postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile“;
SOGoSMTPServer = mail.roessner-net.de:10025;
// SOGoSMTPAuthenticationType = PLAIN;
SOGoSentFolderName = Sent;
SOGoSharedFolderName = shared;
SOGoSieveScriptsEnabled = YES;
SOGoSieveServer = sieve://mail.roessner-net.de:4190/?tls=YES;
SOGoSuperUsernames = (
de10...@srvint.net
);
SOGoSupportedLanguages = (
German
);
SOGoTimeZone = Europe/Berlin;
SOGoTrashFolderName = Trash;
SOGoUIxDebugEnabled = NO;
SOGoVacationEnabled = YES;
SoDebugObjectTraversal = NO;
SoSecurityManagerDebugEnabled = NO;
WOWorkersCount = 4;
domains = {
exampleserver-de = {
SOGoMailDomain = exampleserver.de;
SOGoUserSources = (
{
CNFieldName = cn;
IMAPLoginFieldName = rnsMSDovecotUser;
KindFieldName = Kind;
MailFieldNames = (
mail
);
MultipleBookingsFieldName = Multiplebookings;
UIDFieldName = rnsMSDovecotUser;
baseDN = 
ou=exampleserver-de,ou=people,ou=it,dc=roessner-net,dc=de;
bindDN = cn=sogo,ou=people,ou=it,dc=roessner-net,dc=de;
bindFields = (
rnsMSRecipientAddress,
uniqueIdentifier
);
bindPassword = ***;
canAuthenticate = YES;
displayName = Gemeinsame Adressen;
hostname = ldap://db.roessner-net.de/!StartTLS;
id = directory2;
isAddressBook = YES;
scope = SUB;
type = ldap;
}
);
};
…

There are several User-sources. So I skipped them here.

Can somebody give any ideas on that?

Thanks in advance

 since some days, I have sync issues with iPhone and iPad. And I do not know 
 what happened. Only thing in the last days was an iOS 7.1 update.
 
 Events get perfectly synced between an iPad 4th generation and the 
 SOGo-server. Both directions. But these events do not get synced to iPhone 5s 
 and iPad 2nd Generation. All devices on iOS 7.1. Even refreshing the 
 calendars on both of the problematic devices do not solve the problem. I 
 disabled the calendars and re-enabled them. Same problems.
 
 All I found in the logs is:
 
 193.239.105.52 - - [25/Mar/2014:21:02:46 GMT] PROPFIND 
 

[SOGo] Multi-tenant environment with Sogo

2014-03-26 Thread Blason R
Hi Folks,

Can we build multi-tenant mail server with sogo? with dedicated
administrator for each domain or with delegated activities.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

RE: [SOGo] How to configure Webmin that works with SOGo?

2014-03-26 Thread Dejan Trop - Krofek
Sorry Now I find:

sogod SOGoUserSources '(

{

canAuthenticate = YES;

displayName = SOGo Users;

id = users;

isAddressBook = YES;

type = sql;

userPasswordAlgorithm = md5;

viewURL =
mysql://sogo:;;;@127.0.0.1:3306/sogo/sogo_users;

}

)'

 

 

  _  

 

 

From: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] On Behalf Of
Cédric Chambrelan
Sent: Tuesday, March 25, 2014 10:45 AM
To: users@sogo.nu
Subject: Re: [SOGo] How to configure Webmin that works with SOGo?

 

What is the result of this command :
sudo -u sogo defaults read sogod SOGoUserSources

(Warning this command will show password, think to clear it)

Cédric

 

2014-03-24 20:40 GMT+01:00 Dejan Trop - Krofek kro...@gmail.com:

Where I can find this file?

 

 

  _  

 

 

From: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] On Behalf Of
Cédric Chambrelan
Sent: Monday, March 17, 2014 11:35 AM
To: users@sogo.nu
Subject: Re: [SOGo] How to configure Webmin that works with SOGo?

 

Do you have a local openldap, an openldap on another server ? local users ?

You have this information in your configuration file.

 

 

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

Re: [SOGo] Outlook and folders

2014-03-26 Thread Fabio Onorini
I use Exchange user configuration.
No IMAP and no ActiveSync.

I tried with and without outlook anywhere option.


2014-03-25 18:08 GMT+01:00 Alessio Cecchi ales...@skye.it:

 Il 2014-03-25 10:25 Fabio Onorini ha scritto:

 Hello sogo users.

 My outlook doesn't sync correctly mail folders.
 If I create a folder in webmail, outlook can't see that folder.
 If I remove Outlook profile and recreate it, I see all folders.

 The problem is on SOGo ZEG (with cyrus) and also in my installation
 (with dovecot).

 Someone known what is the problem?


 Are you using IMAP or ActiveSync in MS Outlook?
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists




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

Re: [SOGo] Cannot Receive Emails

2014-03-26 Thread Steve Boley
To receive email your mail dns settings point to the correct server to 
receive the mail.
You alluded to a change of modem/router so therefore it's more than 
likely firewall/dns issues that are causing your problems.


Get outside your network and see if you can ping your email address and 
then see if you can hit your imap server with telnet and you will start 
getting answers to what is probably wrong.

Steve
On 3/25/2014 7:04 PM, Joe wrote:

Hi

I have had SOGo ZEG installed on my server for 8 or 9 months, receiving and
sending emails through the Web Portal. I was never able to configure
Thunderbird or my Android phone to send messages.

However, my problem now is much worse. The modem / router had to be replaced.
This caused considerable problems in re-establishing all the settings.
Eventually, I have all of my servers except SOGo ZEG working properly.

SOGo ZEG is comprised of four servers SOGo, LDAP, Cyrus and Postfix.

I can send, but not receive emails. I have tried for days googling and poring
over documentation to see if there is some setting that is wrong. Nothing
resolves the problem.

One frustration is the complexity of getting four servers working together. In
following advice found through internet searches, the danger is that the
advice may be for a setting that is for a different version of the server. So,
for example, I found some very clear documentation for Cyrus, but it was from
10 years ago. I ignored that and decided to focus on Cyrus provided
documentation for my version (2.4.12-2).

I read through the documentation for my version, double checking this against
my settings. What I discovered is that several of the directories and files
mentioned do not exist on my server.

Since, I installed everything through ZEG, I figure that SOGo has customized
Cyrus and probably some of the other servers, so some of the Cyrus
documentation was not relevant.

I also poured over the SOGo documentation double checking my settings. I could
not find anything that made a difference.

Does anyone have advice on troubleshooting this issue (can send, but can't
receive emails)?  Has anyone else run into this problem and resolved it?

Thanks,

Joe



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


[SOGo] GAL and ActiveSync on iOS show (nil) (nil) instead of Name/Surname

2014-03-26 Thread Alessio Cecchi

Hi,

I'm running Sogo 2.2.2 with ActiveSync enabled. On my iPad (iOS 7) when 
I search in GAL an email address I found the user but instead of Name 
and Surname is showed (nil) (nil).


Should I open a bug or is a well known problem?
Thanks
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Cannot Receive Emails

2014-03-26 Thread Steve Ankeny
It sounds as though you need to setup the MX (Mail Exchange) entry in 
DNS  While you're at it, make sure you have the Name Server properly 
identified both inside and outside the company.


SOGo ZEG has nothing to do with it (unless you're also running DNS on 
the ZEG)


On 03/26/2014 10:00 AM, Steve Boley wrote:
To receive email your mail dns settings point to the correct server to 
receive the mail.
You alluded to a change of modem/router so therefore it's more than 
likely firewall/dns issues that are causing your problems.


Get outside your network and see if you can ping your email address 
and then see if you can hit your imap server with telnet and you will 
start getting answers to what is probably wrong.

Steve
On 3/25/2014 7:04 PM, Joe wrote:

Hi

I have had SOGo ZEG installed on my server for 8 or 9 months, 
receiving and

sending emails through the Web Portal. I was never able to configure
Thunderbird or my Android phone to send messages.

However, my problem now is much worse. The modem / router had to be 
replaced.

This caused considerable problems in re-establishing all the settings.
Eventually, I have all of my servers except SOGo ZEG working properly.

SOGo ZEG is comprised of four servers SOGo, LDAP, Cyrus and Postfix.

I can send, but not receive emails. I have tried for days googling 
and poring
over documentation to see if there is some setting that is wrong. 
Nothing

resolves the problem.

One frustration is the complexity of getting four servers working 
together. In

following advice found through internet searches, the danger is that the
advice may be for a setting that is for a different version of the 
server. So,
for example, I found some very clear documentation for Cyrus, but it 
was from

10 years ago. I ignored that and decided to focus on Cyrus provided
documentation for my version (2.4.12-2).

I read through the documentation for my version, double checking this 
against
my settings. What I discovered is that several of the directories and 
files

mentioned do not exist on my server.

Since, I installed everything through ZEG, I figure that SOGo has 
customized

Cyrus and probably some of the other servers, so some of the Cyrus
documentation was not relevant.

I also poured over the SOGo documentation double checking my 
settings. I could

not find anything that made a difference.

Does anyone have advice on troubleshooting this issue (can send, but 
can't

receive emails)?  Has anyone else run into this problem and resolved it?

Thanks,

Joe





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


[SOGo] BTS activities for Wednesday, March 26 2014

2014-03-26 Thread SOGo reporter
Title: BTS activities for Wednesday, March 26 2014





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Wednesday, March 26 2014

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2679
	2014-03-26 15:46:13
	updated (open)
	ActiveSync
	Activesync still does not work
	
	  
	
2681
	2014-03-26 14:31:22
	updated (open)
	ActiveSync
	calender events don't support reminders yet
	
	  
	
2686
	2014-03-26 16:38:41
	updated (open)
	ActiveSync
	all day events are not handled correctly
	
	  
	
2683
	2014-03-26 03:48:11
	updated (open)
	Web Address Book
	Contact photo is not displayed in Web Address Book if photo is containing referring URI
	
	  
	
2685
	2014-03-26 14:36:03
	updated (open)
	Web Calendar
	Recurring events with exceptions display incorrectly - move around on calendar
	
	  
	
2684
	2014-03-26 09:53:36
	updated (open)
	Web General
	Calender subscription search for calender name / UID ?
	
	  
	
2675
	2014-03-26 17:26:48
	updated (open)
	Web Mail
	Error adding a second attachment