ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Mike Lykov <combr@vesna.ru>
To: community@altlinux.ru
Subject: Re: [Comm] SpamAssassin
Date: Wed, 9 Feb 2005 18:01:08 +0400
Message-ID: <200502091801.08876.combr@vesna.ru> (raw)
In-Reply-To: <20050209135512.GC30948@AKrasavin.localdomain>

В сообщении от Среда 09 Февраль 2005 17:55 Krasavin Andrey написал:
> On Tue, Feb 08, 2005 at 06:41:03PM +0300, Egorov Alexey wrote:
> > Ну а антивирусы (что KAV что DrWeb) пресрансо прикручиваются к
> > Postfix без amavis.
>
> Может тогда подскажете, как прикрутить Clamav?

легко

clamdscan --disable-summary --stdout inp.$$     
EXCODE=$?                                                                       
if [ $EXCODE -eq 1 ]; then                                                      
    formail -a X-Clamscan-VirusFound:YES -ds < inp.$$ > clamsc.$$;              
    mv -f clamsc.$$ inp.$$;                                                     
fi 

например, что-то подобное вставить в скрипт, вызываемый из postfix как 
content_filter

-- 
Mike Lykov
Samara, "Vesna" parfum company, System administrator 


  reply	other threads:[~2005-02-09 14:01 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-08  8:27 asu
2005-02-08  9:06 ` Вадим Илларионов
2005-02-08  9:45   ` Alexey Morsov
2005-02-08  9:58   ` Yuri Horoshkov
2005-02-08 10:12     ` Вадим Илларионов
2005-02-08 10:54       ` Yuri Horoshkov
2005-02-08 12:16         ` smont
2005-02-08 14:17           ` Yuri Horoshkov
2005-02-08 12:30         ` smont
2005-02-08 15:17         ` Peter Evdokimov
2005-02-08 10:19     ` Вадим Илларионов
2005-02-08 15:38     ` Sergey Ivanov
2005-02-08 19:13       ` Yuri Horoshkov
2005-02-09  5:42       ` Andrey Konovalov aka Krapa
2005-02-11 12:12         ` Yuri Horoshkov
2005-02-11 14:58           ` Andrey Konovalov aka Krapa
2005-02-11 20:59       ` Afanasov Dmitry
2005-02-08 12:27   ` asu
2005-02-08 11:27     ` Alexey Morsov
2005-02-08 15:41       ` Egorov Alexey
2005-02-09  7:25         ` asu
2005-02-09  9:08           ` Вадим Илларионов
2005-02-09  9:14           ` Вадим Илларионов
2005-02-09  9:12         ` Вадим Илларионов
2005-02-09  9:47           ` Egorov Alexey
2005-02-09 11:15             ` asu
2005-02-09 13:55         ` Krasavin Andrey
2005-02-09 14:01           ` Mike Lykov [this message]
2005-02-09 14:26             ` Krasavin Andrey
2005-02-08 18:40 ` Sergey Kuznetsov
2005-02-09  7:01   ` asu
2005-02-09 15:23     ` Sergey Kuznetsov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200502091801.08876.combr@vesna.ru \
    --to=combr@vesna.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git