1

Topic: freebsd amavisd-new

I have freebsd 8 amd64

===> Fetching all distfiles for amavisd-new-2.6.4_5,1 and dependencies
===>  amavisd-new-2.6.4_5,1 requires i386 (or compatible) platform to run.
*** Error code 1
But i cant find this is port, trying to find at offical site and ftp://ftp.freebsd.org/pub/FreeBSD/ports … /security/
current version amavisd-new-2.6.4_2,1.tbz to amd64. how i can install it? i need to change something in iredmail.sh or what can i do?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: freebsd amavisd-new

Looks like a ports tree issue, not iRedMail issue.

Can you install amavisd-new manually?

3 (edited by inova 2010-03-05 06:55:18)

Re: freebsd amavisd-new

yes, manually it's installing very good
but ired trying to install 2.6.4_5,1 version. but from ports its installing 2.6.4_2,1.tbz

4

Re: freebsd amavisd-new

inova wrote:

but ired trying to install 2.6.4_5,1 version. but from ports its installing 2.6.4_2,1.tbz

iRedMail just uses ports tree to install packages, pkg version is depend on your ports tree.

Did you use portsnap to fetch the latest ports tree? if it still doesn't work, you should report this issue to freebsd mail list.

5

Re: freebsd amavisd-new

seem you not update the ports tree.

bsd80# pkg_version -v
adns-1.4_1                          =   up-to-date with port
altermime-0.3.11.a1                 =   up-to-date with port
amavisd-new-2.6.4_5,1               =   up-to-date with port
apache-2.2.14_5                     =   up-to-date with port

6

Re: freebsd amavisd-new

inova wrote:

===>  amavisd-new-2.6.4_5,1 requires i386 (or compatible) platform to run.

I've fixed this issue.

Remove 'WITH_RAR=true' in amavisd-new config should fix this issue:

# cd /usr/ports/security/amavisd-new/
# make config

This issue was fixed in iRedMail -current, Thanks for your report. smile

7

Re: freebsd amavisd-new

No need to remove rar support. Just edit the port make file and remove the IA32 line around the check for RAR support. Both RAR and Amavisd will run fine on AMD64. I have 2 FreeBSD 8.0 amd64 machines running just dandy like that smile

8

Re: freebsd amavisd-new

LordOfLA wrote:

IA32

thank you its works! smile