Re: [SOGo] Brazilian daylight saving time issue

2018-12-17 Thread Igor Almeida
Hi Miguel,
I’m assuming the problem is timezone inconsistency between  Outlook 2003 and 
php (which is the only “software” in the entire world that uses Sao_Paulo as a 
timezone when it doesn’t exist in reality. -.-

I don’t think that anything could be done in this case, maybe I’m wrong.

Hope someone else has a better answer for you.

Igor Almeida

Sent from my iPhone

> On Dec 17, 2018, at 09:47, Miguel Mucio Santos Moreira 
> (mig...@prodemge.gov.br)  wrote:
> 
> PRODEMGE
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] How to change colours on SOGo 4

2018-06-27 Thread Igor Almeida
Hi guys,
I tried to add a new palette to the 
/usr/lib/GNUstep/SOGo/WebServerResources/js/Common.js file.
r.definePalette("sogo-orange", {
  50: "FFF3E0",
  100: "FFE0B2",
  200: "FFCC80",
  300: "FFB74D",
  400: "FFA726",
  500: "FF9800",
  600: "FB8C00",
  700: "F57C00",
  800: "EF6C00",
  900: "E65100",
  A100: "FFD180",
  A200: "FFAB40",
  A400: "FF9100",
  A700: "FF6D00",
  contrastDefaultColor: "light",
  contrastDarkColors: ["50", "100", "200"]
})

But when I change the values in:
r.definePalette("sogo-grey", o), 
r.theme("default").primaryPalette(“sogo-orange", {
  default: "900",
  "hue-1": "400",
  "hue-2": "800",
  "hue-3": "A700"
}).accentPalette(“sogo-orange", {
  default: "500",
  "hue-1": "A100",
  "hue-2": "300",
  "hue-3": "A700"
}).backgroundPalette("sogo-grey"), DebugEnabled || (e.debugEnabled(!1), 
t.debugInfoEnabled(!1), i.disableWarnings(), r.generateThemesOnDemand(!0)), 
n.interceptors.push("AuthInterceptor"), n.interceptors.push("ErrorInterceptor”)

The SOGo login interface has the green accent on the button and when logged in, 
nothing is with the colour I chose. It is all default colours, I believe is the 
green theme.

Any ideas how and where I need to go to get this working?

Thank you,
Igor Almeida
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problems with ActiveSync

2018-05-16 Thread Igor Almeida
Thomas,
Thank you so much. Do I say it or you say it!? That was dumb of my part. But as 
I said… I never used activesync before so probably decided when setting up this 
environment not to install the module.

Well, all working now.

Again, thank you so much,
Igor


> On May 16, 2018, at 13:35, Thomas Führer (t...@aon.at)  wrote:
> 
> The package sogo-activesync is missing.
> 
> Regards, Thomas
> 
> 
> 
>  Igor Almeida schrieb 
> 
> Sure can!
> 
> Debian 8 with Postfix, dovecot and SOGo.
> 
> cat /etc/apt/sources.list.d/sogo.list 
> deb http://packages.inverse.ca/SOGo/nightly/3/debian/ jessie jessie
> 
> sope4.9-libxmlsaxdriver:amd64 (4.9.r1664.20180207)
> libsope-xml4.9:amd64 (4.9.r1664.20180207)
> libsope-appserver4.9:amd64 (4.9.r1664.20180207)
> libsope-mime4.9:amd64 (4.9.r1664.20180207)
> sope4.9-gdl1-mysql:amd64 (4.9.r1664.20180207)
> libsope-ldap4.9:amd64 (4.9.r1664.20180207)
> libsope-gdl1-4.9:amd64 (4.9.r1664.20180207)
> libsope-core4.9:amd64 (4.9.r1664.20180207)
> 
> sogo:amd64 (3.2.10.20180225-1)
> 
> The conf files I sent on my first email.
> 
> 
> I added the apt source and from there I followed the tuts around to install 
> everything. The system has been running for a year now. No problems 
> whatsoever.. So two days ago I just apt-get updated everything and tried for 
> the first time the active sync with no success.
> 
> Thank you for the help.
> Igor
> 
> 
> 
> > On May 16, 2018, at 12:31, Thomas Führer (t...@aon.at)  
> > wrote:
> > 
> > Igor,
> > can you give a bit more info about your installation: OS, list the 
> > sogo/sope packages installed, ...
> > Regards,
> > Thomas
> > Am Mittwoch, Mai 16, 2018 20:44 CEST, "Igor Almeida" (i...@ikolu.ca) 
> >  schrieb:
> > 
> >> Thomas,
> >> On the nginx log:
> >> my_ip 0.007 - [16/May/2018:11:41:25 -0700] mail.xxx "OPTIONS 
> >> /Microsoft-Server-ActiveSync HTTP/2.0" 200 210 "-" 
> >> "Apple-iPhone10C6/1505.216”
> >> 
> >> I’m lost…. there is no info…
> >> 
> >> Igor
> >> 
> >> 
> >> > On May 16, 2018, at 11:38, Thomas Führer (t...@aon.at)  
> >> > wrote:
> >> >
> >> > Igor,
> >> > right after the "OPTIONS /SOGo/Microsoft-Server-ActiveSync ..." e.g. 
> >> > Outlook should send a request like this:
> >> >
> >> >  POST /SOGo/Microsoft-Server-ActiveSync?Cmd=FolderSync  with 
> >> > following content:
> >> >
> >> >  >> > "http://www.microsoft.com/";>
> >> > 
> >> > 0
> >> > 
> >> >
> >> > If you don't see this in sogo.log you could check the logs of nginx for 
> >> > such request.
> >> >
> >> > Regards,
> >> > Thomas
> >> >
> >> > Am Mittwoch, Mai 16, 2018 18:16 CEST, "Igor Almeida" (i...@ikolu.ca) 
> >> >  schrieb:
> >> >
> >> >> Thomas,
> >> >> Thank you for the reply.
> >> >> Adding the line you requested and enabling a few more debug options in 
> >> >> the .conf gave me almost same output:
> >> >>
> >> >> May 16 09:14:38 sogod [4766]: |SOGo| starting method 'OPTIONS' on uri 
> >> >> '/SOGo/Microsoft-Server-ActiveSync'
> >> >> May 16 09:14:38 sogod [4766]: <0x0x55c5b33c1810[SOGoCache]> Cache 
> >> >> cleanup interval set every 300.00 seconds
> >> >> May 16 09:14:38 sogod [4766]: <0x0x55c5b33c1810[SOGoCache]> Using 
> >> >> host(s) 'localhost' as server(s)
> >> >> May 16 09:14:38 sogod [4766]: |SOGo| request took 0.010313 seconds to 
> >> >> execute
> >> >> May 16 09:14:38 sogod [4766]: 184.70.254.238 "OPTIONS 
> >> >> /SOGo/Microsoft-Server-ActiveSync HTTP/1.0" 200 0/0 0.013 - - 0M
> >> >>
> >> >> Any ideas left?
> >> >>
> >> >> Thank you,
> >> >> Igor
> >> >>
> >> >>
> >> >> > On May 15, 2018, at 22:24, Thomas Führer (t...@aon.at) 
> >> >> >  wrote:
> >> >> >
> >> >> > SOGoEASDebugEnabled
> >> >>
> >> >> --
> >> >> users@sogo.nu
> >> >> https://inverse.ca/sogo/lists
> >> >
> >> >
> >> >
> >> >
> >> > --
> >> > users@sogo.nu
> >> > https://inverse.ca/sogo/lists
> >> 
> >> --
> >> users@sogo.nu
> >> https://inverse.ca/sogo/lists
> > 
> > 
> > 
> > 
> > -- 
> > users@sogo.nu
> > https://inverse.ca/sogo/lists
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] Problems with ActiveSync

2018-05-16 Thread Igor Almeida
Sure can!

Debian 8 with Postfix, dovecot and SOGo.

cat /etc/apt/sources.list.d/sogo.list 
deb http://packages.inverse.ca/SOGo/nightly/3/debian/ jessie jessie

sope4.9-libxmlsaxdriver:amd64 (4.9.r1664.20180207)
libsope-xml4.9:amd64 (4.9.r1664.20180207)
libsope-appserver4.9:amd64 (4.9.r1664.20180207)
libsope-mime4.9:amd64 (4.9.r1664.20180207)
sope4.9-gdl1-mysql:amd64 (4.9.r1664.20180207)
libsope-ldap4.9:amd64 (4.9.r1664.20180207)
libsope-gdl1-4.9:amd64 (4.9.r1664.20180207)
libsope-core4.9:amd64 (4.9.r1664.20180207)

sogo:amd64 (3.2.10.20180225-1)

The conf files I sent on my first email.


I added the apt source and from there I followed the tuts around to install 
everything. The system has been running for a year now. No problems 
whatsoever.. So two days ago I just apt-get updated everything and tried for 
the first time the active sync with no success.

Thank you for the help.
Igor



> On May 16, 2018, at 12:31, Thomas Führer (t...@aon.at)  wrote:
> 
> Igor,
> can you give a bit more info about your installation: OS, list the sogo/sope 
> packages installed, ...
> Regards,
> Thomas
> Am Mittwoch, Mai 16, 2018 20:44 CEST, "Igor Almeida" (i...@ikolu.ca) 
>  schrieb:
>  
>> Thomas,
>> On the nginx log:
>> my_ip 0.007 - [16/May/2018:11:41:25 -0700] mail.xxx "OPTIONS 
>> /Microsoft-Server-ActiveSync HTTP/2.0" 200 210 "-" 
>> "Apple-iPhone10C6/1505.216”
>> 
>> I’m lost…. there is no info…
>> 
>> Igor
>> 
>> 
>> > On May 16, 2018, at 11:38, Thomas Führer (t...@aon.at)  
>> > wrote:
>> >
>> > Igor,
>> > right after the "OPTIONS /SOGo/Microsoft-Server-ActiveSync ..." e.g. 
>> > Outlook should send a request like this:
>> >
>> >  POST /SOGo/Microsoft-Server-ActiveSync?Cmd=FolderSync  with 
>> > following content:
>> >
>> > > > "http://www.microsoft.com/";>
>> > 
>> > 0
>> > 
>> >
>> > If you don't see this in sogo.log you could check the logs of nginx for 
>> > such request.
>> >
>> > Regards,
>> > Thomas
>> >
>> > Am Mittwoch, Mai 16, 2018 18:16 CEST, "Igor Almeida" (i...@ikolu.ca) 
>> >  schrieb:
>> >
>> >> Thomas,
>> >> Thank you for the reply.
>> >> Adding the line you requested and enabling a few more debug options in 
>> >> the .conf gave me almost same output:
>> >>
>> >> May 16 09:14:38 sogod [4766]: |SOGo| starting method 'OPTIONS' on uri 
>> >> '/SOGo/Microsoft-Server-ActiveSync'
>> >> May 16 09:14:38 sogod [4766]: <0x0x55c5b33c1810[SOGoCache]> Cache cleanup 
>> >> interval set every 300.00 seconds
>> >> May 16 09:14:38 sogod [4766]: <0x0x55c5b33c1810[SOGoCache]> Using host(s) 
>> >> 'localhost' as server(s)
>> >> May 16 09:14:38 sogod [4766]: |SOGo| request took 0.010313 seconds to 
>> >> execute
>> >> May 16 09:14:38 sogod [4766]: 184.70.254.238 "OPTIONS 
>> >> /SOGo/Microsoft-Server-ActiveSync HTTP/1.0" 200 0/0 0.013 - - 0M
>> >>
>> >> Any ideas left?
>> >>
>> >> Thank you,
>> >> Igor
>> >>
>> >>
>> >> > On May 15, 2018, at 22:24, Thomas Führer (t...@aon.at)  
>> >> > wrote:
>> >> >
>> >> > SOGoEASDebugEnabled
>> >>
>> >> --
>> >> users@sogo.nu
>> >> https://inverse.ca/sogo/lists
>> >
>> >
>> >
>> >
>> > --
>> > users@sogo.nu
>> > https://inverse.ca/sogo/lists
>> 
>> --
>> users@sogo.nu
>> https://inverse.ca/sogo/lists
> 
> 
> 
>  
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] Problems with ActiveSync

2018-05-16 Thread Igor Almeida
Thomas,
On the nginx log:
my_ip 0.007 - [16/May/2018:11:41:25 -0700] mail.xxx "OPTIONS 
/Microsoft-Server-ActiveSync HTTP/2.0" 200 210 "-" "Apple-iPhone10C6/1505.216”

I’m lost…. there is no info…

Igor


> On May 16, 2018, at 11:38, Thomas Führer (t...@aon.at)  wrote:
> 
> Igor,
> right after the "OPTIONS /SOGo/Microsoft-Server-ActiveSync ..."  e.g. Outlook 
> should send a request like this:
> 
>  POST /SOGo/Microsoft-Server-ActiveSync?Cmd=FolderSync  with 
> following content:
> 
>  "http://www.microsoft.com/";>
> 
>  0
> 
> 
> If you don't see this in sogo.log you could check the logs of nginx for such 
> request.
> 
> Regards,
> Thomas
> 
> Am Mittwoch, Mai 16, 2018 18:16 CEST, "Igor Almeida" (i...@ikolu.ca) 
>  schrieb:
>  
>> Thomas,
>> Thank you for the reply.
>> Adding the line you requested and enabling a few more debug options in the 
>> .conf gave me almost same output:
>> 
>> May 16 09:14:38 sogod [4766]: |SOGo| starting method 'OPTIONS' on uri 
>> '/SOGo/Microsoft-Server-ActiveSync'
>> May 16 09:14:38 sogod [4766]: <0x0x55c5b33c1810[SOGoCache]> Cache cleanup 
>> interval set every 300.00 seconds
>> May 16 09:14:38 sogod [4766]: <0x0x55c5b33c1810[SOGoCache]> Using host(s) 
>> 'localhost' as server(s)
>> May 16 09:14:38 sogod [4766]: |SOGo| request took 0.010313 seconds to execute
>> May 16 09:14:38 sogod [4766]: 184.70.254.238 "OPTIONS 
>> /SOGo/Microsoft-Server-ActiveSync HTTP/1.0" 200 0/0 0.013 - - 0M
>> 
>> Any ideas left?
>> 
>> Thank you,
>> Igor
>> 
>> 
>> > On May 15, 2018, at 22:24, Thomas Führer (t...@aon.at)  
>> > wrote:
>> >
>> > SOGoEASDebugEnabled
>> 
>> --
>> users@sogo.nu
>> https://inverse.ca/sogo/lists
> 
> 
> 
>  
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] Problems with ActiveSync

2018-05-16 Thread Igor Almeida
Thomas,
Thank you for the reply.
Adding the line you requested and enabling a few more debug options in the 
.conf gave me almost same output:

May 16 09:14:38 sogod [4766]: |SOGo| starting method 'OPTIONS' on uri 
'/SOGo/Microsoft-Server-ActiveSync'
May 16 09:14:38 sogod [4766]: <0x0x55c5b33c1810[SOGoCache]> Cache cleanup 
interval set every 300.00 seconds
May 16 09:14:38 sogod [4766]: <0x0x55c5b33c1810[SOGoCache]> Using host(s) 
'localhost' as server(s)
May 16 09:14:38 sogod [4766]: |SOGo| request took 0.010313 seconds to execute
May 16 09:14:38 sogod [4766]: 184.70.254.238 "OPTIONS 
/SOGo/Microsoft-Server-ActiveSync HTTP/1.0" 200 0/0 0.013 - - 0M

Any ideas left?

Thank you,
Igor


> On May 15, 2018, at 22:24, Thomas Führer (t...@aon.at)  wrote:
> 
> SOGoEASDebugEnabled

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

[SOGo] Problems with ActiveSync

2018-05-15 Thread Igor Almeida
otifications = YES;
  SOGoEnableEMailAlarms = YES;

  /* Authentication */
  SOGoPasswordChangeEnabled = YES;


  SOGoUserSources =
(
  {
type = sql;
id = users;
viewURL = 
"mysql://vimbadmin:RAMUicCs@localhost:3306/vimbadmin/sogo_view";
canAuthenticate = YES;
isAddressBook = YES;
displayName = "Domain Address Book";
SOGoEnableDomainBasedUID = YES;
userPasswordAlgorithm = md5;
  }
);

  /* Web Interface */
  SOGoPageTitle = mahost.ca;
  SOGoVacationEnabled = YES;
  SOGoForwardEnabled = YES;
  SOGoSieveScriptsEnabled = YES;
  //SOGoMailAuxiliaryUserAccountsEnabled = YES;
  //SOGoTrustProxyAuthentication = NO;
  //SOGoXSRFValidationEnabled = YES;

  /* General */
  SOGoLanguage = English;
  SOGoTimeZone = America/Vancouver;
  SOGoLoginModule = Mail;
  //SOGoCalendarDefaultRoles = (
  //  PublicDAndTViewer,
  //  ConfidentialDAndTViewer
  //);
  //SOGoSuperUsernames = (sogo1, sogo2); // This is an array - keep the parens!
  //SxVMemLimit = 384;
  //WOPidFile = "/var/run/sogo/sogo.pid";
  //SOGoMemcachedHost = "/var/run/memcached.sock";

  /* Debug */
  //SOGoDebugRequests = YES;
  //SoDebugBaseURL = YES;
  //ImapDebugEnabled = YES;
  //LDAPDebugEnabled = YES;
  //PGDebugEnabled = YES;
  //MySQL4DebugEnabled = YES;
  //SOGoUIxDebugEnabled = YES;
  //WODontZipResponse = YES;
  //WOLogFile = /var/log/sogo/sogo.log;
}


Thank you so much in advance,
Igor Almeida
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGo not sending scripts to managesieve

2016-09-20 Thread Igor Almeida
Oliver,
I know this thread is kinda old but have you fixed your problem?
I’m facing the same issue as you and I don;t know what to do anymore!

Thank you,
Igor

> On Jun 28, 2016, at 5:34 AM, so...@oliver-kabierschke.de  
> wrote:
> 
> Hello Christian,
>  
> thanks for your reply.
> The only setting that was different from yours it the MailSpoolPath. I 
> adapted it, but nothing changed.
> I also created the script /var/vmail/.../sieve/sogo.sieve as well as the link 
> /var/vmail/.../.sieve pointing to the sogo script. But as before, when I 
> modify the filter rules in the SOGo web interface and save the changes, SOGo 
> tells managesieve the command 'SETACTIVE ""' which deletes the link 
> /var/vmail/.../.sieve and furthermore 'DELETESCRIPT "sogo"' which removes the 
> file /var/vmail/.../sieve/sogo.sieve. But then SOGo doesn't sends any further 
> instructions to create a new sogo script and to reenable it.
> I'm not using any other software than SOGo to modify my sieve scripts.
>  
> Oliver
> 
>  
> -- Originalnachricht --
> Von: "Christian Eichert" mailto:users@sogo.nu>>
> An: users@sogo.nu 
> Gesendet: 28.06.2016 13:51:11
> Betreff: Re: [SOGo] SOGo not sending scripts to managesieve
>  
>> Hallo to allerseits
>> 
>> I had a similar problem about a long time ago when I first implemented SOGo
>> 
>> there the following settings in /etc/sogo/sogo.conf that are relevant with 
>> sieve
>> 
>> SOGoMailSpoolPath = /var/vmail;
>> [...]
>> SOGoSieveServer = "sieve://mail.mydomain.org:4190 
>> ";
>> SOGoSieveScriptsEnabled = YES; // (Sieve Script einschalten)
>> SOGoVacationEnabled = YES;
>> SOGoForwardEnabled = YES;
>> 
>> this will result that for example in this described case sogo expects 
>> u...@mydomain.org  to have a folder called
>> 
>> /var/vmail/u...@mydomain.org /sieve/ 
>> 
>> and in it a file called :
>> 
>> /var/vmail/u...@mydomain.org 
>> /sieve/sogo.sieve
>> 
>> The first thing to remember is that 
>> 1) YOU MUST CREAT IT. SOGo will not create this file for you. And you must 
>> call it sogo.sieve. No other name is good.
>> And you have to place the link from 
>> 
>> ln /var/vmail/u...@mydomain.org 
>> /sieve/sogo.sieve 
>> /var/vmail/u...@mydomain.org 
>> /.dovecot.sieve
>> 
>> for dovecot to know this is the main sieve script. SOGo will not put the 
>> link.
>> 
>> For some reason this file (/var/vmail/u...@mydomain.org 
>> /sieve/sogo.sieve) is not read 
>> correctly by SOGo.
>> 
>> If you create it and modify it with SOGo the world looks fine, but you must 
>> never touch this script with another editor.
>> 2) If you modify this file for example with the Thunderbird app SOGO will 
>> ignore the changing and will overwrite it with the last version you created 
>> with SOGo next time.
>> 
>> Also SOGo does not allow one to write the sieve script by hand.
>> 
>> The Thunderbird plugin will let you create a huge number of scripts, but you 
>> can always activate only one.
>> The script you create with Thunderbird will be called main.sieve and if you 
>> activate it your script you created with SOGo will not be active.
>> 
>> And probably this is happening with your case.
>> 
>> Have Fun
>> 
>> Christian
>> 
>> 
>> 
>> On 27.06.2016 21:56, so...@oliver-kabierschke.de 
>>  wrote:
>>> Hi Tilo, 
>>> 
>>> thanks for your response. For me it's: 
>>> 
>>> plugin { 
>>>   sieve = /var/vmail/%d/%n/.sieve 
>>>   sieve_dir = /var/vmail/%d/%n/sieve 
>>>   sieve_before = /var/vmail/sieve/spam-global.sieve 
>>> } 
>>> 
>>> As managesieve does not throw any error despite from the non-existant sogo 
>>> script, I suppose, the fault is located on the sogo side and dovecot is 
>>> configured correctly. 
>>> Is somone else using SOGo 3.1.x on Ubuntu 16.04 with dovecot 2.2.22? 
>>> 
>>> Oliver 
>>> 
>>> 
>>> -- Originalnachricht -- 
>>> Von: "Tilo Werner" mailto:users@sogo.nu  
>>> An: users@sogo.nu  
>>> Gesendet: 27.06.2016 12:43:54 
>>> Betreff: Re: [SOGo] SOGo not sending scripts to managesieve 
>>> 
 Hi, 
 
 for dovecot I've got: 
 
 plugin { 
   sieve = /var/vmail/%d/%n/.dovecot.sieve 
   sieve_dir = /var/vmail/%d/%n/.sieve 
   sieve_before = /etc/dovecot/sieve.before 
 } 
 
 where .dovecot.sieve is a link to the active sieve script in folder .sieve 
 
 ls -la /var/vmail/moosbee.de/tilo/.dovecot.sieve 
  -> .sieve/sogo.sieve 
 
 The active script is defined by the link target. 
 
 Hope that helps. 
 Tilo 
 
 Am 27.06.2016 um 00:23 schrieb so...@oliver-kabierschke.de 
 : 
>  Hello everybody, 
> 
>  I'm having prob