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

[postfix-jp:03704] Vexira



初めまして、k7-koyamaと申します。


Postfix と Vexira というウイルスチェッカーを利用してメールサーバー
を構築したいと考えております。
Postfix の設定ファイルで、判らない点がありますので、
どなたか、ご教授お願い致します



Vexira というウイルスチェッカーは、

1. 25/tcp を監視しているpostfix からフォワードされて、チェックを行う動作
2. Vexira自信が、25/tcp を監視して、スキャン後のメッセージを、postfix に
   渡す動作に対応しています。

今回は、1 の postfix --> Vexira を利用したいと考えております。

条件は、
1. POP before SMTP を利用して mobile 環境からでも中継が行える事
2. 認証は、POPではなく、APOP を利用する事
になっております。

上記の設定のために、いろいろなツールがあることを、Web上で確認済みです。




Vexira のインストール説明によると、

         mail
           |   25/tcp
         Postfix
           |   10024/tcp  (smtp-backdoor と記入されています)
         Vexira
           
         Postfix (ローカル配信)

となっているようですが、Postfix の設定ファイルを編集する旨の指示が
あります。


[master.cf] file and add the following lines:
    smtp     inet   n        -      n       -      -     smtpd
    localhost:smtp-backdoor inet n - n - - smtpd -o content_filter=

[Note] Make sure that the first character in the table is not a space.
       The entry smtpd -o content_filter deactivates the relevant line
       in a second invocation of postfix. (to avoid generating a mail
       loop!)

疑問点1:
  メールのループ防止の為に、
    localhost:smtp-backdoor inet n - n - - smtpd -o content_filter=
    をmaster.cf に追記せよとなっていますが、最後の
     
      content_filter=  
    
    といった形式でとぎれているのですが、設定として正しいのでしょうか?



[main.cf] file and add the following line:
    # Vexira content filter
    content_filter = smtp:127.0.0.1:10024
[Note] If postfix sets all emails to status "deferred" after
       installing Vexira search for the line in the
       /etc/postfix/main.cf file and modify it to:

       #defer_transports = local
       
       Then restart postfix 

疑問点2:
  この  deferred の意味が分かりません。


以上、どなたかご存じの方がいらっしゃいましたら、宜しくお願い致します



-- 
koyama <mlac@xxxxxxxxxxxx>

Follow-Ups
[postfix-jp:03705] Re: Vexira, WAKUI Kazuhiko
[postfix-jp:03706] Re: Vexira, YOSHIMURA Keitaro

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