ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] amavisd-new - banned files
@ 2005-02-20 18:38 Aleksey E Birukov
  2005-02-21  8:58 ` iLL
  0 siblings, 1 reply; 4+ messages in thread
From: Aleksey E Birukov @ 2005-02-20 18:38 UTC (permalink / raw)
  To: Sisyphus

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

amavisd-new замучил банить файлы с "опасными" расширениями (exe, rpm...). А 
мне нравится получать по почте такие файлы ;)
Раньше я комментировал некоторые строчки в файле amavisd.conf. 
Может быть есть более "кошерный" способ это сделать?
Может надо всего одну какую-нибудь закомментировать?

-- 
$respect

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] amavisd-new - banned files
  2005-02-20 18:38 [sisyphus] amavisd-new - banned files Aleksey E Birukov
@ 2005-02-21  8:58 ` iLL
  2005-02-21 13:19   ` Aleksey E Birukov
  0 siblings, 1 reply; 4+ messages in thread
From: iLL @ 2005-02-21  8:58 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Sun, 20 Feb 2005 21:38:50 +0300
Aleksey E Birukov <birukov@vladinfo.ru> wrote:

> amavisd-new замучил банить файлы с "опасными" расширениями (exe, rpm...). А 
> мне нравится получать по почте такие файлы ;)
> Раньше я комментировал некоторые строчки в файле amavisd.conf. 
> Может быть есть более "кошерный" способ это сделать?
> Может надо всего одну какую-нибудь закомментировать?
я себе так сделал:
$final_banned_destiny     = D_PASS;
> 
> -- 
> $respect


-- 
===-iLya Bryzgalow aka iLL-=== _/ _/     _/
Astronomy_Linux_Krasnodar_Russia _/     _/
Linux User #301257           _/ _/     _/
ICQ:43835329                _/ _/     _/
JID://ill@jabber.org       _/ _/     _/
http://astrokuban.info/   _/ _/     _/
                         _/ _/_/_/ _/_/_/
i don't smoke and wish you the same!
kernel-2.6.10-std26-smp-alt3 ALT Linux Sisyphus (20050214)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] amavisd-new - banned files
  2005-02-21  8:58 ` iLL
@ 2005-02-21 13:19   ` Aleksey E Birukov
  2005-02-22  6:29     ` iLL
  0 siblings, 1 reply; 4+ messages in thread
From: Aleksey E Birukov @ 2005-02-21 13:19 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 649 bytes --]

В сообщении от 21 Февраль 2005 11:58 iLL написал(a):
> On Sun, 20 Feb 2005 21:38:50 +0300
>
> Aleksey E Birukov <birukov@vladinfo.ru> wrote:
> > amavisd-new замучил банить файлы с "опасными" расширениями (exe, rpm...).
> > А мне нравится получать по почте такие файлы ;)
> > Раньше я комментировал некоторые строчки в файле amavisd.conf.
> > Может быть есть более "кошерный" способ это сделать?
> > Может надо всего одну какую-нибудь закомментировать?
>
> я себе так сделал:
> $final_banned_destiny     = D_PASS;
я не совсем понял из документации, что значат эти загадочные параметры:
D_DISCARD
D_BOUNCE
D_PASS
?
>
> > --
> > $respect

-- 
$respect

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] amavisd-new - banned files
  2005-02-21 13:19   ` Aleksey E Birukov
@ 2005-02-22  6:29     ` iLL
  0 siblings, 0 replies; 4+ messages in thread
From: iLL @ 2005-02-22  6:29 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Mon, 21 Feb 2005 16:19:00 +0300
Aleksey E Birukov <birukov@vladinfo.ru> wrote:

> В сообщении от 21 Февраль 2005 11:58 iLL написал(a):
> > On Sun, 20 Feb 2005 21:38:50 +0300
> >
> > Aleksey E Birukov <birukov@vladinfo.ru> wrote:
> > > amavisd-new замучил банить файлы с "опасными" расширениями (exe, rpm...).
> > > А мне нравится получать по почте такие файлы ;)
> > > Раньше я комментировал некоторые строчки в файле amavisd.conf.
> > > Может быть есть более "кошерный" способ это сделать?
> > > Может надо всего одну какую-нибудь закомментировать?
> >
> > я себе так сделал:
> > $final_banned_destiny     = D_PASS;
> я не совсем понял из документации, что значат эти загадочные параметры:
> D_DISCARD
> D_BOUNCE
> D_PASS
В старом конфиге были комментарии:
# Alternatives to consider for spam:
# - use D_PASS if clients will do filtering based on inserted mail headers;
# - use D_DISCARD, if kill_level is set safely high;
# - use D_BOUNCE instead of D_REJECT if not using milter;
#
# D_BOUNCE is preferred for viruses, but consider:
# - use D_PASS (or virus_lovers) and $warnvirussender=1 to deliver viruses;
# - use D_REJECT instead of D_BOUNCE if using milter and under heavy
#   virus storm;
#
# Don't bother to set both D_DISCARD and $warn*sender=1, it will get mapped
# to D_BOUNCE.
#
# The separation of *_destiny values into D_BOUNCE, D_REJECT, D_DISCARD
# and D_PASS made settings $warnvirussender and $warnspamsender only still
# useful with D_PASS.
А к новому конфигу все никак не могу подступится и заменить старый.
Как вспомню сколько мучился-настраивал когда пытался запустить старый.
Там и интеграция с clam, антиспам и куча моих сетей.
Боюсь перестанет почта ходить. А старый работает, пока.
Я вообще хочу этот amavis убрать и прикрутить clam через clamsmtp.
Ну очень огромный конфиг у этого амависта.
> -- 
> $respect


-- 
===-iLya Bryzgalow aka iLL-=== _/ _/     _/
Astronomy_Linux_Krasnodar_Russia _/     _/
Linux User #301257           _/ _/     _/
ICQ:43835329                _/ _/     _/
JID://ill@jabber.org       _/ _/     _/
http://astrokuban.info/   _/ _/     _/
                         _/ _/_/_/ _/_/_/
i don't smoke and wish you the same!
kernel-2.6.10-std26-smp-alt3 ALT Linux Sisyphus (20050214)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-02-22  6:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-20 18:38 [sisyphus] amavisd-new - banned files Aleksey E Birukov
2005-02-21  8:58 ` iLL
2005-02-21 13:19   ` Aleksey E Birukov
2005-02-22  6:29     ` iLL

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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