Re: [SOGo] SOGo v5.10.0 integration with Windows Server 2016 based domain

2024-05-13 Thread Roman
Hi,Do you mean 636 instead of 686?Windows server uses 636 port for sure because when I do "telnet home.arpa 686" it's open.But if I use hostname = "ldapS://home.arpa:636" - I can't connect with SOGo web page to LDAP, no security logs in Windows during that operation.But without "S" - hostname = "ldap://home.arpa:389" - it works as intended.Maybe I also need to add domain client certificate to SOGo in order to get secure access?  12.05.2024, 23:38, "Marco Moock (m...@dorfdsl.de)" :Am 12.05.2024 um 05:44:53 Uhr schrieb Roman:  I keep getting these errors: " TLS: can't connect: Error in the pull function.. ldap_err2string ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)"   Although if I run the same command without the "S" - ( ldapsearch -H ldap://home.arpa -D "us...@home.arpa" -w "Password" -b "DC=home,DC=arpa" -d1 ) everything works fine. But the port 636 is open (checked with telnet).Add the port to the configuration to make sure it uses 686.Use a sniffer to verify it uses 686.

Re: [SOGo] SOGo v5.10.0 integration with Windows Server 2016 based domain

2024-05-12 Thread Roman
Because of your helpful suggestion, finally using logs on domain controller I was able to fix LDAP authentication with insecure 389 port. According to second paragraph of the official SOGo documentation ( https://www.sogo.nu/files/docs/SOGoInstallationGuide.html#_authentication_using_ldap ) it's workable to use an insecure LDAP connection settings with 389 port, and currently my LDAP connection settings allow to authenticate and look like that: SOGoUserSources = ({type = ldap;CNFieldName = cn;IDFieldName = cn;UIDFieldName = sAMAccountName;baseDN = "cn=Users,dc=home,dc=arpa";bindDN = "cn=user1,cn=Users,dc=home,dc=arpa";bindFields = (sAMAccountName);bindPassword = "Password";canAuthenticate = YES;displayName = "Active Directory";hostname = "ldap://home.arpa:389";id = directory;isAddressBook = YES;}); But I'm not able to make it work securely and even if I try to connect with secure method using ldapsearch linux utility with command:  ldapsearch -H ldaps://home.arpa -D "us...@home.arpa" -w "Password" -b "DC=home,DC=arpa" -d1 I keep getting these errors:" TLS: can't connect: Error in the pull function..ldap_err2stringldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)" Although if I run the same command without the "S" - ( ldapsearch -H ldap://home.arpa -D "us...@home.arpa" -w "Password" -b "DC=home,DC=arpa" -d1 ) everything works fine. But the port 636 is open (checked with telnet). It seems that secure authentication requires some additional configuration and maybe on client side too. Any insights or suggestions would be greatly appreciated! Thank you very much for your precious time and help.  09.05.2024, 14:47, "Marco Moock (m...@dorfdsl.de)" :Am 08.05.2024 um 20:56:01 Uhr schrieb Christian Naumer:  Normally in AD you have to use ldaps, startTLS or Kerberos for Auth to the LDAP. In your config I don't see any of that.I would assume an appropriate error message then that tells about this- on the LDAP server and on the LDAP client. --GrußMarcoSend unsolicited bulk mail to 1715194561mu...@cartoonies.org

Re: [SOGo] SOGo v5.10.0 integration with Windows Server 2016 based domain

2024-05-07 Thread Roman
If I run the command "dsquery user -name * -limit 0" on a domain controller, I get the following output: PS C:\Users\Administrator\Desktop> dsquery user -name * -limit 0"CN=Administrator,CN=Users,DC=home,DC=arpa.""CN=Guest,CN=Users,DC=home,DC=arpa.""CN=DefaultAccount,CN=Users,DC=home,DC=arpa.""CN=krbtgt,CN=Users,DC=home,DC=arpa.""CN=user1,CN=Users,DC=home,DC=arpa.""CN=user2,CN=Users,DC=home,DC=arpa.""CN=user3,OU=test,DC=home,DC=arpa."PS C:\Users\Administrator\Desktop> and also, if I run the command from a Linux machine:ldapsearch -H ldap://home.arpa:389 -D "us...@home.arpa" -w "Lenovo777" -b "DC=home,DC=arpa".  then I get a correct response, so it is probably correct.  Translated with www.DeepL.com/Translator (free version) 07.05.2024, 16:39, "Marco Moock (m...@dorfdsl.de)" :Am 07.05.2024 um 12:46:02 Uhr schrieb "Rom@n":  For test purpose I didn't create anything in domain controller except user1 with domain admin privileges and user2 with regular user privileges, no OU created, everything is default for Windows Server 2016.I think you should ask at a place for LDAP/MS AD discussions.This is most likely a problem on your LDAP server. Maybe the bindDNisn't set up properly.

[SOGo] SOGo v5.10.0 integration with Windows Server 2016 based domain

2024-05-07 Thread Roman
Hi everyone, Please help to configure authorization with LDAP server based on Windows Server 2016.Recently I have configured SOGo with SQL (Postgres) authentication and it was able to login into SOGo web interface, but I have to migrate to Windows Server 2016 Active Directory and it became a huge challenge. In order to perform this I did the following:1) Deployed a Windows Server 2016 based domain "ldap.local" with default settings and created "user1" LDAP account and added domain controller administrator rights to this user.2) Commented out the working SOGoUserSources settings for SQL and added SOGoUserSources LDAP settings for “user1” account instead according to official guide.3) Changed SOGoSuperUsernames from postrgres to user1  But apparently these changes are not enough to correctly configure LDAP integration.Any insights or suggestions would be greatly appreciated! Thank you very much for your precious time and help. Below I will attach the logs I get when trying to authorize with LDAP "user1" account and contents of the “sogo.conf” file with functional SQL (postgres) authorization settings commented out and added SOGoUserSources LDAP settings for “user1” account instead: May 07 05:50:49 sogod [152]: version 5.10.0 (build @localhost 202404270249) -- startingMay 07 05:50:49 sogod [152]: vmem size check enabled: shutting down app when vmem > 384 MB. Currently at 82 MBMay 07 05:50:49 sogod [152]: <0x0x55beb1c68aa0[SOGoProductLoader]> SOGo products loaded from '/usr/local/lib/GNUstep/SOGo':May 07 05:50:49 sogod [152]: <0x0x55beb1c68aa0[SOGoProductLoader]>   AdministrationUI.SOGo, Appointments.SOGo, CommonUI.SOGo, Contacts.SOGo, ContactsUI.SOGo, MailPartViewers.SOGo, Mailer.SOGo, MailerUI.SOGo, MainUI.SOGo, PreferencesUI.SOGo, SchedulerUI.SOGoMay 07 05:50:49 sogod [152]: <0x0x55beb1c68aa0[SOGoProductLoader]> SOGo products loaded from '/usr/lib/GNUstep/SOGo':May 07 05:50:49 sogod [152]: <0x0x55beb1c68aa0[SOGoProductLoader]>   AdministrationUI.SOGo, Appointments.SOGo, CommonUI.SOGo, Contacts.SOGo, ContactsUI.SOGo, MailPartViewers.SOGo, Mailer.SOGo, MailerUI.SOGo, MainUI.SOGo, PreferencesUI.SOGo, SchedulerUI.SOGoMay 07 05:50:49 sogod [152]: All products loaded - current memory usage at 91 MBMay 07 05:50:49 sogod [152]: <0x0x55beb1c97a00[WOWatchDog]> listening on 127.0.0.1:2May 07 05:50:49 sogod [152]: <0x0x55beb1c97a00[WOWatchDog]> watchdog process pid: 152May 07 05:50:49 sogod [152]: <0x0x7f0b0b345420[WOWatchDogChild]> watchdog request timeout set to 10 minutesMay 07 05:50:49 sogod [152]: <0x0x55beb1c97a00[WOWatchDog]> preparing 8 childrenMay 07 05:50:49 sogod [152]: <0x0x55beb1c97a00[WOWatchDog]> child spawned with pid 153May 07 05:50:49 sogod [152]: <0x0x55beb1c97a00[WOWatchDog]> child spawned with pid 154May 07 05:50:49 sogod [152]: <0x0x55beb1c97a00[WOWatchDog]> child spawned with pid 155May 07 05:50:49 sogod [152]: <0x0x55beb1c97a00[WOWatchDog]> child spawned with pid 156May 07 05:50:49 sogod [152]: <0x0x55beb1c97a00[WOWatchDog]> child spawned with pid 157May 07 05:50:49 sogod [152]: <0x0x55beb1c97a00[WOWatchDog]> child spawned with pid 158May 07 05:50:49 sogod [152]: <0x0x55beb1c97a00[WOWatchDog]> child spawned with pid 159May 07 05:50:49 sogod [152]: <0x0x55beb1c97a00[WOWatchDog]> child spawned with pid 160May 07 05:50:49 sogod [156]: <0x0x55beb1f2e2e0[WOHttpAdaptor]> notified the watchdog that we are readyMay 07 05:50:49 sogod [153]: <0x0x55beb1f2e2c0[WOHttpAdaptor]> notified the watchdog that we are readyMay 07 05:50:49 sogod [155]: <0x0x55beb1f2e2c0[WOHttpAdaptor]> notified the watchdog that we are readyMay 07 05:50:49 sogod [159]: <0x0x55beb1f2e2d0[WOHttpAdaptor]> notified the watchdog that we are readyMay 07 05:50:49 sogod [158]: <0x0x55beb1f2e2d0[WOHttpAdaptor]> notified the watchdog that we are readyMay 07 05:50:49 sogod [157]: <0x0x55beb1f2dea0[WOHttpAdaptor]> notified the watchdog that we are readyMay 07 05:50:49 sogod [160]: <0x0x55beb1f2dea0[WOHttpAdaptor]> notified the watchdog that we are readyMay 07 05:50:49 sogod [154]: <0x0x55beb1f2dea0[WOHttpAdaptor]> notified the watchdog that we are readyMay 07 05:50:59 sogod [154]: |SOGo| starting method 'GET' on uri '/SOGo/'May 07 05:50:59 sogod [154]: <0x0x55beb1f8bd30[SOGoCache]> Cache cleanup interval set every 300.00 secondsMay 07 05:50:59 sogod [154]: <0x0x55beb1f8bd30[SOGoCache]> Using host(s) '192.168.5.229' as server(s)May 07 05:50:59 sogod [154]: [WARN] <0x0x7f0b0b363160[WOxElemBuilder]> could not locate builders: WOxExtElemBuilder,WOxExtElemBuilderMay 07 05:50:59 sogod [154]: |SOGo| request took 0.042288 seconds to executeMay 07 05:50:59 sogod [154]: 51.15.104.199, 192.168.5.9 "GET /SOGo/ HTTP/1.1" 200 9137/0 0.044 37167 75% 5M - 11May 07 05:51:09 sogod [154]: |SOGo| starting method 'POST' on uri '/SOGo/connect'May 07 05:51:09 sogod [154]: <0x0x55beb1f8b890[LDAPSource]>  NAME:LDAPException REASON:operation bind failed: Invalid credentials (0x31) INFO:{"error_code" = 49; login = "uid=user1,ou=users,dc=ldap,dc=local"; }May 07 

Re: [SOGo] SOGo + PostgreSQL authorization

2024-05-02 Thread Roman
Thank you, I installed memcached on outside of the docker and thу problem with cache gone. 02.05.2024, 09:49, "smizr...@alinto.eu (smizr...@alinto.eu)" :Hello,Did you enabled and well configured memcached ?The error is not critical and it says that the `admin-motd` value can not be set in cache - it means that the request for retrieving message of the day will always be processed.Sebastien​​Le Jeudi, Mai 02, 2024 04:08 CEST, "adroman" (adro...@yandex.ru)  a écrit:I am trying to authorize in SOGo after installation using Postgres , but this error in the logs?I don't understand what I need to do, can anyone tell m  pr 27 09:33:39 sogod [153]: <0x0x55ea52720590[SOGoCache]> an error occurred when caching value for key 'admin-motd': "SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY"2024-04-27 09:33:39.524 sogod[153:153] PostgreSQL72 connection established: <0x0x55ea528b5e20[PGConnection]:  connection=0x0x55ea5295cab0>2024-04-27 09:33:39.524 sogod[153:153] PostgreSQL72 channel 0x0x55ea527d5580 opened (connection=<0x0x55ea528b5e20[PGConnection]:  connection=0x0x55ea5295cab0>, count=1)2024-04-27 09:33:39.524 sogod[153:153] PG0x0x55ea527d5580 SQL: BEGIN TRANSACTION2024-04-27 09:33:39.525 sogod[153:153] PG0x0x55ea527d5580 SQL: SELECT t1.c_content, t1.c_key FROM  sogo_admin t1 WHERE t1.c_key='motd'2024-04-27 09:33:39.526 sogod[153:153] PG0x0x55ea527d5580 SQL: ROLLBACK TRANSACTION2024-04-27 09:33:39.526 sogod[153:153] PostgreSQL72 connection dropped 0x0x55ea528b5e20 (channel=0x0x55ea527d5580, count=0)Apr 27 09:33:39 sogod [153]: <0x0x55ea52720590[SOGoCache]> an error occurred when caching value for key 'admin-motd': "SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY"2024-04-27 09:33:39.537 sogod[153:153] PostgreSQL72 connection established: <0x0x55ea526bdda0[PGConnection]:  connection=0x0x55ea5295cab0>2024-04-27 09:33:39.537 sogod[153:153] PostgreSQL72 channel 0x0x55ea52916c60 opened (connection=<0x0x55ea526bdda0[PGConnection]:  connection=0x0x55ea5295cab0>, count=1)2024-04-27 09:33:39.537 sogod[153:153] PG0x0x55ea52916c60 SQL: BEGIN TRANSACTION2024-04-27 09:33:39.538 sogod[153:153] PG0x0x55ea52916c60 SQL: SELECT t1.c_content, t1.c_key FROM  sogo_admin t1 WHERE t1.c_key='motd'2024-04-27 09:33:39.539 sogod[153:153] PG0x0x55ea52916c60 SQL: ROLLBACK TRANSACTION2024-04-27 09:33:39.539 sogod[153:153] PostgreSQL72 connection dropped 0x0x55ea526bdda0 (channel=0x0x55ea52916c60, count=0)Apr 27 09:33:39 sogod [153]: <0x0x55ea52720590[SOGoCache]> an error occurred when caching value for key 'admin-motd': "SERVER HAS FAILED AND IS DISABLED UNTIL TIMED RETRY"Apr 27 09:33:39 sogod [153]: |SOGo|   constructed root-url: /SOGo/Apr 27 09:33:39 sogod [153]: |SOGo|   setting root-url in context: /SOGo/Apr 27 09:33:39 sogod [153]: |SOGo| ROOT baseURL(no container, name=(null)):  own: /SOGo/Apr 27 09:33:39 sogod [153]: |SOGo| request took 0.052509 seconds to executeApr 27 09:33:39 sogod [153]: 192.168.5.10 "GET /SOGo/ HTTP/1.1" 200 37030/0 0.053 - - 312K - 10 

[SOGo] [SPAM] Re: [SPAM] SOGoRootPage Login from '192.168.5.10' for user 'postrges' might not have worked - password policy: 65535 grace: -1 expire: -1 bound: 0

2024-05-02 Thread Roman
Thank you, I can't put into words how much you helped : ) 02.05.2024, 10:32, "Marco Moock (m...@dorfdsl.de)" :Am 02.05.2024 schrieb "adroman" (adro...@yandex.ru) :  Please help to fix this error - SOGoRootPage Login from '192.168.5.10' for user 'postrges' might not have worked - password   ^^ policy: 65535 grace: -1 expire: -1 bound: 0Look exactly at the spelling of that username.


Re: [SOGo] [SPAM] Cannot launch the start page

2024-04-26 Thread Roman
unfortunately I don't have apache logsno such files like: /var/log/apache2/access.log  or /var/log/apache2/access.log  These commands also show nothing:sudo systemctl status apache2 - service not foundsudo systemctl status httpd - service not foundwhich apache2 - nothingwhich httpd - nothing 26.04.2024, 11:07, "Marco Moock (m...@dorfdsl.de)" :Am 26.04.2024 schrieb "Roman" (adro...@yandex.ru) <users@sogo.nu>:  I get an incomprehensible white page with forms to fill out and text like this:What does the apache log say?


[SOGo] [SPAM] Cannot launch the start page

2024-04-26 Thread Roman
I'm trying to configure SOGo from scratch I installed SOGo 5 on debian and configured postgres database on another host, so my SOGo config looks like that: {  SOGoProfileURL = "postgresql://sogo:pass@192.168.5.9:5432/sogo/sogo_user_profile";  OCSFolderInfoURL = "postgresql://sogo:pass@192.168.5.9:5432/sogo/sogo_folder_info";  OCSSessionsFolderURL = "postgresql://sogo:pass@192.168.5.9:5432/sogo/sogo_sessions_folder";  OCSEMailAlarmsFolderURL = "postgresql://sogo:pass@192.168.5.9:5432/sogo/sogo_alarms_folder";  SOGoLanguage = English;  SOGoAppointmentSendEMailNotifications = YES;  SOGoMailingMechanism = smtp;  SOGoSMTPServer = 127.0.0.1;  SOGoTimeZone = UTC;  SOGoSentFolderName = Sent;  SOGoTrashFolderName = Trash;  SOGoDraftsFolderName = Drafts;  SOGoIMAPServer = "imaps://localhost:143/?tls=YES";  SOGoSieveServer = "sieve://localhost:4190/?tls=YES";  SOGoIMAPAclConformsToIMAPExt = YES;  SOGoVacationEnabled = NO;  SOGoForwardEnabled = NO;  SOGoSieveScriptsEnabled = NO;  SOGoFirstDayOfWeek = 0;  SOGoMailMessageCheck = manually;  SOGoMailAuxiliaryUserAccountsEnabled = NO;  SOGoMemcachedHost = 127.0.0.1;  WOHttpAllowHost = ( localhost, "192.168.5.229", "0.0.0.0" );  tlsVerifyMode=allowInsecureLocalhost;  WOPort = 0.0.0.0:2;  SOGoPageTitle = SOGo;  SOGoVacationEnabled = YES;  SOGoForwardEnabled = YES;  SOGoSieveScriptsEnabled = YES;  SOGoMailAuxiliaryUserAccountsEnabled = YES;  SOGoTrustProxyAuthentication = YES;  SOGoXSRFValidationEnabled = YES;  SOGoSuperUsernames = (admin); // This is an array - keep the parens!} But when I go to  SOGo URL  http://192.168.5.229/SOGo/ I get an incomprehensible white page with forms to fill out and text like this: *Username person  Password email language Choose ... العربية Euskara Português brasileiro Català 简体中文 正體中文 Hrvatski Česky Dansk (Danmark) Nederlands English Suomi Français Deutsch עברית Magyar Íslenska bahasa Indonesia Italiano 日本語 Latviešu Lietuvių Македонски Norsk bokmål Norsk nynorsk Polski Português Română Русский Српски Slovensky Slovenščina Español (Argentina) Español (España) Svenska Türkçe (Türkiye) Українська CymraegRemember usernameinfo arrow_forwardAuthenticatingVerification Code lock Enter the 6-digit verification code from your Google Authenticator application.arrow_backward arrow_forwarddoneWelcome {{app.cn}}error{{app.errorMessage}}Retry Here's my SOGo logs: Apr 26 05:05:16 sogod [3735]: version 5.0.1 -- startingApr 26 05:05:16 sogod [3735]: vmem size check enabled: shutting down app when vmem > 384 MB. Currently at 84 MBApr 26 05:05:16 sogod [3735]: <0x0x55ca205ef060[SOGoProductLoader]> SOGo products loaded from '/usr/lib/GNUstep/SOGo':Apr 26 05:05:16 sogod [3735]: <0x0x55ca205ef060[SOGoProductLoader]>   AdministrationUI.SOGo, Appointments.SOGo, CommonUI.SOGo, Contacts.SOGo, ContactsUI.SOGo, MailPartViewers.SOGo, Mailer.SOGo, MailerUI.SOGo, MainUI.SOGo, PreferencesUI.SOGo, SchedulerUI.SOGoApr 26 05:05:16 sogod [3735]: All products loaded - current memory usage at 92 MBApr 26 05:05:16 sogod [3735]: [WARN] <0x0x55ca20620b00[WOWatchDog]> 'WOHttpAllowHost' is ignored in watchdog mode, use a real firewall insteadApr 26 05:05:16 sogod [3735]: <0x0x55ca20620b00[WOWatchDog]> listening on 0.0.0.0:2Apr 26 05:05:16 sogod [3735]: <0x0x55ca20620b00[WOWatchDog]> watchdog process pid: 3735Apr 26 05:05:16 sogod [3735]: <0x0x7f9d3bc9a360[WOWatchDogChild]> watchdog request timeout set to 10 minutesApr 26 05:05:16 sogod [3735]: <0x0x55ca20620b00[WOWatchDog]> preparing 3 childrenApr 26 05:05:16 sogod [3735]: <0x0x55ca20620b00[WOWatchDog]> child spawned with pid 3736Apr 26 05:05:16 sogod [3735]: <0x0x55ca20620b00[WOWatchDog]> child spawned with pid 3737Apr 26 05:05:16 sogod [3735]: <0x0x55ca20620b00[WOWatchDog]> child spawned with pid 3738Apr 26 05:05:16 sogod [3738]: <0x0x55ca20709ca0[WOHttpAdaptor]> notified the watchdog that we are ready What I have to configure / reconfigure in order to make start page load?

[SOGo] Can't change localhost binding for web interface (initial setup)

2024-04-02 Thread Roman
Dear friends,I'm trying to test SOGo 5 nightly, so I installed it and as described in documentation added two lines to /etc/sogo/sogo.conf: //WOPort = "192.168.5.229:2";//WOHttpAllowHost = ( localhost, "192.168.5.229" ); but it still listens only on 127.0.0.1:2how to make it work with specific IP address or better with any IP address ?


[SOGo] Error in global addressbook

2016-06-06 Thread &quot;Roman Smid"
Hi,

after upgrade to 3.1.1. I have found that the global addressbook is not 
working anymore. When typing, the list of corresponding names displays 
correctly, but upon clicking on a name, only Not found is displayed and the 
focus jumps back to Personal contacts.

The global address book is LDAP based, it is used only as an address book, not 
for authentication.

Does anyone see this behavior?

Thank you

Roman Smid



From: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] On Behalf Of SOGo 
reporter
Sent: Monday, June 06, 2016 6:01 AM
To: users@sogo.nu
Subject: [SOGo] BTS activities for Sunday, June 05 2016




BTS Activities


Home page: http://www.sogo.nu/bugs
Project: SOGo
For the period covering: Sunday, June 05 2016


id

last update

status (resolution)

category

summary


3715 <http://www.sogo.nu/bugs/view.php?id=3715>

2016-06-05 16:01:13

feedback (reopened)

Packaging (RedHat)

Error in PREIN scriptlet in rpm package sogo-2.3.11-1.centos6.x86_64


3716 <http://www.sogo.nu/bugs/view.php?id=3716>

2016-06-05 14:19:27

closed (fixed)

Packaging (RedHat)

Bug in preinstall scriptlet of sogo-3.1.1 RPM package

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



smime.p7s
Description: S/MIME cryptographic signature


[SOGo] LDAP address book not visible

2016-05-23 Thread &quot;Roman Smid"
Hello,
I'm trying to add a LDAP global address book to my SoGo 3.1 installation on
Ubuntu server, but with no luck. I want to use it only as an address book,
not for authentication, which is done using MSQL and working well. I have
added

  SOGoUserSources = (
{
  type = ldap;
  CNFieldName = cn;
  UIDFieldName = uid;
  IDFieldName = uid; // first field of the DN for direct binds
  bindFields = (uid, cn); // array of fields to use for indirect binds
  baseDN = "ou=admini,dc=iba,dc=muni,dc=cz";
  bindDN = "cn=admin,dc=iba,dc=muni,dc=cz";
  bindPassword = "secret";
  canAuthenticate = NO;
  displayName = "Address book";
  hostname = ldap://127.0.0.1:389;
  id = adresar;
  isAddressBook = YES;
  scope = SUB;
  userPasswordAlgorithm = ssha;
}
  );

But this source does not show up in the Web UI at all  (no "Address book"
visible among Global Addressbooks).
I have enabled the LDAPDebugEnabled option, but nothing concerning LDAP
appears in the log. 
What am I doing wrong?
Thanx
Roman


smime.p7s
Description: S/MIME cryptographic signature


[SOGo] sieve filters for additional imap accounts

2014-01-13 Thread Roman Walters
Hi,

I have included my private imap account to SOGo webinterface. 
I can not move mails in subfolders with a sieve rule for this additional imap 
account, because I get only the folders of the main imap account in the 
dropdown menu.
Is this a limitation or is there a configuration variable?

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


[SOGo] Thunderbird integrator can not edit events nor delete Addressbooks

2014-01-11 Thread Roman Walters

Hi,

I installed SOGo with this installation Guide 
https://wiki.debian.org/SOGo. But also want the integrator. Did install 
it with the Installation Guide on sogo.nu


Everthink works fine, if i only use the thunderbird connector. Then I 
can make new Calendar entries, edit and delete them from 
Thunderbird-lightning.


But if I use the integrator I can only make new entries, but cannot edit 
them or move ore remove them in Thunderbird-lightning.

I can make new Addressbooks in Thunderbird, but can not delete them.
The new Addressbook is not shown on the webinterface.
Deleting and editing entries in the personal addressbook is working and 
synchroniced.


Can anybody give me a hint?

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


[SOGo] Tell Webinterface to look in all imapfolders for new mails

2014-01-11 Thread Roman Walters
Hi,

is there a possibility to tell the webinterface to look in all imap-folders for 
new mails?
I have sieve filters activated, and put some mails in subfolders. Roundcube can 
be conifgured to look in all folders for new mail, so that I see in the folder 
tree if there is a new message in a subfolder. Is this also possible in SOGo? I 
didn't find something in the documentation.

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


Re: [SOGo] Thunderbird integrator can not edit events nor delete Addressbooks

2014-01-11 Thread Roman Walters
 
Am Samstag, 11. Januar 2014 12:17 CET, Roman Walters r...@pout.at schrieb: 
 
 Hi,
 
 I installed SOGo with this installation Guide 
 https://wiki.debian.org/SOGo. But also want the integrator. Did install 
 it with the Installation Guide on sogo.nu
 
 Everthink works fine, if i only use the thunderbird connector. Then I 
 can make new Calendar entries, edit and delete them from 
 Thunderbird-lightning.
 
 But if I use the integrator I can only make new entries, but cannot edit 
 them or move ore remove them in Thunderbird-lightning.
 I can make new Addressbooks in Thunderbird, but can not delete them.
 The new Addressbook is not shown on the webinterface.
 Deleting and editing entries in the personal addressbook is working and 
 synchroniced.
 
 Can anybody give me a hint?
 
 Thanks Roman
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
 
 
 HI,

this is solved. I had the wrong Version of SOGo Connector.

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