]> git.pld-linux.org Git - packages/amavisd.git/commitdiff
- fixed...
authorundefine <undefine@pld-linux.org>
Thu, 7 Feb 2002 15:59:01 +0000 (15:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- why perl-devel??? It isn't needed.
- runtime-dir=/tmp - amavis is run with user provilages.
- relay and smtp don't work both

Changed files:
    amavisd.spec -> 1.6

amavisd.spec

index 7f699811b0467fd9faf7bb76b2ac5c64b0999c86..5f31160161a91d3f7adbe372e5d29e33e58aa0ba 100644 (file)
@@ -25,7 +25,6 @@ BuildRequires:        perl-Archive-Zip
 BuildRequires: perl-Compress-Zlib
 BuildRequires: perl-MIME-tools
 BuildRequires: perl-Unix-Syslog
-BuildRequires: perl-devel
 BuildRequires: perl-Convert-UUlib
 BuildRequires: perl-Convert-TNEF
 BuildRequires: sh-utils
@@ -60,11 +59,11 @@ a jednym lub wi
 %build
 autoconf
 %configure \
-       --enable-relay \
        --enable-smtp \
        --enable-all \
        --enable-syslog \
-       --with-runtime-dir=%{_var}/spool/amavis/runtime \
+       --with-runtime-dir=/tmp \
+       --with-virusdir=/var/spool/amavis/virusmails \
        --with-logdir=%{_var}/log \
        --with-amavisuser=amavis \
        --with-sockname=%{_var}/run/amavisd/amavisd.sock
This page took 0.06857 seconds and 4 git commands to generate.