<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hallo,<br>
<br>
im CentOS+ ist ein Postfix enthalten, der diese Module beinhaltet:<br>
Dazu unter /etc/yum.repos.d/CentOS-Base.repo bearbeiten und<br>
im Abschnitt [base], wie auch [updates] ein exclude=postfix einführen<br>
und im Abschnitt [centosplus]<br>
enabled=1<br>
includepkgs=postfix<br>
setzen.<br>
<br>
Danach den aktuellen postfix removen und den neuen installieren und mit
postconf -m prüfen, ob die Module enthalten sind.<br>
Bei mir sind sie es.<br>
<br>
Um ClamAV ebenfalls zu installieren, das Repository RPMFORGE hinzufügen:<br>
<a class="moz-txt-link-freetext" href="http://dag.wieers.com/rpm/packages/rpmforge-release/">http://dag.wieers.com/rpm/packages/rpmforge-release/</a><br>
für CentOS 5 und x86_64 wäre das folgende RPM notwendig:<br>
<a class="moz-txt-link-freetext" href="http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm">http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm</a><br>
<br>
Danach mit <br>
yum --enablerepo=rpmforge install clamav clamav-db clamd -y<br>
den ClamAV installieren.<br>
<br>
Viele Grüße<br>
Andreas.<br>
<br>
<br>
Am 30.04.2010 14:09, schrieb Helga Mayer:
<blockquote
 cite="mid:alpine.LRH.2.00.1004301323150.8318@bwpc2.rz.uni-hohenheim.de"
 type="cite">On Fri, 30 Apr 2010,
<a class="moz-txt-link-abbreviated" href="mailto:postfixbuch-users-request@listen.jpberlin.de">postfixbuch-users-request@listen.jpberlin.de</a> wrote:
  <br>
  <blockquote type="cite">Date: Fri, 30 Apr 2010 11:21:10 +0200
    <br>
From: Oliver Pürsten <a class="moz-txt-link-rfc2396E" href="mailto:lists@puersten.de"><lists@puersten.de></a>
    <br>
Subject: [Postfixbuch-users] postfix > 2.3.3 auf centos 5.4
    <br>
To: <a class="moz-txt-link-abbreviated" href="mailto:Postfixbuch-users@listen.jpberlin.de">Postfixbuch-users@listen.jpberlin.de</a>
    <br>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:4BDAA106.7080400@puersten.de"><4BDAA106.7080400@puersten.de></a>
    <br>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
    <br>
    <br>
Hallo,
    <br>
    <br>
ich bin auf der Suche nach einer neueren Version als 2.3.3, welche der
momentane Standart
    <br>
in den CentOS Repos zu sein scheint.
    <br>
    <br>
Kann mir da einer einen Tipp geben wo ich die am besten her bekomme?
    <br>
(Benötige x86_64 incl. LDAP + MySQL Unterstützung)
    <br>
  </blockquote>
  <br>
wget
<a class="moz-txt-link-freetext" href="ftp://ftp.fu-berlin.de/unix/mail/postfix/official/postfix">ftp://ftp.fu-berlin.de/unix/mail/postfix/official/postfix</a>-<neue-version>.tar.gz
  <br>
  <br>
tar zxvf postfix-<neue Version>
  <br>
  <br>
 make makefiles CCARGS="-DHAS_MYSQL -DHAS_LDAP -DUSE_TLS -DHAS_PCRE
-DUSE_SASL_AUTH -I/usr/include/sasl -I/usr/include/mysql -I
/usr/kerberos/include "  AUXLIBS="-lpcre -lssl -lldap -L/usr/lib/mysql
-lmysqlclient -lz -lm"
  <br>
  <br>
bei x86_64 /usr/lib durch /usr/lib64 ersetzen.
  <br>
  <br>
bei <a class="moz-txt-link-freetext" href="http://www.postfix.org/download.html">http://www.postfix.org/download.html</a> sind weitere mirrors.
  <br>
  <br>
Oder wolltest Du ein rpm bauen ?
  <br>
<a class="moz-txt-link-freetext" href="http://postfix.wl0.org/en/building-rpms/">http://postfix.wl0.org/en/building-rpms/</a>
  <br>
<a class="moz-txt-link-freetext" href="http://blog.wl0.org/category/postfix/">http://blog.wl0.org/category/postfix/</a>
  <br>
  <br>
Schon fix und fertig:
  <br>
<a class="moz-txt-link-freetext" href="http://ftp.wl0.org/official/2.7/RPMS-rhel5-x86_64/">http://ftp.wl0.org/official/2.7/RPMS-rhel5-x86_64/</a>
  <br>
Hab's aber nicht getestet.
  <br>
Was steckt drin?
  <br>
rpm -qp --requires postfix-2.7.0-1.rhel5.x86_64.rpm|grep mysql
  <br>
-> Fehlanzeige
  <br>
  <br>
Kuerzestfassung howto fuer rpm:
  <br>
 rpm -i <a class="moz-txt-link-freetext" href="http://ftp.wl0.org/official/2.7/SRPMS/postfix-2.7.0-1.src.rpm">http://ftp.wl0.org/official/2.7/SRPMS/postfix-2.7.0-1.src.rpm</a>
  <br>
 spec file anpassen fuer mysql oder andere zusaetzliche libs,
  <br>
 rpmbuild
  <br>
  <br>
  <br>
  <br>
Gruesse,
  <br>
Helga
  <br>
  <br>
  <blockquote type="cite"><br>
Danke
    <br>
Oliver
    <br>
    <br>
    <br>
------------------------------
    <br>
    <br>
_______________________________________________
    <br>
Postfixbuch-users mailing list
    <br>
<a class="moz-txt-link-abbreviated" href="mailto:Postfixbuch-users@listen.jpberlin.de">Postfixbuch-users@listen.jpberlin.de</a>
    <br>
<a class="moz-txt-link-freetext" href="https://listi.jpberlin.de/mailman/listinfo/postfixbuch-users">https://listi.jpberlin.de/mailman/listinfo/postfixbuch-users</a>
    <br>
    <br>
    <br>
Ende Postfixbuch-users Nachrichtensammlung, Band 137, Eintrag 68
    <br>
****************************************************************
    <br>
    <br>
  </blockquote>
  <br>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
--
_______________________________________________
Postfixbuch-users -- <a class="moz-txt-link-freetext" href="http://www.postfixbuch.de">http://www.postfixbuch.de</a>
Heinlein Professional Linux Support GmbH

<a class="moz-txt-link-abbreviated" href="mailto:Postfixbuch-users@listen.jpberlin.de">Postfixbuch-users@listen.jpberlin.de</a>
<a class="moz-txt-link-freetext" href="https://listi.jpberlin.de/mailman/listinfo/postfixbuch-users">https://listi.jpberlin.de/mailman/listinfo/postfixbuch-users</a></pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Andreas Czerniak <a class="moz-txt-link-rfc2396E" href="mailto:cognac@amcs.net"><cognac@amcs.net></a>
AMCS - Network - <a class="moz-txt-link-abbreviated" href="http://www.amcs.net">www.amcs.net</a>
Fax:+49-431-2000447; <a class="moz-txt-link-abbreviated" href="mailto:SIP://2639842@sipgate.de">SIP://2639842@sipgate.de</a></pre>
</body>
</html>