I don't know if this is the right place to report this or not.
I am building a new server on a 64 bit CentOS 6.0 platform.
[root@newmick ~]# cat /etc/redhat-release CentOS Linux release 6.0 (Final) [root@newmick ~]# uname -a Linux newmick.halshome.net 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011 x86_64 x86_64 x86_64 GNU/Linux
Mail subsystem consists of: sendmail spamassassin spamass-milter cyrus-imap
All of these appear to be working. Mail sent to the system appears in the inbox of the user it is sent to.
My problem:
I am unable to get the cyrus sieve to work. Attempting to run sieveshell to load the filter fails as shown below.
[harold@newmick ~]$ sieveshell localhost connecting to localhost unable to connect to server at /usr/bin/sieveshell line 170. [harold@newmick ~]$
I have googled the error message and can find entries going back as far as the early 2000's. Nothing recent which seems to apply.
Details:
[root@newmick etc]# telnet localhost sieve Trying ::1... Connected to localhost. Escape character is '^]'. "IMPLEMENTATION" "Cyrus timsieved v2.3.16-Fedora-RPM-2.3.16-6.el6" "SASL" "" "SIEVE" "comparator-i;ascii-numeric fileinto reject vacation imapflags notify envelope relational regex subaddress copy" "STARTTLS" OK
[root@newmick etc]# telnet 127.0.0.1 sieve Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. "IMPLEMENTATION" "Cyrus timsieved v2.3.16-Fedora-RPM-2.3.16-6.el6" "SASL" "" "SIEVE" "comparator-i;ascii-numeric fileinto reject vacation imapflags notify envelope relational regex subaddress copy" "STARTTLS" OK
The following subsystems are running:
[root@newmick ~]# service --status-all | grep running abrtd (pid 2538) is running... acpid (pid 1768) is running... atd (pid 2557) is running... auditd (pid 2604) is running... automount (pid 1894) is running... avahi-daemon (pid 1743) is running... crond (pid 2546) is running... cyrus-imapd (pid 13884) is running... hald (pid 1777) is running... ip6tables: Firewall is not running. iptables: Firewall is not running. irqbalance (pid 1577) is running... mdmonitor (pid 1621) is running... messagebus (pid 1731) is running... rpc.statd (pid 1609) is running... rpcbind (pid 1591) is running... rpc.idmapd (pid 1656) is running... rsyslogd (pid 1536) is running... saslauthd (pid 2472) is running... sendmail (pid 2510) is running... sm-client (pid 2519) is running... slapd (pid 1877) is running... spamass-milter (pid 2528) is running... spamd (pid 9308) is running... openssh-daemon (pid 1912) is running... xinetd (pid 1920) is running... [root@newmick ~]#
Notes on the above... Firewall is NOT running. saslauthd is running. slapd is running. No errors in the selinux audit logs.
Configuration files look like this:
[root@newmick etc]# cat /etc/imapd.conf configdirectory: /var/lib/imap partition-default: /var/spool/imap admins: cyrus sievedir: /var/lib/imap/sieve sendmail: /usr/sbin/sendmail hashimapspool: true sasl_pwcheck_method: saslauthd sasl_mech_list: PLAIN tls_cert_file: /etc/pki/tls/certs/cyrus.pem tls_key_file: /etc/pki/tls/certs/cyrus.pem tls_ca_file: /etc/pki/tls/certs/ca-bundle.crt # uncomment this if you're operating in a DSCP environment (RFC-4594) # qosmarking: af13 [root@newmick etc]#
[root@newmick etc]# cat /etc/cyrus.conf # standard standalone server implementation
START { # do not delete this entry! recover cmd="ctl_cyrusdb -r"
# this is only necessary if using idled for IMAP IDLE idled cmd="idled" }
# UNIX sockets start with a slash and are put into /var/lib/imap/sockets SERVICES { # add or remove based on preferences # imap cmd="imapd" listen="imap" prefork=5 imaps cmd="imapd -s" listen="imaps" prefork=1 # pop3 cmd="pop3d" listen="pop3" prefork=3 # pop3s cmd="pop3d -s" listen="pop3s" prefork=1 sieve cmd="timsieved" listen="sieve" prefork=0
# these are only necessary if receiving/exporting usenet via NNTP # nntp cmd="nntpd" listen="nntp" prefork=3 # nntps cmd="nntpd -s" listen="nntps" prefork=1
# at least one LMTP is required for delivery # lmtp cmd="lmtpd" listen="lmtp" prefork=0 lmtpunix cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=1
# this is only necessary if using notifications # notify cmd="notifyd" listen="/var/lib/imap/socket/notify" proto="udp" prefork=1 }
EVENTS { # this is required checkpoint cmd="ctl_cyrusdb -c" period=30
# this is only necessary if using duplicate delivery suppression, # Sieve or NNTP delprune cmd="cyr_expire -E 3" at=0400 # this is only necessary if caching TLS sessions tlsprune cmd="tls_prune" at=0400 } [root@newmick etc]#
What other information do you need? Is there something obvious I have missed?
and finally, a list of everything installed...
[root@newmick etc]# rpm -qa | sort ConsoleKit-0.4.1-3.el6.x86_64 ConsoleKit-libs-0.4.1-3.el6.x86_64 ConsoleKit-x11-0.4.1-3.el6.x86_64 DeviceKit-power-014-1.el6.x86_64 GConf2-2.28.0-6.el6.x86_64 GConf2-gtk-2.28.0-6.el6.x86_64 MAKEDEV-3.24-6.el6.x86_64 MySQL-python-1.2.3-0.3.c1.1.el6.x86_64 NetworkManager-glib-0.8.1-5.el6_0.1.x86_64 ORBit2-2.14.17-3.1.el6.x86_64 PackageKit-0.5.8-13.el6.x86_64 PackageKit-glib-0.5.8-13.el6.x86_64 PackageKit-gstreamer-plugin-0.5.8-13.el6.x86_64 PackageKit-gtk-module-0.5.8-13.el6.x86_64 PackageKit-yum-0.5.8-13.el6.x86_64 PackageKit-yum-plugin-0.5.8-13.el6.x86_64 SDL-1.2.14-2.el6.x86_64 abrt-1.1.13-4.el6.x86_64 abrt-addon-ccpp-1.1.13-4.el6.x86_64 abrt-addon-kerneloops-1.1.13-4.el6.x86_64 abrt-addon-python-1.1.13-4.el6.x86_64 abrt-cli-1.1.13-4.el6.x86_64 abrt-libs-1.1.13-4.el6.x86_64 abrt-plugin-logger-1.1.13-4.el6.x86_64 abrt-plugin-rhtsupport-1.1.13-4.el6.x86_64 abrt-plugin-sosreport-1.1.13-4.el6.x86_64 acl-2.2.49-4.el6.x86_64 acpid-1.0.10-2.1.el6.x86_64 aic94xx-firmware-30-2.el6.noarch alsa-lib-1.0.21-3.el6.x86_64 alsa-utils-1.0.21-3.el6.x86_64 apr-1.3.9-3.el6_0.1.x86_64 apr-util-1.3.9-3.el6_0.1.x86_64 apr-util-ldap-1.3.9-3.el6_0.1.x86_64 at-3.1.10-43.el6.x86_64 at-spi-1.28.1-2.el6.x86_64 atk-1.28.0-2.el6.x86_64 atmel-firmware-1.3-7.el6.noarch attr-2.4.44-4.el6.x86_64 audit-2.0.4-1.el6.x86_64 audit-libs-2.0.4-1.el6.x86_64 audit-libs-python-2.0.4-1.el6.x86_64 authconfig-6.1.4-6.el6.x86_64 authconfig-gtk-6.1.4-6.el6.x86_64 authd-1.4.3-30.el6.x86_64 autofs-5.0.5-23.el6_0.1.x86_64 avahi-0.6.25-8.el6.x86_64 avahi-glib-0.6.25-8.el6.x86_64 avahi-libs-0.6.25-8.el6.x86_64 avahi-ui-0.6.25-8.el6.x86_64 b43-fwcutter-012-2.2.el6.x86_64 b43-openfwwf-5.2-4.el6.noarch basesystem-10.0-4.el6.noarch bash-4.1.2-3.el6.x86_64 bc-1.06.95-1.el6.x86_64 bfa-firmware-2.1.2.1-2.el6.noarch bind-libs-9.7.0-5.P2.el6_0.1.x86_64 bind-utils-9.7.0-5.P2.el6_0.1.x86_64 binutils-2.20.51.0.2-5.11.el6.x86_64 blktrace-1.0.1-3.1.el6.x86_64 bluez-4.66-1.el6.x86_64 bluez-libs-4.66-1.el6.x86_64 boost-filesystem-1.41.0-11.el6.x86_64 boost-system-1.41.0-11.el6.x86_64 brasero-2.28.3-6.el6.x86_64 brasero-libs-2.28.3-6.el6.x86_64 brasero-nautilus-2.28.3-6.el6.x86_64 bridge-utils-1.2-9.el6.x86_64 busybox-1.15.1-10.el6.x86_64 bzip2-1.0.5-7.el6_0.x86_64 bzip2-libs-1.0.5-7.el6_0.x86_64 c-ares-1.7.0-5.el6.x86_64 ca-certificates-2010.63-3.el6.noarch cairo-1.8.8-3.1.el6.x86_64 cairomm-1.8.0-2.1.el6.x86_64 cdparanoia-10.2-5.1.el6.x86_64 cdparanoia-libs-10.2-5.1.el6.x86_64 cdrdao-1.2.3-4.el6.x86_64 centos-indexhtml-6-1.el6.centos.noarch centos-release-6-0.el6.centos.5.x86_64 certmonger-0.24-4.el6.x86_64 checkpolicy-2.0.22-1.el6.x86_64 cheese-2.28.1-7.el6.x86_64 chkconfig-1.3.47-1.el6.x86_64 cifs-utils-4.4-5.el6_0.2.x86_64 compat-db-4.6.21-15.el6.x86_64 compat-db42-4.2.52-15.el6.x86_64 compat-db43-4.3.29-15.el6.x86_64 compat-expat1-1.95.8-8.el6.x86_64 compat-glibc-2.5-46.2.x86_64 compat-glibc-headers-2.5-46.2.x86_64 compat-libcap1-1.10-1.x86_64 compat-libf2c-34-3.4.6-19.el6.x86_64 compat-libgfortran-41-4.1.2-39.el6.x86_64 compat-libstdc++-296-2.96-144.el6.i686 compat-libstdc++-33-3.2.3-69.el6.x86_64 compat-libtermcap-2.0.8-49.el6.x86_64 compat-openldap-2.4.19_2.3.43-15.el6_0.2.x86_64 compiz-0.8.2-24.el6.x86_64 compiz-gnome-0.8.2-24.el6.x86_64 comps-extras-17.8-1.el6.noarch control-center-2.28.1-25.el6.x86_64 control-center-filesystem-2.28.1-25.el6.x86_64 coreutils-8.4-9.el6.x86_64 coreutils-libs-8.4-9.el6.x86_64 cpio-2.10-9.el6.x86_64 cpuspeed-1.5-15.el6.x86_64 cracklib-2.8.16-4.el6.x86_64 cracklib-dicts-2.8.16-4.el6.x86_64 cracklib-python-2.8.16-4.el6.x86_64 crash-5.0.0-23.el6.x86_64 crash-trace-command-1.0-3.el6.x86_64 crda-1.1.1_2009.11.25-3.el6.x86_64 cronie-1.4.4-2.el6.x86_64 cronie-anacron-1.4.4-2.el6.x86_64 crontabs-1.10-32.1.el6.noarch crypto-utils-2.4.1-24.2.el6.x86_64 cryptsetup-luks-1.1.2-2.el6.x86_64 cryptsetup-luks-libs-1.1.2-2.el6.x86_64 cups-libs-1.4.2-35.el6_0.1.x86_64 curl-7.19.7-16.el6.x86_64 cvs-1.11.23-11.el6_0.1.x86_64 cyrus-imapd-2.3.16-6.el6.x86_64 cyrus-imapd-utils-2.3.16-6.el6.x86_64 cyrus-sasl-2.1.23-8.el6.x86_64 cyrus-sasl-devel-2.1.23-8.el6.x86_64 cyrus-sasl-gssapi-2.1.23-8.el6.x86_64 cyrus-sasl-ldap-2.1.23-8.el6.x86_64 cyrus-sasl-lib-2.1.23-8.el6.x86_64 cyrus-sasl-md5-2.1.23-8.el6.x86_64 cyrus-sasl-ntlm-2.1.23-8.el6.x86_64 cyrus-sasl-plain-2.1.23-8.el6.x86_64 cyrus-sasl-sql-2.1.23-8.el6.x86_64 dash-0.5.5.1-3.1.el6.x86_64 db4-4.7.25-16.el6.x86_64 db4-utils-4.7.25-16.el6.x86_64 dbus-1.2.24-4.el6_0.x86_64 dbus-c++-0.5.0-0.10.20090203git13281b3.1.el6.x86_64 dbus-glib-0.86-5.el6.x86_64 dbus-libs-1.2.24-4.el6_0.x86_64 dbus-python-0.83.0-6.1.el6.x86_64 dbus-x11-1.2.24-4.el6_0.x86_64 desktop-effects-0.8.4-7.el6.x86_64 desktop-file-utils-0.15-9.el6.x86_64 device-mapper-1.02.53-8.el6_0.4.x86_64 device-mapper-event-1.02.53-8.el6_0.4.x86_64 device-mapper-event-libs-1.02.53-8.el6_0.4.x86_64 device-mapper-libs-1.02.53-8.el6_0.4.x86_64 dhclient-4.1.1-12.P1.el6_0.4.x86_64 dhcp-4.1.1-12.P1.el6_0.4.x86_64 diffutils-2.8.1-28.el6.x86_64 dmidecode-2.10-1.30.1.el6.x86_64 dmraid-1.0.0.rc16-10.el6.x86_64 dmraid-events-1.0.0.rc16-10.el6.x86_64 dmz-cursor-themes-0.4-4.el6.noarch docbook-dtds-1.0-51.el6.noarch dosfstools-3.0.9-3.el6.x86_64 dracut-004-33.2.el6_0.noarch dracut-kernel-004-33.2.el6_0.noarch dvd+rw-tools-7.1-5.el6.x86_64 e2fsprogs-1.41.12-3.el6.x86_64 e2fsprogs-libs-1.41.12-3.el6.x86_64 ed-1.1-3.3.el6.x86_64 efibootmgr-0.5.4-8.el6.x86_64 eggdbus-0.6-3.el6.x86_64 eject-2.1.5-17.el6.x86_64 ekiga-3.2.6-3.el6.x86_64 elfutils-0.148-1.el6.x86_64 elfutils-libelf-0.148-1.el6.x86_64 elfutils-libs-0.148-1.el6.x86_64 enchant-1.5.0-4.el6.x86_64 ethtool-2.6.33-0.3.el6.x86_64 evince-2.28.2-14.el6_0.1.x86_64 evince-dvi-2.28.2-14.el6_0.1.x86_64 evince-libs-2.28.2-14.el6_0.1.x86_64 evolution-2.28.3-10.el6.x86_64 evolution-data-server-2.28.3-10.el6.x86_64 evolution-help-2.28.3-10.el6.noarch evolution-mapi-0.28.3-6.el6.x86_64 exempi-2.1.0-5.el6.x86_64 expat-2.0.1-9.1.el6.x86_64 farsight2-0.0.16-1.1.el6.x86_64 file-5.04-6.el6.x86_64 file-libs-5.04-6.el6.x86_64 file-roller-2.28.2-6.el6.x86_64 filesystem-2.4.30-2.1.el6.x86_64 findutils-4.4.2-6.el6.x86_64 fipscheck-1.2.0-4.1.el6.x86_64 fipscheck-lib-1.2.0-4.1.el6.x86_64 firefox-3.6.9-2.el6.centos.x86_64 flac-1.2.1-6.1.el6.x86_64 fontconfig-2.8.0-3.el6.x86_64 fprintd-0.1-19.git04fd09cfa.el6.x86_64 fprintd-pam-0.1-19.git04fd09cfa.el6.x86_64 freetype-2.3.11-6.el6_0.2.x86_64 fuse-2.8.3-1.el6.x86_64 fuse-libs-2.8.3-1.el6.x86_64 gamin-0.1.10-9.el6.x86_64 gawk-3.1.7-6.el6.x86_64 gcalctool-5.28.2-3.el6.x86_64 gconfmm26-2.28.0-1.el6.x86_64 gd-2.0.35-10.el6.x86_64 gdb-7.1-29.el6_0.1.x86_64 gdbm-1.8.0-36.el6.x86_64 gedit-2.28.4-3.el6.x86_64 genisoimage-1.1.9-11.el6.x86_64 geoclue-0.11.1.1-0.13.20091026git73b6729.el6.x86_64 gettext-0.17-16.el6.x86_64 ghostscript-8.70-6.el6.x86_64 ghostscript-fonts-5.50-23.1.el6.noarch giflib-4.1.6-3.1.el6.x86_64 glib2-2.22.5-5.el6.x86_64 glibc-2.12-1.7.el6_0.5.i686 glibc-2.12-1.7.el6_0.5.x86_64 glibc-common-2.12-1.7.el6_0.5.x86_64 glibmm24-2.22.1-1.el6.x86_64 glx-utils-7.7-2.el6.x86_64 gmp-4.3.1-7.el6.x86_64 gnome-backgrounds-2.28.0-2.el6.noarch gnome-bluetooth-2.28.6-8.el6.x86_64 gnome-bluetooth-libs-2.28.6-8.el6.x86_64 gnome-desktop-2.28.2-8.el6.centos.x86_64 gnome-disk-utility-2.30.1-2.el6.x86_64 gnome-disk-utility-libs-2.30.1-2.el6.x86_64 gnome-disk-utility-ui-libs-2.30.1-2.el6.x86_64 gnome-doc-utils-stylesheets-0.18.1-1.el6.noarch gnome-icon-theme-2.28.0-2.el6.noarch gnome-keyring-2.28.2-6.el6.x86_64 gnome-media-2.29.91-6.el6.x86_64 gnome-media-libs-2.29.91-6.el6.x86_64 gnome-menus-2.28.0-4.el6.x86_64 gnome-panel-libs-2.30.2-5.el6.x86_64 gnome-pilot-2.0.17-9.el6.x86_64 gnome-power-manager-2.28.3-3.el6.x86_64 gnome-python2-2.28.0-3.el6.x86_64 gnome-python2-canvas-2.28.0-3.el6.x86_64 gnome-python2-desktop-2.28.0-4.el6.x86_64 gnome-python2-gconf-2.28.0-3.el6.x86_64 gnome-python2-gnome-2.28.0-3.el6.x86_64 gnome-python2-gnomevfs-2.28.0-3.el6.x86_64 gnome-session-2.28.0-15.el6.x86_64 gnome-settings-daemon-2.28.2-11.el6.x86_64 gnome-system-monitor-2.28.0-7.el6.x86_64 gnome-themes-2.28.1-6.el6.noarch gnome-user-docs-2.28.0-4.el6.noarch gnome-user-share-2.28.2-3.el6.x86_64 gnome-utils-2.28.1-10.el6.x86_64 gnome-utils-libs-2.28.1-10.el6.x86_64 gnome-vfs2-2.24.2-6.el6.x86_64 gnote-0.6.3-3.el6.x86_64 gnupg2-2.0.14-4.el6.x86_64 gnutls-2.8.5-4.el6.x86_64 gpg-pubkey-217521f6-45e8a532 gpg-pubkey-6b8d79e6-3f49313d gpg-pubkey-c105b9de-4e0fd3a3 gpgme-1.1.8-3.el6.x86_64 gpm-libs-1.20.6-11.el6.x86_64 grep-2.6.3-2.el6.x86_64 groff-1.18.1.4-21.el6.x86_64 grub-0.97-68.el6.x86_64 grubby-7.0.15-2.el6.x86_64 gsm-1.0.13-4.el6.x86_64 gssdp-0.7.1-1.el6.x86_64 gstreamer-0.10.29-1.el6.x86_64 gstreamer-plugins-bad-free-0.10.19-2.el6.x86_64 gstreamer-plugins-base-0.10.29-1.el6.x86_64 gstreamer-plugins-good-0.10.23-1.el6.x86_64 gstreamer-python-0.10.16-1.1.el6.x86_64 gstreamer-tools-0.10.29-1.el6.x86_64 gthumb-2.10.11-8.el6.x86_64 gtk2-2.18.9-4.el6.x86_64 gtk2-engines-2.18.4-5.el6.x86_64 gtkhtml3-3.28.3-3.el6.x86_64 gtkmm24-2.18.2-1.el6.x86_64 gtksourceview2-2.8.2-4.el6.x86_64 gtkspell-2.0.16-1.el6.x86_64 gucharmap-2.28.2-2.el6.x86_64 gupnp-0.13.2-1.el6.x86_64 gupnp-igd-0.1.3-3.1.el6.x86_64 gvfs-1.4.3-9.el6.x86_64 gvfs-afc-1.4.3-9.el6.x86_64 gvfs-fuse-1.4.3-9.el6.x86_64 gvfs-gphoto2-1.4.3-9.el6.x86_64 gvfs-obexftp-1.4.3-9.el6.x86_64 gzip-1.3.12-18.el6.x86_64 hal-0.5.14-8.el6.x86_64 hal-info-20090716-3.1.el6.noarch hal-libs-0.5.14-8.el6.x86_64 hdparm-9.16-3.4.el6.x86_64 hesiod-3.1.0-19.el6.x86_64 hicolor-icon-theme-0.11-1.1.el6.noarch httpd-2.2.15-5.el6.centos.x86_64 httpd-manual-2.2.15-5.el6.centos.noarch httpd-tools-2.2.15-5.el6.centos.x86_64 hunspell-1.2.8-16.el6.x86_64 hwdata-0.233-1.el6.noarch icedax-1.1.9-11.el6.x86_64 info-4.13a-8.el6.x86_64 initscripts-9.03.17-1.el6_0.1.x86_64 ipa-client-2.0-9.el6.x86_64 iproute-2.6.32-10.el6.x86_64 iptables-1.4.7-3.el6.x86_64 iptables-ipv6-1.4.7-3.el6.x86_64 iputils-20071127-13.el6.x86_64 ipw2100-firmware-1.3-11.el6.noarch ipw2200-firmware-3.1-4.el6.noarch irqbalance-0.55-27.el6.x86_64 iso-codes-3.16-2.el6.noarch ivtv-firmware-20080701-20.2.noarch iw-0.9.17-4.el6.x86_64 iwl1000-firmware-128.50.3.1-1.1.el6.noarch iwl3945-firmware-15.32.2.9-4.el6.noarch iwl4965-firmware-228.61.2.24-2.1.el6.noarch iwl5000-firmware-8.24.2.12-3.el6.noarch iwl5150-firmware-8.24.2.2-1.el6.noarch iwl6000-firmware-9.193.4.1-1.el5.noarch iwl6050-firmware-9.201.4.1-2.el6.noarch jasper-libs-1.900.1-15.el6.x86_64 java-1.6.0-openjdk-1.6.0.0-1.36.b17.el6_0.x86_64 jline-0.9.94-0.8.el6.noarch jpackage-utils-1.7.5-3.12.el6.noarch kbd-1.15-11.el6.x86_64 kbd-misc-1.15-11.el6.noarch kernel-2.6.32-71.29.1.el6.x86_64 kernel-2.6.32-71.el6.x86_64 kernel-doc-2.6.32-71.29.1.el6.noarch kernel-firmware-2.6.32-71.29.1.el6.noarch kernel-headers-2.6.32-71.29.1.el6.x86_64 kexec-tools-2.0.0-145.el6.x86_64 keyutils-1.4-1.el6.x86_64 keyutils-libs-1.4-1.el6.x86_64 kpartx-0.4.9-31.el6_0.3.x86_64 kpathsea-2007-56.el6.x86_64 krb5-libs-1.8.2-3.el6_0.7.x86_64 krb5-workstation-1.8.2-3.el6_0.7.x86_64 latrace-0.5.9-2.el6.x86_64 lcms-libs-1.19-1.el6.x86_64 less-436-4.el6.x86_64 libICE-1.0.6-1.el6.x86_64 libIDL-0.8.13-2.1.el6.x86_64 libSM-1.1.0-7.1.el6.x86_64 libX11-1.3-2.el6.x86_64 libX11-common-1.3-2.el6.noarch libXScrnSaver-1.2.0-1.el6.x86_64 libXau-1.0.5-1.el6.x86_64 libXcomposite-0.4.1-2.el6.x86_64 libXcursor-1.1.10-2.el6.x86_64 libXdamage-1.1.2-1.el6.x86_64 libXdmcp-1.0.3-1.el6.x86_64 libXext-1.1-3.el6.x86_64 libXfixes-4.0.4-1.el6.x86_64 libXfont-1.4.1-1.el6.x86_64 libXft-2.1.13-4.1.el6.x86_64 libXi-1.3-3.el6.x86_64 libXinerama-1.1-1.el6.x86_64 libXmu-1.0.5-1.el6.x86_64 libXpm-3.5.8-2.el6.x86_64 libXrandr-1.3.0-4.el6.x86_64 libXrender-0.9.5-1.el6.x86_64 libXres-1.0.4-1.el6.x86_64 libXt-1.0.7-1.el6.x86_64 libXtst-1.0.99.2-3.el6.x86_64 libXv-1.0.5-1.el6.x86_64 libXvMC-1.0.4-8.1.el6.x86_64 libXxf86dga-1.1.1-1.el6.x86_64 libXxf86misc-1.0.2-1.el6.x86_64 libXxf86vm-1.1.0-1.el6.x86_64 libacl-2.2.49-4.el6.x86_64 libaio-0.3.107-10.el6.x86_64 libao-0.8.8-7.1.el6.x86_64 libarchive-2.8.4-3.el5.x86_64 libart_lgpl-2.3.20-5.1.el6.x86_64 libasyncns-0.8-1.1.el6.x86_64 libatasmart-0.17-3.el6.x86_64 libattr-2.4.44-4.el6.x86_64 libavc1394-0.5.3-9.1.el6.x86_64 libblkid-2.17.2-6.el6_0.1.x86_64 libbonobo-2.24.2-4.el6.x86_64 libbonoboui-2.24.2-3.el6.x86_64 libburn-1.1.0-1.el5.x86_64 libcanberra-0.22-1.el6.x86_64 libcanberra-gtk2-0.22-1.el6.x86_64 libcap-2.16-5.2.el6.x86_64 libcap-ng-0.6.4-3.el6_0.1.x86_64 libcdio-0.81-3.1.el6.x86_64 libcgroup-0.36.1-6.el6_0.1.x86_64 libcollection-0.5.0-28.el6_0.4.x86_64 libcom_err-1.41.12-3.el6.x86_64 libcroco-0.6.2-5.el6.x86_64 libcurl-7.19.7-16.el6.x86_64 libdaemon-0.14-1.el6.x86_64 libdhash-0.4.0-28.el6_0.4.x86_64 libdiscid-0.2.2-4.1.el6.x86_64 libdmx-1.1.0-1.el6.x86_64 libdrm-2.4.20-2.el6.x86_64 libdv-1.0.0-8.1.el6.x86_64 libedit-2.11-4.20080712cvs.1.el6.x86_64 libertas-usb8388-firmware-5.110.22.p23-3.1.el6.noarch libevent-1.4.13-1.el6.x86_64 libexif-0.6.16-4.1.el6.x86_64 libffi-3.0.5-3.2.el6.x86_64 libfontenc-1.0.5-2.el6.x86_64 libfprint-0.1.0-19.pre2.el6.x86_64 libgail-gnome-1.20.1-4.1.el6.x86_64 libgcc-4.4.4-13.el6.i686 libgcc-4.4.4-13.el6.x86_64 libgcrypt-1.4.5-3.el6.x86_64 libglade2-2.6.4-3.1.el6.x86_64 libgnome-2.28.0-11.el6.x86_64 libgnomecanvas-2.26.0-4.el6.x86_64 libgnomekbd-2.28.2-2.el6.x86_64 libgnomeui-2.24.1-4.el6.x86_64 libgomp-4.4.4-13.el6.x86_64 libgpg-error-1.7-3.el6.x86_64 libgphoto2-2.4.7-4.el6.x86_64 libgpod-0.7.2-6.el6.x86_64 libgsf-1.14.15-5.el6.x86_64 libgssglue-0.1-8.1.el6.x86_64 libgtop2-2.28.0-3.el6.x86_64 libgudev1-147-2.29.el6.x86_64 libgweather-2.28.0-4.el6.x86_64 libhugetlbfs-2.8-2.el6.x86_64 libhugetlbfs-utils-2.8-2.el6.x86_64 libical-0.46-2.el5.x86_64 libicu-4.2.1-9.el6.x86_64 libidn-1.18-2.el6.x86_64 libiec61883-1.2.0-4.el6.x86_64 libimobiledevice-0.9.7-4.el6.x86_64 libini_config-0.5.1-28.el6_0.4.x86_64 libiptcdata-1.0.4-2.1.el6.x86_64 libisofs-1.1.2-1.el5.x86_64 libjpeg-6b-46.el6.x86_64 libldb-0.9.10-25.el5.x86_64 libmcpp-2.7.2-4.1.el6.x86_64 libmpcdec-1.2.6-6.1.el6.x86_64 libmtp-1.0.1-2.el6.x86_64 libmusicbrainz3-3.0.2-7.el6.x86_64 libnice-0.0.9-3.el6.x86_64 libnih-1.0.1-6.el6.x86_64 libnl-1.1-12.el6_0.1.x86_64 libnotify-0.5.0-1.el6.x86_64 libogg-1.1.4-2.1.el6.x86_64 liboil-0.3.16-4.1.el6.x86_64 libopenraw-0.0.5-4.1.el6.x86_64 libopenraw-gnome-0.0.5-4.1.el6.x86_64 libpanelappletmm-2.26.0-3.el6.x86_64 libpcap-1.0.0-6.20091201git117cb5.el6.x86_64 libpciaccess-0.10.9-2.el6.x86_64 libplist-1.2-1.el6.x86_64 libpng-1.2.44-1.el6.x86_64 libproxy-0.3.0-2.el6.x86_64 libproxy-bin-0.3.0-2.el6.x86_64 libproxy-python-0.3.0-2.el6.x86_64 libpurple-2.6.6-6.el6_0.x86_64 libraw1394-2.0.4-1.el6.x86_64 librsvg2-2.26.0-5.el6.x86_64 libsamplerate-0.1.7-2.1.el6.x86_64 libselinux-2.0.94-2.el6.x86_64 libselinux-python-2.0.94-2.el6.x86_64 libselinux-utils-2.0.94-2.el6.x86_64 libsemanage-2.0.43-4.el6.x86_64 libsemanage-python-2.0.43-4.el6.x86_64 libsepol-2.0.41-3.el6.x86_64 libshout-2.2.2-5.1.el6.x86_64 libsigc++20-2.2.4.2-1.el6.x86_64 libsndfile-1.0.20-3.el6.x86_64 libsoup-2.28.2-1.el6.x86_64 libspectre-0.2.4-1.el6.x86_64 libss-1.41.12-3.el6.x86_64 libssh2-1.2.2-7.el6.x86_64 libstdc++-4.4.4-13.el6.x86_64 libtalloc-2.0.1-7.el5.x86_64 libtar-1.2.11-16.el6.x86_64 libtasn1-2.3-3.el6.x86_64 libtdb-1.2.1-4.el5.x86_64 libtevent-0.9.8-8.el6.x86_64 libthai-0.1.12-3.el6.x86_64 libtheora-1.1.0-2.el6.x86_64 libtiff-3.9.4-1.el6_0.3.x86_64 libtirpc-0.2.1-1.el6.x86_64 libtool-ltdl-2.2.6-15.5.el6.x86_64 libtopology-0.3-7.el6.x86_64 libudev-147-2.29.el6.x86_64 libusb-0.1.12-23.el6.x86_64 libusb1-1.0.3-1.el6.x86_64 libuser-0.56.13-4.el6_0.1.x86_64 libuser-python-0.56.13-4.el6_0.1.x86_64 libutempter-1.1.5-4.1.el6.x86_64 libuuid-2.17.2-6.el6_0.1.x86_64 libv4l-0.6.3-2.el6.x86_64 libvisual-0.4.0-9.1.el6.x86_64 libvorbis-1.2.3-4.el6.x86_64 libvpx-0.9.6-1.el5.1.x86_64 libwnck-2.28.0-2.el6.x86_64 libxcb-1.5-1.el6.x86_64 libxkbfile-1.0.6-1.1.el6.x86_64 libxklavier-4.0-7.el6.x86_64 libxml2-2.7.6-1.el6.x86_64 libxml2-python-2.7.6-1.el6.x86_64 libxslt-1.1.26-2.el6.x86_64 lockdev-1.0.1-18.el6.x86_64 logrotate-3.7.8-12.el6_0.1.x86_64 logwatch-7.3.6-49.el6.noarch lsof-4.82-1.2.el6.x86_64 ltrace-0.5-16.45svn.1.el6.x86_64 lua-5.1.4-4.1.el6.x86_64 lvm2-2.02.72-8.el6_0.4.x86_64 lvm2-libs-2.02.72-8.el6_0.4.x86_64 m4-1.4.13-5.el6.x86_64 mailcap-2.1.31-1.1.el6.noarch mailx-12.4-6.el6.x86_64 make-3.81-19.el6.x86_64 man-1.6f-29.el6.x86_64 man-pages-3.22-12.el6.noarch man-pages-overrides-1.0-1.el6.noarch mcelog-1.0pre3-0.2.el6.x86_64 mcpp-2.7.2-4.1.el6.x86_64 mdadm-3.1.3-1.el6.x86_64 meanwhile-1.1.0-3.el6.x86_64 media-player-info-6-1.el6.noarch mesa-dri-drivers-7.7-2.el6.x86_64 mesa-libGL-7.7-2.el6.x86_64 mesa-libGLU-7.7-2.el6.x86_64 metacity-2.28.0-20.el6.x86_64 microcode_ctl-1.17-3.el6.x86_64 mingetty-1.08-4.1.el6.x86_64 mlocate-0.22.2-3.el6.x86_64 mod_auth_mysql-3.0.0-11.el6_0.1.x86_64 mod_authz_ldap-0.26-15.el6.x86_64 mod_dnssd-0.6-2.el6.x86_64 mod_nss-1.0.8-8.el6.x86_64 mod_perl-2.0.4-10.el6.x86_64 mod_ssl-2.2.15-5.el6.centos.x86_64 mod_wsgi-3.2-1.el6.x86_64 module-init-tools-3.9-17.el6.x86_64 mousetweaks-2.28.2-1.el6.x86_64 mozilla-filesystem-1.9-5.1.el6.x86_64 mtools-4.0.12-1.el6.x86_64 mtr-0.75-5.el6.x86_64 mysql-5.1.52-1.el6_0.1.x86_64 mysql-connector-odbc-5.1.5r1144-7.el6.x86_64 mysql-libs-5.1.52-1.el6_0.1.x86_64 mysql-server-5.1.52-1.el6_0.1.x86_64 mysql-test-5.1.52-1.el6_0.1.x86_64 nano-2.0.9-7.el6.x86_64 nautilus-2.28.4-15.el6.x86_64 nautilus-extensions-2.28.4-15.el6.x86_64 nautilus-open-terminal-0.17-3.el6.x86_64 nautilus-sendto-2.28.2-3.el6.x86_64 ncurses-5.7-3.20090208.el6.x86_64 ncurses-base-5.7-3.20090208.el6.x86_64 ncurses-libs-5.7-3.20090208.el6.x86_64 neon-0.29.3-1.2.el6.x86_64 net-tools-1.60-102.el6.x86_64 newt-0.52.11-2.el6.x86_64 newt-python-0.52.11-2.el6.x86_64 nfs-utils-1.2.2-7.el6.x86_64 nfs-utils-lib-1.1.5-1.el6.x86_64 nfs4-acl-tools-0.3.3-5.el6.x86_64 notification-daemon-0.5.0-1.el6.x86_64 nscd-2.12-1.7.el6_0.5.x86_64 nspluginwrapper-1.3.0-14.el6.x86_64 nspr-4.8.6-1.el6.x86_64 nss-3.12.7-2.el6.x86_64 nss-pam-ldapd-0.7.5-3.el6.x86_64 nss-softokn-3.12.8-1.el6_0.x86_64 nss-softokn-freebl-3.12.8-1.el6_0.i686 nss-softokn-freebl-3.12.8-1.el6_0.x86_64 nss-sysinit-3.12.7-2.el6.x86_64 nss-tools-3.12.7-2.el6.x86_64 nss-util-3.12.8-1.el6_0.x86_64 ntp-4.2.4p8-2.el6.x86_64 ntpdate-4.2.4p8-2.el6.x86_64 ntsysv-1.3.47-1.el6.x86_64 numactl-2.0.3-9.el6.x86_64 obex-data-server-0.4.3-4.el6.x86_64 obexd-0.19-2.el6.x86_64 oddjob-0.30-5.el6.x86_64 oddjob-mkhomedir-0.30-5.el6.x86_64 opal-3.6.6-4.el6.x86_64 openchange-0.9-7.el6.x86_64 openjpeg-libs-1.3-7.el6.x86_64 openldap-2.4.19-15.el6_0.2.x86_64 openldap-clients-2.4.19-15.el6_0.2.x86_64 openldap-devel-2.4.19-15.el6_0.2.x86_64 openldap-servers-2.4.19-15.el6_0.2.x86_64 openobex-1.4-7.el6.x86_64 openssh-5.3p1-20.el6_0.3.x86_64 openssh-clients-5.3p1-20.el6_0.3.x86_64 openssh-server-5.3p1-20.el6_0.3.x86_64 openssl-1.0.0-4.el6_0.2.x86_64 openssl098e-0.9.8e-17.el6.centos.x86_64 pakchois-0.4-3.2.el6.x86_64 pam-1.1.1-4.el6_0.1.x86_64 pam_krb5-2.3.11-1.el6.x86_64 pam_ldap-185-5.el6.x86_64 pam_passwdqc-1.0.5-6.el6.x86_64 pango-1.28.1-3.el6_0.5.x86_64 pangomm-2.26.0-1.el6.x86_64 parted-2.1-10.el6.x86_64 passwd-0.77-4.el6.x86_64 patch-2.6-6.el6.x86_64 pax-3.4-10.1.el6.x86_64 pciutils-3.1.4-9.el6.x86_64 pciutils-libs-3.1.4-9.el6.x86_64 pcmciautils-015-4.2.el6.x86_64 pcre-7.8-3.1.el6.x86_64 perl-5.10.1-115.el6.x86_64 perl-Archive-Extract-0.38-115.el6.x86_64 perl-Archive-Tar-1.58-115.el6.x86_64 perl-BSD-Resource-1.29.03-3.el6.x86_64 perl-CPAN-1.9402-115.el6.x86_64 perl-CPANPLUS-0.88-115.el6.x86_64 perl-Compress-Raw-Zlib-2.023-115.el6.x86_64 perl-Compress-Zlib-2.020-115.el6.x86_64 perl-Crypt-OpenSSL-Bignum-0.04-8.1.el6.x86_64 perl-Crypt-OpenSSL-RSA-0.25-10.1.el6.x86_64 perl-Crypt-OpenSSL-Random-0.04-9.1.el6.x86_64 perl-Crypt-SSLeay-0.57-16.el6.x86_64 perl-DBD-MySQL-4.013-3.el6.x86_64 perl-DBD-SQLite-1.27-3.el6.x86_64 perl-DBI-1.609-4.el6.x86_64 perl-DBIx-Simple-1.32-3.el6.noarch perl-Date-Manip-5.54-4.el6.noarch perl-Digest-HMAC-1.01-22.el6.noarch perl-Digest-SHA-5.47-115.el6.x86_64 perl-Digest-SHA1-2.12-2.el6.x86_64 perl-Encode-Detect-1.01-2.el6.x86_64 perl-ExtUtils-CBuilder-0.27-115.el6.x86_64 perl-ExtUtils-Embed-1.28-115.el6.x86_64 perl-ExtUtils-MakeMaker-6.55-115.el6.x86_64 perl-ExtUtils-ParseXS-2.2003.0-115.el6.x86_64 perl-File-Fetch-0.26-115.el6.x86_64 perl-HTML-Parser-3.64-2.el6.x86_64 perl-HTML-Tagset-3.20-4.el6.noarch perl-IO-Compress-Base-2.020-115.el6.x86_64 perl-IO-Compress-Zlib-2.020-115.el6.x86_64 perl-IO-Socket-INET6-2.56-4.el6.noarch perl-IO-Socket-SSL-1.31-2.el6.noarch perl-IO-Zlib-1.09-115.el6.x86_64 perl-IPC-Cmd-0.56-115.el6.x86_64 perl-Locale-Maketext-Simple-0.18-115.el6.x86_64 perl-Log-Message-0.02-115.el6.x86_64 perl-Log-Message-Simple-0.04-115.el6.x86_64 perl-Mail-DKIM-0.37-2.el6.noarch perl-MailTools-2.04-4.el6.noarch perl-Module-Build-0.3500-115.el6.x86_64 perl-Module-CoreList-2.18-115.el6.x86_64 perl-Module-Load-0.16-115.el6.x86_64 perl-Module-Load-Conditional-0.30-115.el6.x86_64 perl-Module-Loaded-0.02-115.el6.x86_64 perl-Module-Pluggable-3.90-115.el6.x86_64 perl-Net-DNS-0.65-2.el6.x86_64 perl-Net-LibIDN-0.12-3.el6.x86_64 perl-Net-SSLeay-1.35-9.el6.x86_64 perl-NetAddr-IP-4.027-3.el6.x86_64 perl-Newt-1.08-26.el6.x86_64 perl-Object-Accessor-0.34-115.el6.x86_64 perl-Package-Constants-0.02-115.el6.x86_64 perl-Params-Check-0.26-115.el6.x86_64 perl-Parse-CPAN-Meta-1.40-115.el6.x86_64 perl-Pod-Escapes-1.04-115.el6.x86_64 perl-Pod-Simple-3.13-115.el6.x86_64 perl-Socket6-0.23-3.el6.x86_64 perl-Term-UI-0.20-115.el6.x86_64 perl-Test-Harness-3.17-115.el6.x86_64 perl-Test-Simple-0.92-115.el6.x86_64 perl-Time-HiRes-1.9721-115.el6.x86_64 perl-Time-Piece-1.15-115.el6.x86_64 perl-TimeDate-1.16-11.1.el6.noarch perl-URI-1.40-2.el6.noarch perl-XML-Dumper-0.81-6.el6.noarch perl-XML-Grove-0.46alpha-40.el6.noarch perl-XML-Parser-2.36-7.el6.x86_64 perl-XML-Twig-3.34-1.el6.noarch perl-core-5.10.1-115.el6.x86_64 perl-devel-5.10.1-115.el6.x86_64 perl-libs-5.10.1-115.el6.x86_64 perl-libwww-perl-5.833-2.el6.noarch perl-libxml-perl-0.08-10.el6.noarch perl-parent-0.221-115.el6.x86_64 perl-version-0.77-115.el6.x86_64 php-5.3.2-6.el6_0.1.x86_64 php-cli-5.3.2-6.el6_0.1.x86_64 php-common-5.3.2-6.el6_0.1.x86_64 php-ldap-5.3.2-6.el6_0.1.x86_64 pidgin-2.6.6-6.el6_0.x86_64 pilot-link-0.12.4-6.el6.x86_64 pinentry-0.7.6-5.el6.x86_64 pinentry-gtk-0.7.6-5.el6.x86_64 pinfo-0.6.9-12.el6.x86_64 pixman-0.18.4-1.el6_0.1.x86_64 pkgconfig-0.23-9.1.el6.x86_64 plymouth-0.8.3-17.el6.centos.x86_64 plymouth-core-libs-0.8.3-17.el6.centos.x86_64 plymouth-graphics-libs-0.8.3-17.el6.centos.x86_64 plymouth-plugin-label-0.8.3-17.el6.centos.x86_64 plymouth-plugin-two-step-0.8.3-17.el6.centos.x86_64 plymouth-scripts-0.8.3-17.el6.centos.x86_64 plymouth-system-theme-0.8.3-17.el6.centos.noarch plymouth-theme-rings-0.8.3-17.el6.centos.noarch pm-utils-1.2.5-9.el6.x86_64 policycoreutils-2.0.83-19.8.el6_0.x86_64 policycoreutils-python-2.0.83-19.8.el6_0.x86_64 polkit-0.96-2.el6_0.1.x86_64 polkit-desktop-policy-0.96-2.el6_0.1.noarch polkit-gnome-0.96-3.el6.x86_64 poppler-0.12.4-3.el6_0.1.x86_64 poppler-data-0.4.0-1.el6.noarch poppler-glib-0.12.4-3.el6_0.1.x86_64 popt-1.13-7.el6.x86_64 portreserve-0.0.4-4.el6.x86_64 postgresql-libs-8.4.7-1.el6_0.1.x86_64 prelink-0.4.3-4.el6.x86_64 procmail-3.22-25.1.el6.x86_64 procps-3.2.8-14.el6.x86_64 psacct-6.3.2-63.el6.x86_64 psmisc-22.6-15.el6_0.1.x86_64 pth-2.0.7-9.3.el6.x86_64 ptlib-2.6.5-3.el6.x86_64 pulseaudio-0.9.21-13.el6.x86_64 pulseaudio-libs-0.9.21-13.el6.x86_64 pulseaudio-libs-glib2-0.9.21-13.el6.x86_64 pulseaudio-module-bluetooth-0.9.21-13.el6.x86_64 pycairo-1.8.6-2.1.el6.x86_64 pygobject2-2.20.0-5.el6.x86_64 pygpgme-0.1-18.20090824bzr68.el6.x86_64 pygtk2-2.16.0-3.el6.x86_64 pygtk2-libglade-2.16.0-3.el6.x86_64 pygtksourceview-2.8.0-1.el6.x86_64 python-2.6.5-3.el6_0.2.x86_64 python-crypto-2.0.1-22.el6.x86_64 python-decorator-3.0.1-3.1.el6.noarch python-iniparse-0.3.1-2.1.el6.noarch python-iwlib-0.1-1.2.el6.x86_64 python-ldap-2.3.10-1.el6.x86_64 python-libs-2.6.5-3.el6_0.2.x86_64 python-markupsafe-0.9.2-4.el6.x86_64 python-meh-0.9-1.el6.noarch python-pycurl-7.19.0-8.el6.x86_64 python-slip-0.2.11-1.el6.noarch python-slip-dbus-0.2.11-1.el6.noarch python-urlgrabber-3.9.1-7.el6.noarch pywebkitgtk-1.1.6-3.el6.x86_64 pyxf86config-0.3.37-7.1.el6.x86_64 ql2100-firmware-1.19.38-3.1.el6.noarch ql2200-firmware-2.02.08-3.1.el6.noarch ql23xx-firmware-3.03.27-3.1.el6.noarch ql2400-firmware-5.03.02-1.el6.noarch ql2500-firmware-5.03.02-2.el6.noarch quota-3.17-10.el6.x86_64 rarian-0.8.1-5.1.el6.x86_64 rarian-compat-0.8.1-5.1.el6.x86_64 rdate-1.4-16.el6.x86_64 rdist-6.1.5-49.el6.x86_64 readahead-1.5.6-1.el6.x86_64 readline-6.0-3.el6.x86_64 redhat-bookmarks-6-1.el6.centos.noarch redhat-logos-60.0.14-10.el6.noarch redhat-lsb-4.0-2.1.el6.centos.x86_64 redhat-menus-14.0.0-3.el6.noarch report-0.18-7.el6.centos.x86_64 report-config-ftp-0.18-7.el6.centos.x86_64 report-config-localsave-0.18-7.el6.centos.x86_64 report-config-scp-0.18-7.el6.centos.x86_64 report-gtk-0.18-7.el6.centos.x86_64 report-newt-0.18-7.el6.centos.x86_64 report-plugin-ftp-0.18-7.el6.centos.x86_64 report-plugin-localsave-0.18-7.el6.centos.x86_64 report-plugin-scp-0.18-7.el6.centos.x86_64 rfkill-0.3-4.el6.x86_64 rhino-1.7-0.7.r2.2.el6.noarch rng-tools-2-8.el6.x86_64 rootfiles-8.1-6.1.el6.noarch rpcbind-0.2.0-8.el6.x86_64 rpm-4.8.0-12.el6.x86_64 rpm-libs-4.8.0-12.el6.x86_64 rpm-python-4.8.0-12.el6.x86_64 rsync-3.0.6-5.el6_0.1.x86_64 rsyslog-4.6.2-2.el6.x86_64 rt61pci-firmware-1.2-7.el6.noarch rt73usb-firmware-1.8-7.el6.noarch rtkit-0.5-1.el6.x86_64 samba-client-3.5.4-68.el6_0.2.x86_64 samba-common-3.5.4-68.el6_0.2.x86_64 samba-winbind-clients-3.5.4-68.el6_0.2.x86_64 samba4-libs-4.0.0-23.alpha11.el6.x86_64 scenery-backgrounds-6.0.0-1.el6.noarch seahorse-2.28.1-4.el6.x86_64 sed-4.2.1-5.el6.x86_64 selinux-policy-3.7.19-54.el6_0.5.noarch selinux-policy-targeted-3.7.19-54.el6_0.5.noarch sendmail-8.14.4-8.el6.x86_64 sendmail-cf-8.14.4-8.el6.noarch sendmail-milter-8.14.4-8.el6.x86_64 setools-libs-3.3.7-4.el6.x86_64 setools-libs-python-3.3.7-4.el6.x86_64 setserial-2.17-25.el6.x86_64 setup-2.8.14-10.el6.noarch setuptool-1.19.9-3.el6.x86_64 sg3_utils-libs-1.28-3.el6.x86_64 sgml-common-0.6.3-32.el6.noarch sgpio-1.2.0.10-5.el6.x86_64 shadow-utils-4.1.4.2-8.el6.x86_64 shared-mime-info-0.70-4.el6.x86_64 slang-2.2.1-1.el6.x86_64 smartmontools-5.39.1-2.el6.x86_64 smp_utils-0.94-4.el6.x86_64 sos-2.2-2.el6.noarch sound-juicer-2.28.1-6.el6.x86_64 sound-theme-freedesktop-0.7-3.el6.noarch spamass-milter-0.3.1-3.el6.rf.x86_64 spamassassin-3.3.1-2.el6.x86_64 speex-1.2-0.12.rc1.1.el6.x86_64 sqlite-3.6.20-1.el6.x86_64 sssd-1.2.1-28.el6_0.4.x86_64 sssd-client-1.2.1-28.el6_0.4.x86_64 startup-notification-0.10-2.1.el6.x86_64 strace-4.5.19-1.10.el6.x86_64 sudo-1.7.2p2-9.el6.x86_64 sysstat-9.0.4-12.el6_0.1.x86_64 system-config-date-1.9.60-1.el6.noarch system-config-date-docs-1.0.9-1.el6.noarch system-config-firewall-1.2.27-3.el6_0.2.noarch system-config-firewall-base-1.2.27-3.el6_0.2.noarch system-config-firewall-tui-1.2.27-3.el6_0.2.noarch system-config-users-1.2.104-1.el6_0.3.noarch system-config-users-docs-1.0.8-1.el6.noarch system-gnome-theme-60.0.2-1.el6.noarch system-icon-theme-6.0.0-2.el6.noarch system-setup-keyboard-0.7-4.el6.x86_64 systemtap-runtime-1.2-9.el6.x86_64 sysvinit-tools-2.87-3.dsf.el6.x86_64 taglib-1.6.1-1.1.el6.x86_64 tar-1.23-3.el6.x86_64 tcp_wrappers-7.6-56.3.el6.x86_64 tcp_wrappers-libs-7.6-56.3.el6.x86_64 tcpdump-4.0.0-3.20090921gitdf3cb4.1.el6.x86_64 tcsh-6.17-12.el6.x86_64 telnet-0.17-46.el6.x86_64 tftp-0.49-5.1.el6.x86_64 time-1.7-37.1.el6.x86_64 tmpwatch-2.9.16-3.el6.x86_64 totem-2.28.6-2.el6.x86_64 totem-mozplugin-2.28.6-2.el6.x86_64 totem-nautilus-2.28.6-2.el6.x86_64 totem-pl-parser-2.28.3-1.el6.x86_64 trace-cmd-1.0.4-7.el6.x86_64 traceroute-2.0.14-2.el6.x86_64 tzdata-2011g-1.el6.noarch tzdata-java-2011g-1.el6.noarch udev-147-2.29.el6.x86_64 udisks-1.0.1-2.el6.x86_64 unique-1.1.4-2.el6.x86_64 unixODBC-2.2.14-11.el6.x86_64 unzip-6.0-1.el6.x86_64 upstart-0.6.5-6.1.el6_0.1.x86_64 urw-fonts-2.4-10.el6.noarch usbmuxd-1.0.2-1.el6.x86_64 usbutils-0.86-2.el6.x86_64 usermode-1.102-3.el6.x86_64 usermode-gtk-1.102-3.el6.x86_64 ustr-1.0.4-9.1.el6.x86_64 util-linux-ng-2.17.2-6.el6_0.1.x86_64 valgrind-3.5.0-18.el6.x86_64 vconfig-1.9-8.1.el6.x86_64 vim-common-7.2.411-1.6.el6.x86_64 vim-enhanced-7.2.411-1.6.el6.x86_64 vim-minimal-7.2.411-1.6.el6.x86_64 vorbis-tools-1.2.0-7.el6.x86_64 vsftpd-2.2.2-6.el6_0.1.x86_64 wacomexpresskeys-0.4.2-3.el6.x86_64 wavpack-4.60-1.1.el6.x86_64 webalizer-2.21_02-3.3.el6.x86_64 webkitgtk-1.2.6-2.el6_0.x86_64 wget-1.12-1.4.el6.x86_64 which-2.19-5.1.el6.x86_64 wireless-tools-29-5.1.1.el6.x86_64 wodim-1.1.9-11.el6.x86_64 words-3.0-17.el6.noarch xcb-util-0.3.6-1.el6.x86_64 xdg-utils-1.0.2-15.20091016cvs.el6.noarch xinetd-2.3.14-29.el6.x86_64 xkeyboard-config-1.6-7.el6.noarch xml-common-0.6.3-32.el6.noarch xmlrpc-c-1.16.24-1200.1840.el6.x86_64 xmlrpc-c-client-1.16.24-1200.1840.el6.x86_64 xorg-x11-drivers-7.3-13.2.el6.x86_64 xorg-x11-drv-acecad-1.4.0-2.el6.x86_64 xorg-x11-drv-aiptek-1.3.0-2.el6.x86_64 xorg-x11-drv-apm-1.2.2-1.1.el6.x86_64 xorg-x11-drv-ast-0.89.9-1.1.el6.x86_64 xorg-x11-drv-ati-6.13.0-6.el6.x86_64 xorg-x11-drv-ati-firmware-6.13.0-6.el6.noarch xorg-x11-drv-cirrus-1.3.2-1.1.el6.x86_64 xorg-x11-drv-dummy-0.3.3-1.el6.x86_64 xorg-x11-drv-elographics-1.2.3-5.el6.x86_64 xorg-x11-drv-evdev-2.3.2-8.el6.x86_64 xorg-x11-drv-fbdev-0.4.2-1.el6.x86_64 xorg-x11-drv-fpit-1.3.0-5.el6.x86_64 xorg-x11-drv-glint-1.2.4-1.1.el6.x86_64 xorg-x11-drv-hyperpen-1.3.0-4.el6.x86_64 xorg-x11-drv-i128-1.3.3-1.1.el6.x86_64 xorg-x11-drv-i740-1.3.2-1.1.el6.x86_64 xorg-x11-drv-intel-2.11.0-7.el6.x86_64 xorg-x11-drv-keyboard-1.4.0-3.el6.x86_64 xorg-x11-drv-mach64-6.8.2-1.1.el6.x86_64 xorg-x11-drv-mga-1.4.12-2.el6.x86_64 xorg-x11-drv-mouse-1.5.0-4.el6.x86_64 xorg-x11-drv-mutouch-1.2.1-5.el6.x86_64 xorg-x11-drv-nouveau-0.0.16-8.20100423git13c1043.el6.x86_64 xorg-x11-drv-nv-2.1.15-4.el6.x86_64 xorg-x11-drv-openchrome-0.2.904-1.el6.x86_64 xorg-x11-drv-penmount-1.4.0-5.el6.x86_64 xorg-x11-drv-qxl-0.0.12-2.1.el6_0.1.x86_64 xorg-x11-drv-r128-6.8.1-2.el6.x86_64 xorg-x11-drv-rendition-4.2.2-4.1.el6.x86_64 xorg-x11-drv-s3virge-1.10.4-1.1.el6.x86_64 xorg-x11-drv-savage-2.3.1-1.1.el6.x86_64 xorg-x11-drv-siliconmotion-1.7.3-1.1.el6.x86_64 xorg-x11-drv-sis-0.10.2-1.1.el6.x86_64 xorg-x11-drv-sisusb-0.9.3-1.1.el6.x86_64 xorg-x11-drv-synaptics-1.2.1-5.el6.x86_64 xorg-x11-drv-tdfx-1.4.3-1.1.el6.x86_64 xorg-x11-drv-trident-1.3.3-1.1.el6.x86_64 xorg-x11-drv-v4l-0.2.0-3.el6.3.x86_64 xorg-x11-drv-vesa-2.3.0-1.el6.x86_64 xorg-x11-drv-vmmouse-12.6.5-3.el6.x86_64 xorg-x11-drv-vmware-10.16.7-2.1.el6.x86_64 xorg-x11-drv-void-1.3.0-4.el6.x86_64 xorg-x11-drv-voodoo-1.2.3-1.1.el6.x86_64 xorg-x11-drv-wacom-0.10.5-6.el6_0.2.x86_64 xorg-x11-font-utils-7.2-10.el6.x86_64 xorg-x11-server-Xorg-1.7.7-26.el6_0.3.x86_64 xorg-x11-server-common-1.7.7-26.el6_0.3.x86_64 xorg-x11-server-utils-7.4-15.el6_0.2.x86_64 xorg-x11-utils-7.4-8.el6.x86_64 xorg-x11-xauth-1.0.2-7.1.el6.x86_64 xorg-x11-xinit-1.0.9-13.el6.x86_64 xorg-x11-xkb-utils-7.4-6.el6.x86_64 xulrunner-1.9.2.9-1.el6.centos.x86_64 xvattr-1.3-18.el6.x86_64 xz-4.999.9-0.3.beta.20091007git.el6.x86_64 xz-libs-4.999.9-0.3.beta.20091007git.el6.x86_64 xz-lzma-compat-4.999.9-0.3.beta.20091007git.el6.x86_64 yelp-2.28.1-8.el6.x86_64 yp-tools-2.9-10.el6.x86_64 ypbind-1.20.4-29.el6.x86_64 yum-3.2.27-14.el6.centos.noarch yum-metadata-parser-1.1.2-14.1.el6.x86_64 yum-plugin-fastestmirror-1.1.26-11.el6.noarch yum-utils-1.1.26-11.el6.noarch zd1211-firmware-1.4-4.el6.noarch zenity-2.28.0-1.el6.x86_64 zip-3.0-1.el6.x86_64 zlib-1.2.3-25.el6.x86_64 zsh-4.3.10-4.1.el6.x86_64
Harold
I don't know if this is the right place to report this or not.
I am building a new server on a 64 bit CentOS 6.0 platform.
[root@newmick ~]# cat /etc/redhat-release CentOS Linux release 6.0 (Final) [root@newmick ~]# uname -a Linux newmick.halshome.net 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011 x86_64 x86_64 x86_64 GNU/Linux
Mail subsystem consists of: sendmail spamassassin spamass-milter cyrus-imap
All of these appear to be working. Mail sent to the system appears in the inbox of the user it is sent to.
My problem:
I am unable to get the cyrus sieve to work. Attempting to run sieveshell to load the filter fails as shown below.
[harold@newmick ~]$ sieveshell localhost connecting to localhost unable to connect to server at /usr/bin/sieveshell line 170. [harold@newmick ~]$
Maybe sieveshell tries to connect to the wrong port? Did you try sieveshell localhost:sieve
Simon
On 8/10/2011 2:00 PM, Simon Matter wrote:
I don't know if this is the right place to report this or not.
I am building a new server on a 64 bit CentOS 6.0 platform.
[root@newmick ~]# cat /etc/redhat-release CentOS Linux release 6.0 (Final) [root@newmick ~]# uname -a Linux newmick.halshome.net 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011 x86_64 x86_64 x86_64 GNU/Linux
Mail subsystem consists of: sendmail spamassassin spamass-milter cyrus-imap
All of these appear to be working. Mail sent to the system appears in the inbox of the user it is sent to.
My problem:
I am unable to get the cyrus sieve to work. Attempting to run sieveshell to load the filter fails as shown below.
[harold@newmick ~]$ sieveshell localhost connecting to localhost unable to connect to server at /usr/bin/sieveshell line 170. [harold@newmick ~]$
Maybe sieveshell tries to connect to the wrong port? Did you try sieveshell localhost:sieve
[harold@newmick ~]$ sieveshell localhost:sieve connecting to localhost:sieve connect: Connection refused unable to connect to server at /usr/bin/sieveshell line 170. [harold@newmick ~]$ sieveshell localhost:2000 connecting to localhost:2000 unable to connect to server at /usr/bin/sieveshell line 170. [harold@newmick ~]$
On 8/10/2011 2:00 PM, Simon Matter wrote:
I don't know if this is the right place to report this or not.
I am building a new server on a 64 bit CentOS 6.0 platform.
[root@newmick ~]# cat /etc/redhat-release CentOS Linux release 6.0 (Final) [root@newmick ~]# uname -a Linux newmick.halshome.net 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011 x86_64 x86_64 x86_64 GNU/Linux
Mail subsystem consists of: sendmail spamassassin spamass-milter cyrus-imap
All of these appear to be working. Mail sent to the system appears in the inbox of the user it is sent to.
My problem:
I am unable to get the cyrus sieve to work. Attempting to run sieveshell to load the filter fails as shown below.
[harold@newmick ~]$ sieveshell localhost connecting to localhost unable to connect to server at /usr/bin/sieveshell line 170. [harold@newmick ~]$
Maybe sieveshell tries to connect to the wrong port? Did you try sieveshell localhost:sieve
[harold@newmick ~]$ sieveshell localhost:sieve connecting to localhost:sieve connect: Connection refused unable to connect to server at /usr/bin/sieveshell line 170. [harold@newmick ~]$ sieveshell localhost:2000 connecting to localhost:2000 unable to connect to server at /usr/bin/sieveshell line 170. [harold@newmick ~]$
And on which port does it listen for sieve? Note that port 2000 is not the managesieve port anymore.
Simon
On 8/10/2011 2:28 PM, Simon Matter wrote:
On 8/10/2011 2:00 PM, Simon Matter wrote:
I don't know if this is the right place to report this or not.
I am building a new server on a 64 bit CentOS 6.0 platform.
[root@newmick ~]# cat /etc/redhat-release CentOS Linux release 6.0 (Final) [root@newmick ~]# uname -a Linux newmick.halshome.net 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011 x86_64 x86_64 x86_64 GNU/Linux
Mail subsystem consists of: sendmail spamassassin spamass-milter cyrus-imap
All of these appear to be working. Mail sent to the system appears in the inbox of the user it is sent to.
My problem:
I am unable to get the cyrus sieve to work. Attempting to run sieveshell to load the filter fails as shown below.
[harold@newmick ~]$ sieveshell localhost connecting to localhost unable to connect to server at /usr/bin/sieveshell line 170. [harold@newmick ~]$
Maybe sieveshell tries to connect to the wrong port? Did you try sieveshell localhost:sieve
[harold@newmick ~]$ sieveshell localhost:sieve connecting to localhost:sieve connect: Connection refused unable to connect to server at /usr/bin/sieveshell line 170. [harold@newmick ~]$ sieveshell localhost:2000 connecting to localhost:2000 unable to connect to server at /usr/bin/sieveshell line 170. [harold@newmick ~]$
And on which port does it listen for sieve? Note that port 2000 is not the managesieve port anymore.
[root@newmick etc]# grep sieve /etc/services sieve-filter 2000/tcp cisco-sccp # Sieve Mail Filter Daemon sieve-filter 2000/udp cisco-sccp # Sieve Mail Filter Daemon sieve 4190/tcp # ManageSieve Protocol [root@newmick etc]#
[harold@newmick ~]$ sieveshell localhost:4190 connecting to localhost:4190 connect: Connection refused unable to connect to server at /usr/bin/sieveshell line 170. [harold@newmick ~]$
I checked /etc/services, and it's 4190 and not 2000. But 4190 fails just the same.
Harold
On 8/10/2011 2:28 PM, Simon Matter wrote:
On 8/10/2011 2:00 PM, Simon Matter wrote:
I don't know if this is the right place to report this or not.
I am building a new server on a 64 bit CentOS 6.0 platform.
[root@newmick ~]# cat /etc/redhat-release CentOS Linux release 6.0 (Final) [root@newmick ~]# uname -a Linux newmick.halshome.net 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011 x86_64 x86_64 x86_64 GNU/Linux
Mail subsystem consists of: sendmail spamassassin spamass-milter cyrus-imap
All of these appear to be working. Mail sent to the system appears in the inbox of the user it is sent to.
My problem:
I am unable to get the cyrus sieve to work. Attempting to run sieveshell to load the filter fails as shown below.
[harold@newmick ~]$ sieveshell localhost connecting to localhost unable to connect to server at /usr/bin/sieveshell line 170. [harold@newmick ~]$
Maybe sieveshell tries to connect to the wrong port? Did you try sieveshell localhost:sieve
[harold@newmick ~]$ sieveshell localhost:sieve connecting to localhost:sieve connect: Connection refused unable to connect to server at /usr/bin/sieveshell line 170. [harold@newmick ~]$ sieveshell localhost:2000 connecting to localhost:2000 unable to connect to server at /usr/bin/sieveshell line 170. [harold@newmick ~]$
And on which port does it listen for sieve? Note that port 2000 is not the managesieve port anymore.
[root@newmick etc]# grep sieve /etc/services sieve-filter 2000/tcp cisco-sccp # Sieve Mail Filter Daemon sieve-filter 2000/udp cisco-sccp # Sieve Mail Filter Daemon sieve 4190/tcp # ManageSieve Protocol [root@newmick etc]#
[harold@newmick ~]$ sieveshell localhost:4190 connecting to localhost:4190 connect: Connection refused unable to connect to server at /usr/bin/sieveshell line 170. [harold@newmick ~]$
I checked /etc/services, and it's 4190 and not 2000. But 4190 fails just the same.
SELinux? I'm out of ideas apart from that.
Simon
On 8/10/2011 5:40 PM, Simon Matter wrote:
SELinux? I'm out of ideas apart from that.
Simon
audit2allow </var/log/audit/audit.log shows no errors have been logged.
I suppose I can try temporary turning selinux off to see if it makes a difference. I'll try that later this evening and post the results.
I definitely don't want to permanently disable selinux.
Harold
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 08/10/2011 05:51 PM, Harold Pritchett wrote:
On 8/10/2011 5:40 PM, Simon Matter wrote:
SELinux? I'm out of ideas apart from that.
Simon
audit2allow </var/log/audit/audit.log shows no errors have been logged.
I suppose I can try temporary turning selinux off to see if it makes a difference. I'll try that later this evening and post the results.
I definitely don't want to permanently disable selinux.
Harold
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
setenforce 0
Rather then disabling.