Re: [Dovecot] patching dovecot for sieve/managesieve support, centos 5.6?

2011-11-10 Thread Stephan Bosch
This mail was answered before. Don't repost your question unless you 
have acted on the information provided, got new information or have 
additional questions. Re-posting the exact same message makes no sense.


Regards,

Stephan.

On 11/10/2011 5:09 AM, Scott Lewis wrote:



- Forwarded Message -
From: Scott Lewisscott_the_music...@yahoo.com.au
To: dovecot@dovecot.orgdovecot@dovecot.org
Sent: Thursday, 3 November 2011 4:31 PM
Subject: patching dovecot for sieve/managesieve support, centos 5.6?


Hi all,

I am having real trouble when attempting to patch dovecot 1.2 to include the 
Pidgeonhole sieve support on my CentOS 5.6 x64 mail server. I am relatively new 
to the programming side of linux, but I am not having a lot of luck when trying 
to get this thing to compile.

Here's what happens:

[root@mail ~]# whereis dovecot
dovecot: /usr/sbin/dovecot /etc/dovecot.conf /usr/lib/dovecot 
/usr/libexec/dovecot /usr/share/man/man8/dovecot.8.gz

[root@mail dovecot-1.2-sieve-0.1.19]# ./configure 
--with-dovecot=/usr/lib/dovecot

...

checking whether to build static libraries... yes
dovecot-config not found from /usr/lib/dovecot, use --with-dovecot=PATH
to give path to compiled Dovecot sources or to a directory with the
installed dovecot-config file. configure: error:
  dovecot-config not found

--

I get this message regardless of whether I set --with-dovecot as 
/usr/sbin/dovecot, or /etc, or /usr/libexec/dovecot.

I have SquirrelMail 1.4.22 running, and the avelsieve front-end seems happy 
enough. when I visit https://mail.mydomain.com/src/configtest.php, I get:

Avelsieve plugin details: backend = ManageSieve
ERROR: I could not determine the capabilities for Sieve Mail Filtering. Perhaps 
connectivity with ManageSieve server (if backend=Managesieve) is bad?

thanks in advance!




Re: [Dovecot] patching dovecot for sieve/managesieve support, centos 5.6?

2011-11-09 Thread Scott Lewis



- Forwarded Message -
From: Scott Lewis scott_the_music...@yahoo.com.au
To: dovecot@dovecot.org dovecot@dovecot.org
Sent: Thursday, 3 November 2011 4:31 PM
Subject: patching dovecot for sieve/managesieve support, centos 5.6?


Hi all, 

I am having real trouble when attempting to patch dovecot 1.2 to include the 
Pidgeonhole sieve support on my CentOS 5.6 x64 mail server. I am relatively new 
to the programming side of linux, but I am not having a lot of luck when trying 
to get this thing to compile.

Here's what happens:

[root@mail ~]# whereis dovecot
dovecot: /usr/sbin/dovecot /etc/dovecot.conf /usr/lib/dovecot 
/usr/libexec/dovecot /usr/share/man/man8/dovecot.8.gz

[root@mail dovecot-1.2-sieve-0.1.19]# ./configure 
--with-dovecot=/usr/lib/dovecot

...

checking whether to build static libraries... yes
dovecot-config not found from /usr/lib/dovecot, use --with-dovecot=PATH
to give path to compiled Dovecot sources or to a directory with the
installed dovecot-config file. configure: error:
 dovecot-config not found

--

I get this message regardless of whether I set --with-dovecot as 
/usr/sbin/dovecot, or /etc, or /usr/libexec/dovecot.

I have SquirrelMail 1.4.22 running, and the avelsieve front-end seems happy 
enough. when I visit https://mail.mydomain.com/src/configtest.php, I get:

Avelsieve plugin details: backend = ManageSieve 
ERROR: I could not determine the capabilities for Sieve Mail Filtering. Perhaps 
connectivity with ManageSieve server (if backend=Managesieve) is bad?

thanks in advance!

Re: [Dovecot] patching dovecot for sieve/managesieve support, centos 5.6?

2011-11-03 Thread Stephan Bosch

Op 3-11-2011 6:31, Scott Lewis schreef:

Hi all,

I am having real trouble when attempting to patch dovecot 1.2 to include the 
Pidgeonhole sieve support on my CentOS 5.6 x64 mail server. I am relatively new 
to the programming side of linux, but I am not having a lot of luck when trying 
to get this thing to compile.

Here's what happens:

[root@mail ~]# whereis dovecot
dovecot: /usr/sbin/dovecot /etc/dovecot.conf /usr/lib/dovecot 
/usr/libexec/dovecot /usr/share/man/man8/dovecot.8.gz

[root@mail dovecot-1.2-sieve-0.1.19]# ./configure 
--with-dovecot=/usr/lib/dovecot

...

checking whether to build static libraries... yes
dovecot-config not found from /usr/lib/dovecot, use --with-dovecot=PATH
to give path to compiled Dovecot sources or to a directory with the
installed dovecot-config file. configure: error: dovecot-config not found

--

I get this message regardless of whether I set --with-dovecot as 
/usr/sbin/dovecot, or /etc, or /usr/libexec/dovecot.


I'm not familiar with CentOS, but there usually is a separate package 
containing the Dovecot development headers and the dovecot-config file 
you need. By the looks of things, that is not installed at your end. 
Point the --with-dovecot to wherever the dovecot-config file is installed.


Regards,

Stephan.


[Dovecot] patching dovecot for sieve/managesieve support, centos 5.6?

2011-11-02 Thread Scott Lewis
Hi all, 

I am having real trouble when attempting to patch dovecot 1.2 to include the 
Pidgeonhole sieve support on my CentOS 5.6 x64 mail server. I am relatively new 
to the programming side of linux, but I am not having a lot of luck when trying 
to get this thing to compile.

Here's what happens:

[root@mail ~]# whereis dovecot
dovecot: /usr/sbin/dovecot /etc/dovecot.conf /usr/lib/dovecot 
/usr/libexec/dovecot /usr/share/man/man8/dovecot.8.gz

[root@mail dovecot-1.2-sieve-0.1.19]# ./configure 
--with-dovecot=/usr/lib/dovecot

...

checking whether to build static libraries... yes
dovecot-config not found from /usr/lib/dovecot, use --with-dovecot=PATH
to give path to compiled Dovecot sources or to a directory with the
installed dovecot-config file. configure: error: dovecot-config not found

--

I get this message regardless of whether I set --with-dovecot as 
/usr/sbin/dovecot, or /etc, or /usr/libexec/dovecot.

I have SquirrelMail 1.4.22 running, and the avelsieve front-end seems happy 
enough. when I visit https://mail.mydomain.com/src/configtest.php, I get:

Avelsieve plugin details: backend = ManageSieve 
ERROR: I could not determine the capabilities for Sieve Mail Filtering. Perhaps 
connectivity with ManageSieve server (if backend=Managesieve) is bad?

thanks in advance!