Re: [SOGo] Vacation / sieve scripts question

2013-04-11 Thread Vilius Baušys
In fact that was my primary intension - not listen sieve on all interfaces. So it should be protocol managesieve { listen = 127.0.01:4190 } -- Vilius On Thu, Apr 11, 2013 at 9:04 PM, Jean Raby wrote: > On 13-04-11 1:58 PM, Vilius Baušys wrote: > >> >> The connection is refused. loca

Re: [SOGo] Vacation / sieve scripts question

2013-04-11 Thread Jean Raby
On 13-04-11 1:58 PM, Vilius Baušys wrote: The connection is refused. localhost.localdomain.sieve is returning a tcp reset. I have no idea why it works when you telnet to the port... Do you have iptables running on this host? There is no iptables on host I just noticed that

Re: [SOGo] Vacation / sieve scripts question

2013-04-11 Thread Vilius Baušys
> The connection is refused. localhost.localdomain.sieve is returning a tcp > reset. > I have no idea why it works when you telnet to the port... > Do you have iptables running on this host? > There is no iptables on host > I just noticed that telnet is using ipv6 to connect, just to test, try >

Re: [SOGo] Vacation / sieve scripts question

2013-04-11 Thread Jean Raby
On 13-04-11 12:57 PM, Vilius Baušys wrote: 192.168.1.167 - - [11/Apr/2013:19:53:41 GMT] "GET /SOGo/so/v.pavarde...@domain.com/preferences HTTP/1.1" 200 13812/0 0.016 58952 76% -32K Apr 11 19:53:47 sogod [15169]: [ERROR] [we-rm] did not find locale for

Re: [SOGo] Vacation / sieve scripts question

2013-04-11 Thread Vilius Baušys
tcpdump totali difers whn connecting with telnet to 4190. Looks like sogo cannot ven trie to authentificate. While looking on SOGoSieveManager source i see only to occurencies if (!client) { NSLog(@"Sieve connection failed on %@", [url description]); return NO; } and if (!connected) { NSLog(@"Si

Re: [SOGo] Vacation / sieve scripts question

2013-04-11 Thread Vilius Baušys
192.168.1.167 - - [11/Apr/2013:19:53:41 GMT] "GET /SOGo/so/ v.pavarde...@domain.com/preferences HTTP/1.1" 200 13812/0 0.016 58952 76% -32K Apr 11 19:53:47 sogod [15169]: [ERROR] [we-rm] did not find locale for language: Lithuanian 2013-04-11 19:53:47.058 sogod[15169] Sieve connection failed on siev

Re: [SOGo] Vacation / sieve scripts question

2013-04-11 Thread Jean Raby
On 13-04-11 12:10 PM, Vilius Baušys wrote: On Thu, Apr 11, 2013 at 10:15 AM, Adi Kriegisch mailto:a...@cg.tuwien.ac.at>> wrote: You know that this is just a base64 encoded version of your username with your plain text password, right? In other words: | echo AHYucGF2YXJkZW5p

Re: [SOGo] Vacation / sieve scripts question

2013-04-11 Thread Vilius Baušys
On Thu, Apr 11, 2013 at 10:15 AM, Adi Kriegisch wrote: > You know that this is just a base64 encoded version of your username with > your plain text password, right? > In other words: > | echo AHYucGF2YXJkZW5pc0Bla3NwbGEuY29tAGFiY2RhYmNk | base64 -d > I understand that. Does sogo connect to si

Re: [SOGo] Vacation / sieve scripts question

2013-04-11 Thread Jean Raby
On 13-04-11 3:15 AM, Adi Kriegisch wrote: You know that this is just a base64 encoded version of your username with your plain text password, right? In other words: | echo AHYucGF2YXJkZW5dpc0Bla3NwbGEuY29tAGFiY2RdhYmNk | base64 -d Why exactly are you posting this to the list? I mean, if the

Re: [SOGo] Vacation / sieve scripts question

2013-04-11 Thread Adi Kriegisch
>OK "Dovecot ready." >AUTHENTICATE "PLAIN" "AHYucGF2YXJkZW5pc0Bla3NwbGEuY29tAGFiY2RhYmNk" You know that this is just a base64 encoded version of your username with your plain text password, right? In other words: | echo AHYucGF2YXJkZW5pc0Bla3NwbGEuY29tAGFiY2RhYmNk | base64 -d -- Adi --

Re: [SOGo] Vacation / sieve scripts question

2013-04-10 Thread Jean Raby
On 13-04-10 1:59 PM, Vilius Baušys wrote: I believe there is some misconfiguration in sogo. But cannot find out what I did wrong. How can I debug sogo connection to sieve? Try to sniff the connection using either tcpdump -X or tcpflow -c -i lo port 4190 that should give a good insight. -- J

[SOGo] Vacation / sieve scripts question

2013-04-10 Thread Vilius Baušys
Hello, I have problem with vacation in sogo. Acording to sogo.log seems that sieve service is not avalaible: 192.168.1.167 - - [10/Apr/2013:20:27:06 GMT] "GET /SOGo/so/ v.pavarde...@domain.com/preferences HTTP/1.1" 200 13736/0 0.016 58595 76% 4K 2013-04-10 20:27:09.006 sogod[31974] Sieve connecti