guys.., untuk setting amavisng untuk postfix yg benar gimana yak.., saya coba donlod amavisng dari
http://www.cyberknights.com.au/download/AMaViS-Mandrake-9.1/ setting amavis.conf bisa di lihat di bawah: Trus setting postfixnya gimana yak.., saya cari doc nya di sourceforge sampai google blm ketemu thanks boyke [ ; $Id: amavis.conf,v 1.18.2.1.2.2 2002/05/17 06:08:58 bengen Exp $ ; Configuration file for amavis [global] ;; Which MTA to use. Specify one. ; mail-transfer-agent = DebugMTA ; mail-transfer-agent = Exim ; mail-transfer-agent = EximPerl mail-transfer-agent = Postfix ; mail-transfer-agent = Sendmail ; mail-transfer-agent = SMTP ;; Which virus scanner to use. Use more than one if you desire ; virus-scanner = FSAV ; virus-scanner = AVP ; virus-scanner = FSP ; virus-scanner = hbEDV ; virus-scanner = Sophos ; virus-scanner = Sophie ; virus-scanner = Bitdefender ; virus-scanner = FPROT ; virus-scanner = MKS ; virus-scanner = NAI ; virus-scanner = NVC ; virus-scanner = Panda virus-scanner = CLAM ; virus-scanner = Trend ;; Extractor modules. ;; "Mail" should definitely be used, it is used for decoding MIME ;; attachments ;;extractors=Mail, Text, GZIP, BZIP2, LHA, ARC, Zip, Tar, ZOO, RAR extractors=Mail, GZIP, BZIP2, Zip, Tar ;; Who should be notified? notifiers=Sender, Recipients, Admin ;; What should be inserted into the message's headers if it is let ;; through? x-header = true x-header-tag = X-Scanned-By Amavis.Lawang x-header-line = AMaViS at a lawang.ged.co.id umask = 002 [paths] ;; Where should mails be unpacked to? unpack = /tmp/ ;; Should the unpacking directory be removed afterwards? Set to 'no' ;; only for debugging purposes cleanup = yes ;; Where should infected mail be stored? (Only the actual mail, not ;; the unpacked attachments) quarantine = /var/spool/amavis/quarantine [logging] ;; Use syslog? Facility (e.g. mail|info) or "no" ; syslog = mail|info ; syslog loglevel = 3 ;; Log to which file? And atwhat level? logfile = /var/log/amavis/amavis.log logfile loglevel = 6 [Notify] ;; Which domains should be considered local? Recipients are notified ;; about mail that was stopped only if they are local. The domain name ;; is matches against this Perl regular expression. local domain = .*ged\.co\.id ;; What address will appear in the From:-header of warning messages mail from = ".." ;; Who is the mail admin admin = ".." [Exim] ;; Location and arguments of the binary exim = /usr/sbin/exim args = -oMr no-scan -i -f ;; If problems occur, put message into this directory problem dir = /var/spool/amavis/problems [Sendmail] ;; Location and arguments of the binary sendmail = /usr/sbin/sendmail args = -i -C /etc/mail/sendmail.cf.orig -f ;; If problems occur, put message into this directory problem dir = /var/spool/amavis/problems [Postfix] ;; Location and arguments of the binary postfix = /usr/sbin/sendmail args = -i -f ;; If problems occur, put message into this directory problem dir = /var/spool/amavis/problems [Qmail] qmail-queue = /usr/sbin/qmail-queue ;; If problems occur, put message into this directory problem dir = /var/spool/amavis/problems [SMTP] input address = 127.0.0.1 input port = 10025 output address = 127.0.0.1 output port = 10026 ;; SMTP session timeout. ;; unset: accept message immediately ;; =0: no timeout. Response is sent to client after processing ;; >0: timeout is set to n seconds. After n seconds, processing ;; is aborted if it has not been finished. session timeout = 240 ; Problem dir is not needed if SMTP timeout is set. problem dir = /var/spool/amavis/problems pidfile = /var/run/amavis/amavisd.pid [DebugMTA] input file = /dev/stdin output file = /dev/stdout [external] arc = /usr/bin/arc bzip2 = /usr/bin/bzip2 lha = /usr/bin/lha unarj = /usr/bin/unarj unrar = /usr/bin/unrar zoo = /usr/bin/zoo [security] ;; Resource limits for unpacking each message ;; How many levels of unpacking do we do? maxlevels = 20 ;; How many files do we want to write? maxfiles = 1000 ;; How much diskspace do we want to consume? maxspace = 30M ;; If amavis is run as UID root, drop root privileges to uid, gid. uid = mail gid = mail [FSAV] fsav = /usr/bin/fsav [AVP] avp = /usr/bin/avp [Sophos] sweep = /usr/bin/sweep [hbEDV] antivir = /usr/bin/antivir [Sophie] socket = /var/run/sophie [NAI] uvscan = /usr/bin/uvscan [NVC] nvc = /usr/bin/nvccmd [Bitdefender] bitdefender = /usr/bin/bdc [Panda] panda = /usr/bin/pavcl [CLAM] clamscan = /usr/local/bin/clamscan [FPROT] fprot = /usr/bin/fprot [Trend] vscan = /usr/bin/vscan ]
