Re: [Dovecot] CentOS 5 ... again

2009-02-12 Thread Jan-Hendrik Zab
On Tue, 10 Feb 2009 18:02:23 +0100
Angel Marin  wrote:

> Scott Silva wrote:
> > on 2-9-2009 8:07 PM Linux Advocate spake the following:
> >> guys , i m new to centos. i have learned to use yum and the
> >> priority plugin. Does the atrpm repo provide the most up to date
> >> version of dovecot? i have
> > the following
> >> repos configured ->epel and rpm forge besides thestandard
> >> base,updates,addons,extras repos.
> >>
> >>
> > Atrpms is the most up to date version I have found so far, and it
> > looks like it is recently up to 1.1.11. They also have the 1.0
> > branch if you need it. I usually leave it disabled and only enable
> > it with the "yum --enablerepo=atrpms update dovecot"
> > command when I want to update dovecot. It seems a little too
> > "cutting edge" for my tastes on a server.
> > Others are OK with it being enabled, so YMMV.
> 
> If you only want to pull dovecot from atrpms, add a includepkgs
> option to the repo definition[1] and leave it enabled. You'll see
> dovecot updates just like any other package without having to use the
> whole repo:
> 
> [atrpms]
> name=Red Hat Enterprise $releasever - $basearch - ATrpms
> baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable
> gpgcheck=1
> gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
> enabled=1
> includepkgs=dovecot*
> 
> [atrpms-testing]
> name=Red Hat Enterprise $releasever - $basearch - ATrpms-testing
> baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/testing
> gpgcheck=1
> gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
> enabled=1
> includepkgs=dovecot*
> 
> [1] http://atrpms.net/install.html

Better use specific package names, speeds up 'yum
check-update' (etc. pp.) quite a bit. And something like Nagios won't
bite you, because there was some timeout due to the filtering.

-jhz


Re: [Dovecot] CentOS 5 ... again

2009-02-10 Thread Linux Advocate

Thanx guys ( Angel,Roderick,  Scott).  The tip below is really good.




- Original Message 
> From: Angel Marin 
> 
> If you only want to pull dovecot from atrpms, add a includepkgs option to the 
> repo definition[1] and leave it enabled. You'll see dovecot updates just like 
> any other package without having to use the whole repo:
> 
> [atrpms]
> name=Red Hat Enterprise $releasever - $basearch - ATrpms
> baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable
> gpgcheck=1
> gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
> enabled=1
> includepkgs=dovecot*
> 
> [atrpms-testing]
> name=Red Hat Enterprise $releasever - $basearch - ATrpms-testing
> baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/testing
> gpgcheck=1
> gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
> enabled=1
> includepkgs=dovecot*
> 
> [1] http://atrpms.net/install.html
> -- Angel Marin
> http://anmar.eu.org/



  


Re: [Dovecot] CentOS 5 ... again

2009-02-10 Thread Scott Silva
on 2-10-2009 9:02 AM Angel Marin spake the following:
> Scott Silva wrote:
>> on 2-9-2009 8:07 PM Linux Advocate spake the following:
>>> guys , i m new to centos. i have learned to use yum and the priority
>>> plugin.
>>> Does the atrpm repo provide the most up to date version of dovecot? i
>>> have
>> the following
>>> repos configured ->epel and rpm forge besides thestandard
>>> base,updates,addons,extras repos.
>>>
>>>
>> Atrpms is the most up to date version I have found so far, and it
>> looks like
>> it is recently up to 1.1.11. They also have the 1.0 branch if you need
>> it. I
>> usually leave it disabled and only enable it with the
>> "yum --enablerepo=atrpms update dovecot"
>> command when I want to update dovecot. It seems a little too "cutting
>> edge"
>> for my tastes on a server.
>> Others are OK with it being enabled, so YMMV.
> 
> If you only want to pull dovecot from atrpms, add a includepkgs option
> to the repo definition[1] and leave it enabled. You'll see dovecot
> updates just like any other package without having to use the whole repo:
> 
> [atrpms]
> name=Red Hat Enterprise $releasever - $basearch - ATrpms
> baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable
> gpgcheck=1
> gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
> enabled=1
> includepkgs=dovecot*
> 
> [atrpms-testing]
> name=Red Hat Enterprise $releasever - $basearch - ATrpms-testing
> baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/testing
> gpgcheck=1
> gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
> enabled=1
> includepkgs=dovecot*
> 
> [1] http://atrpms.net/install.html
Even cleaner.  I like it.
Thanks for this, it will make things easier if I get "hit by a bus"



-- 
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature


Re: [Dovecot] CentOS 5 ... again

2009-02-10 Thread Angel Marin

Scott Silva wrote:

on 2-9-2009 8:07 PM Linux Advocate spake the following:

guys , i m new to centos. i have learned to use yum and the priority plugin.
Does the atrpm repo provide the most up to date version of dovecot? i have

the following

repos configured ->epel and rpm forge besides thestandard 
base,updates,addons,extras repos.



Atrpms is the most up to date version I have found so far, and it looks like
it is recently up to 1.1.11. They also have the 1.0 branch if you need it. I
usually leave it disabled and only enable it with the
"yum --enablerepo=atrpms update dovecot"
command when I want to update dovecot. It seems a little too "cutting edge"
for my tastes on a server.
Others are OK with it being enabled, so YMMV.


If you only want to pull dovecot from atrpms, add a includepkgs option 
to the repo definition[1] and leave it enabled. You'll see dovecot 
updates just like any other package without having to use the whole repo:


[atrpms]
name=Red Hat Enterprise $releasever - $basearch - ATrpms
baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable
gpgcheck=1
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
enabled=1
includepkgs=dovecot*

[atrpms-testing]
name=Red Hat Enterprise $releasever - $basearch - ATrpms-testing
baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/testing
gpgcheck=1
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
enabled=1
includepkgs=dovecot*

[1] http://atrpms.net/install.html
--
Angel Marin
http://anmar.eu.org/



Re: [Dovecot] CentOS 5 ... again

2009-02-10 Thread Scott Silva
on 2-9-2009 8:07 PM Linux Advocate spake the following:
> guys , i m new to centos. i have learned to use yum and the priority plugin.
>Does the atrpm repo provide the most up to date version of dovecot? i have
the following
>repos configured ->epel and rpm forge besides thestandard 
>base,updates,addons,extras repos.
> 
> 
> 
Atrpms is the most up to date version I have found so far, and it looks like
it is recently up to 1.1.11. They also have the 1.0 branch if you need it. I
usually leave it disabled and only enable it with the
"yum --enablerepo=atrpms update dovecot"
command when I want to update dovecot. It seems a little too "cutting edge"
for my tastes on a server.
Others are OK with it being enabled, so YMMV.






-- 
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature


Re: [Dovecot] CentOS 5 ... again

2009-02-10 Thread Roderick A. Anderson

Linux Advocate wrote:

guys , i m new to centos. i have learned to use yum and the priority
plugin. Does the atrpm repo provide the most uptodate version of
dovecot? i have the following repos configured ->epel and rpm forge
besides thestandard base,updates,addons,extras repos.


The two location below are not, or at least don't seem to be, in the 
standard repository hierarchy.  I used wget to pull them down to the 
system and used rpm to install them.  So ... you won't be able to just 
"yum update" unless you add an entry in yum.repos.d for both of them.


It would be nice to see the latest or nearly latest available via a 
simple yum update.



Rod
--





On 2009-02-07 05:48, Roderick A. Anderson wrote: | At this point
I don't think I can do anymore damage to my mail server | but I'd
like to know if anyone else is using the pre-built RPM files |
from ATrpms before I install them? | |
http://dl.atrpms.net/all/dovecot-1.1.11-0_90.el5.i386.rpm |
http://dl.atrpms.net/all/dovecot-sieve-1.1.6-9.el5.i386.rpm

We're using those RPMs (currently version 1.1.7). They always
worked very well for us.

Thanks Patrick.  I went ahead and upgraded to them on both the test
and live server.   All seems to be going well other than a Dovecot
index rebuild of messages I moved from a crashed server.  And that
probably doesn't have anything to do with the versions.  ;-)


Rod --

Patrick.

- -- STAR Software (Shanghai) Co., Ltd.
http://www.star-group.net/ Phone:+86 (21) 3462 7688 x 826
Fax:   +86 (21) 3462 7779

PGP key:  E883A005
https://stshacom1.star-china.net/keys/patrick_nagel.asc 
Fingerprint: E09A D65E 855F B334 E5C3 5386 EF23 20FC

E883 A005 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9
(GNU/Linux) Comment: Using GnuPG with Fedora -
http://enigmail.mozdev.org

iEYEARECAAYFAkmPkV0ACgkQ7yMg/OiDoAXrBwCfSXO+0qGC2Pq9I0Nj1zyQ98vV 
6NMAoLLxqojYfUy1OmS9HnyIM2GS+qrr =EDSr -END PGP

SIGNATURE-









Re: [Dovecot] CentOS 5 ... again

2009-02-09 Thread Linux Advocate

guys , i m new to centos. i have learned to use yum and the priority plugin. 
Does the atrpm repo provide the most uptodate version of dovecot? i have the 
following repos configured ->epel and rpm forge besides thestandard 
base,updates,addons,extras repos.



> > On 2009-02-07 05:48, Roderick A. Anderson wrote:
> > | At this point I don't think I can do anymore damage to my mail server
> > | but I'd like to know if anyone else is using the pre-built RPM files
> > | from ATrpms before I install them?
> > |
> > | http://dl.atrpms.net/all/dovecot-1.1.11-0_90.el5.i386.rpm
> > | http://dl.atrpms.net/all/dovecot-sieve-1.1.6-9.el5.i386.rpm
> > 
> > We're using those RPMs (currently version 1.1.7). They always worked very 
> > well
> > for us.
> 
> Thanks Patrick.  I went ahead and upgraded to them on both the test and live 
> server.   All seems to be going well other than a Dovecot index rebuild of 
> messages I moved from a crashed server.  And that probably doesn't have 
> anything 
> to do with the versions.  ;-)
> 
> 
> Rod
> -- 
> > Patrick.
> > 
> > - --
> > STAR Software (Shanghai) Co., Ltd.  http://www.star-group.net/
> > Phone:+86 (21) 3462 7688 x 826   Fax:   +86 (21) 3462 7779
> > 
> > PGP key:  E883A005 https://stshacom1.star-china.net/keys/patrick_nagel.asc
> > Fingerprint: E09A D65E 855F B334 E5C3 5386 EF23 20FC E883 A005
> > -BEGIN PGP SIGNATURE-
> > Version: GnuPG v1.4.9 (GNU/Linux)
> > Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
> > 
> > iEYEARECAAYFAkmPkV0ACgkQ7yMg/OiDoAXrBwCfSXO+0qGC2Pq9I0Nj1zyQ98vV
> > 6NMAoLLxqojYfUy1OmS9HnyIM2GS+qrr
> > =EDSr
> > -END PGP SIGNATURE-



  


Re: [Dovecot] CentOS 5 ... again

2009-02-08 Thread Roderick A. Anderson

Patrick Nagel wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Roderick,

On 2009-02-07 05:48, Roderick A. Anderson wrote:
| At this point I don't think I can do anymore damage to my mail server
| but I'd like to know if anyone else is using the pre-built RPM files
| from ATrpms before I install them?
|
| http://dl.atrpms.net/all/dovecot-1.1.11-0_90.el5.i386.rpm
| http://dl.atrpms.net/all/dovecot-sieve-1.1.6-9.el5.i386.rpm

We're using those RPMs (currently version 1.1.7). They always worked 
very well

for us.


Thanks Patrick.  I went ahead and upgraded to them on both the test and 
live server.   All seems to be going well other than a Dovecot index 
rebuild of messages I moved from a crashed server.  And that probably 
doesn't have anything to do with the versions.  ;-)



Rod
--

Patrick.

- --
STAR Software (Shanghai) Co., Ltd.  http://www.star-group.net/
Phone:+86 (21) 3462 7688 x 826   Fax:   +86 (21) 3462 7779

PGP key:  E883A005 https://stshacom1.star-china.net/keys/patrick_nagel.asc
Fingerprint: E09A D65E 855F B334 E5C3 5386 EF23 20FC E883 A005
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkmPkV0ACgkQ7yMg/OiDoAXrBwCfSXO+0qGC2Pq9I0Nj1zyQ98vV
6NMAoLLxqojYfUy1OmS9HnyIM2GS+qrr
=EDSr
-END PGP SIGNATURE-




Re: [Dovecot] CentOS 5 ... again

2009-02-08 Thread Patrick Nagel

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Roderick,

On 2009-02-07 05:48, Roderick A. Anderson wrote:
| At this point I don't think I can do anymore damage to my mail server
| but I'd like to know if anyone else is using the pre-built RPM files
| from ATrpms before I install them?
|
| http://dl.atrpms.net/all/dovecot-1.1.11-0_90.el5.i386.rpm
| http://dl.atrpms.net/all/dovecot-sieve-1.1.6-9.el5.i386.rpm

We're using those RPMs (currently version 1.1.7). They always worked very well
for us.

Patrick.

- --
STAR Software (Shanghai) Co., Ltd.  http://www.star-group.net/
Phone:+86 (21) 3462 7688 x 826   Fax:   +86 (21) 3462 7779

PGP key:  E883A005 https://stshacom1.star-china.net/keys/patrick_nagel.asc
Fingerprint: E09A D65E 855F B334 E5C3 5386 EF23 20FC E883 A005
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkmPkV0ACgkQ7yMg/OiDoAXrBwCfSXO+0qGC2Pq9I0Nj1zyQ98vV
6NMAoLLxqojYfUy1OmS9HnyIM2GS+qrr
=EDSr
-END PGP SIGNATURE-


[Dovecot] CentOS 5 ... again

2009-02-06 Thread Roderick A. Anderson
At this point I don't think I can do anymore damage to my mail server 
but I'd like to know if anyone else is using the pre-built RPM files 
from ATrpms before I install them?


http://dl.atrpms.net/all/dovecot-1.1.11-0_90.el5.i386.rpm
http://dl.atrpms.net/all/dovecot-sieve-1.1.6-9.el5.i386.rpm


Or is there a dovecot-sieve for 1.0.7 from the rpmforge repo?  I haven't 
found it yet but could have sworn I had it before.



Thanks,
Rod
--