[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[postfix-jp:01287] Re: Postfix+AMaVisを使った送受信メールのスキャンについて



 まつだです。

--------------------------------------------------
IKEDA Nozomu <ike@xxxxxxxxxxxxx> wrote:
--------------------------------------------------
>  main.cf と master.cf に vscan の文字列がないとは?
> ちょっと状況がつかめないので、一度 postconf -n の結果と
> master.cf に追加した行を書いてもらえませんか?

 今、現在は「受信メールのみのスキャン」の設定
 なのですが、結果は以下の通りです。
==================================================
#postconf -n
--------------------------------------------------
alias_maps = hash:/etc/aliases
biff = no
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
disable_vrfy_command = yes
inet_interfaces = all
mail_owner = postfix
mailbox_command = /usr/sbin/amavis "$SENDER" "$RECIPIENT"
mydestination = $myhostname, localhost.$mydomain, $mydomain
mydomain = hoge.com
myhostname = redhat.hoge.com
mynetworks = 192.168.0.0/24, 127.0.0.0/8
myorigin = $mydomain
queue_directory = /var/spool/postfix
smtpd_etrn_restrictions = reject
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks, reject_invalid_hostname,
  reject_unknown_client
smtpd_recipient_restrictions = permit_mynetworks check_recipient_access
  hash:/etc/mail/rcpt_restriction check_client_access btree:/etc/mail/dracd,
  check_relay_domains
virtual_maps = hash:/etc/postfix/virtual
----------------------------------------------------------
 master.cfは、現在はデフォルトの状態で特に付け足していません

 この状態でも1分おきに、
 Dec 12 12:01:45 redhat postfix/qmgr[32388]: warning: connect to transport vscan:
 Connection refused

 が、出ています。


・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・


 今は上記設定に戻していますが「送受信メールのスキャン」においては、
main.cfには、content_filter = vscan:を追加、

master.cfには、
vscan    unix  -   n   n   -   10  pipe user=vscan
   argv=/usr/sbin/amavis ${sender} ${recipient}
localhost:10025        inet    n   -   n   -   -   smtpd
   -o content_filter=
を追加しました。

#今気づいたのですが、受信メールスキャン→送受信メールスキャンに
設定を変更するとき、

  mailbox_command = /usr/sbin/amavis "$SENDER" "$RECIPIENT"

の行をコメントアウトするのを忘れていたのですが、
これが原因でしょうか?


-- 
Hiroyuki Matsuda <hiro_m@xxxxxxxxxxxxx>

Follow-Ups
[postfix-jp:01291] Re: Postfix+AMaVisを使った送受信メールのスキャンについて, IKEDA Nozomu
References
[postfix-jp:01284] Re: Postfix+AMaVisを使った送受信メールのスキャンについて, Hiroyuki Matsuda
[postfix-jp:01286] Re: Postfix+AMaVisを使った送受信メールのスキャンについて, IKEDA Nozomu

[検索ページ] [Postfix-JP ML Home]