ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: "Alexey Shabalin" <a.shabalin@gmail.com>
To: "ALT Linux sysadmin discuss" <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] Извлечь письмо из карантина
Date: Fri, 5 Dec 2008 14:28:48 +0300
Message-ID: <b966c1e40812050328o5ded6d0eme33c546d3e44c36e@mail.gmail.com> (raw)
In-Reply-To: <4939049F.8060008@tut.by>

5 декабря 2008 г. 13:38 пользователь "А. Куликовский" <kae@tut.by> написал:
> Alexey Shabalin пишет:
>>
>> 2008/12/4 "А. Куликовский":
>>
>>>
>>> Доброго времени суток!
>>> Имеется связка postfix+amavis+spamassassin, беседуют через порты 10024 и
>>> 10024. Несколько писем попало в карантин. Пробовал amavisd-release, но он
>>> Can't connect to UNIX socket /var/run/amavis/amavisd.sock: , нетути
>>> такого
>>> сокета.
>>> Можно ли это побороть?
>>>
>>
>> можно.
>> для начала надо прочитать документацию.
>>
>> ЗЫ: злой я стал совсем. Люди!!! почему не читаете документацию?
>>
>
> Ну так ткнули бы носом в эту f..ng документацию, а то того мана нету, в этом
> ничего нету, в рассылке - те же причиндалы... Полдня ушло...
>

вот выдержка из документации. (только пути не трогайте - они должны
быть нормальными в соответствующих файлах конфигов. смотрите в
conf.d/??-policy)



---------------
Releasing from a quarantine

The utility amavisd-release tells the amavisd daemon to fetch a mail
from a local quarantine, and send it to MTA through its regular
channels ($notify_method), bypassing re-checking.

By default it connects to socket /var/amavis/amavisd.sock, on which
amavisd should be listening for AM.PDP protocol, but one can use inet
socket instead of a Unix socket if there is a need to run
amavisd-release from a remote host.

In the amavisd.conf the following should be added:

$unix_socketname = "$MYHOME/amavisd.sock";  # listen on Unix socket

# alternatively (less common):
# $inet_socket_port = [10024, 9998];  # listen on listed inet tcp ports

# apply policy bank AM.PDP-SOCK on a Unix socket:
#  (note that this precludes the use of old amavis-milter
#   helper program (with sendmail) on the same socket)
$interface_policy{'SOCK'} = 'AM.PDP-SOCK';

# apply policy bank AM.PDP-INET to some inet tcp socket, e.g. tcp port 9998:
$interface_policy{'9998'} = 'AM.PDP-INET';

$policy_bank{'AM.PDP-SOCK'} = {
  protocol => 'AM.PDP',  # select Amavis policy delegation protocol
  auth_required_release => 0,  # don't require secret_id for amavisd-release
};
$policy_bank{'AM.PDP-INET'} = {
  protocol => 'AM.PDP',  # select Amavis policy delegation protocol
  inet_acl => [qw( 127.0.0.1 [::1] )],  # restrict access to these IP addresses
# auth_required_release => 0,  # don't require secret_id for amavisd-release
};

-----------------
> ЗЫ: Савсэм злой стал, двоек понаставил...
вот боюсь после этого идти куда-нибудь учится :) нарвусь на
преподавателя, знакомого по переписке :)

-- 
Alexey Shabalin

  reply	other threads:[~2008-12-05 11:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-04 16:28 "А. Куликовский"
2008-12-04 17:49 ` Alexey Shabalin
2008-12-05 10:38   ` "А. Куликовский"
2008-12-05 11:28     ` Alexey Shabalin [this message]
2008-12-05 14:03       ` "А. Куликовский"
2008-12-08 12:45         ` Alexey Sidorov
2008-12-09 11:28           ` "А. Куликовский"
2008-12-09 11:43           ` "А. Куликовский"
2008-12-08 12:52       ` Alexey Sidorov
2008-12-08 13:06         ` Alexey Sidorov

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=b966c1e40812050328o5ded6d0eme33c546d3e44c36e@mail.gmail.com \
    --to=a.shabalin@gmail.com \
    --cc=shaba@altlinux.ru \
    --cc=sysadmins@lists.altlinux.org \
    /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 sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/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 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

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


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