はじめての自宅サーバ構築 - Fedora/CentOS -
Last Update 2018/05/30
[ 更新履歴 ] [ サイト マップ ] [ 質問掲示板 ] [ 雑談掲示板 ] [ リンク ]
トップ >> 当サイト情報 >> スレッド

????????????????????¨????°???¨??§????????°???????¨??????¬???????????°?????±??????????????§??????

 スパムウイルス除去で送信できない
????????? 2006/07/29 18:02
????????? たつじ

スパムとウイルスの除去で迷惑メール対策をするために
amavisd-new clamav clamav-server clamav-update
spamassassin perl perl-Archive-Tar perl-IO-String
をinstallしました。
以下のような設定もしました。(雑誌に掲載されていました)
/etc/amavisd/amavisd.conf
の20行目を変更
$mydomain = 'example.com
変更
$mydomain = '6ngs.dyndns.org

/etc/clam.d/amavisd.conf
末尾にScanMailを追加しました。

/etc/postfix/main.cf
末尾にcontent_filter = smtp-amavis:[127.0.0.1]:10024を
追加しました。

/etc/postfix/master.cf
末尾に
smtp-amavis unix -   -   n   -   2 smtp
   -o smtp_data_done_timeout=1200
   -o disable_dns_lookups=yes

127.0.0.1:10025 inet n -  n   -   - smtpd
   -o content_filter=
   -o local_recipient_maps=
   -o relay_recipient_maps=
   -o smtpd_restriction_classes=
   -o smtpd_client_restrictions=permit_mynetworks,reject
   -o smtpd_helo_restrictions=
   -o smtpd_sender_restrictions=
   -o smtpd_recipient_restrictions=permit_mynetworks,reject
   -o mynetworks=127.0.0.0/8
   -o smtpd_error_sleep_time=0
   -o smtpd_soft_error_limit=1001
   -o smtpd_hard_error_limit=1000
を追加しました。
etc/sysconfig/freshclam
の末尾に#追加し#FRESHCLAM_DELAY=disabled-warn
としましたが結果送信できなくなります。
設定が間違っていれば教えてください

etc/postfix/main.cf
content_filter = smtp-amavis:[127.0.0.1]:
10024の前に#を入れると送信できます。

設定後サービスの設定で再起動または開始をしています。
何分素人でつまずくことが多く今回で3回目です。
よろしくお願いします。

FedoraCore5
bb光

■ コンテンツ関連情報

 Re: スパムウイルス除去で送信できない ( No.1 )
????????? 2006/07/29 18:36
????????? 管理者

> /etc/postfix/master.cf
> 末尾に
> smtp-amavis unix -   -   n   -   2 smtp
>    -o smtp_data_done_timeout=1200
>    -o disable_dns_lookups=yes
>
> 127.0.0.1:10025 inet n -  n   -   - smtpd
>    -o content_filter=
>    -o local_recipient_maps=
>    -o relay_recipient_maps=
>    -o smtpd_restriction_classes=
>    -o smtpd_client_restrictions=permit_mynetworks,reject
>    -o smtpd_helo_restrictions=
>    -o smtpd_sender_restrictions=
>    -o smtpd_recipient_restrictions=permit_mynetworks,reject
>    -o mynetworks=127.0.0.0/8
>    -o smtpd_error_sleep_time=0
>    -o smtpd_soft_error_limit=1001
>    -o smtpd_hard_error_limit=1000
> を追加しました。

上記の区切りはタブキーで区切っていますか?

> etc/postfix/main.cf
> content_filter = smtp-amavis:[127.0.0.1]:
> 10024の前に#を入れると送信できます。

上記の「=」の間も空白を除去してください

それと上記は以下の設定ですよね?(最後の「10024」がないもので・・)
content_filter=smtp-amavis:[127.0.0.1]:10024
 Re: スパムウイルス除去で送信できない ( No.2 )
????????? 2006/07/30 07:31
????????? たつじ

>上記の区切りはタブキーで区切っていますか?

タブキーで区切ってもやりました。
2行目3行目だけタブキーで区切ってもやりました。
その下側12行だけタブキーで区切ってもやりました。
いろいろ試しましたがダメでした。
ここをもう一度書き直してみます。
素人ながら、ここの所がおかしいのではないかとは思います。

>上記の「=」の間も空白を除去してください
これも試しました。

>それと上記は以下の設定ですよね?(最後の「10024」がないもので・・)
>content_filter=smtp-amavis:[127.0.0.1]:10024

上記のとおり記入してます。
もう一度見直します。
ありがとうございます。
 Re: スパムウイルス除去で送信できない ( No.3 )
????????? 2006/07/30 08:26
????????? 管理者

ポートがLISTENされていますか?
全てのサービスを起動した後に下記コマンドでポート(10024と10025)はありますか?

# netstat -an --tcp
 Re: スパムウイルス除去で送信できない ( No.4 )
????????? 2006/07/31 09:49
????????? たつじ

tcp    0   0 127.0.0.1:10024       0.0.0.0:*   LIST EN
tcp    0   0 127.0.0.1:10025       0.0.0.0:*   LIST EN
このように出っています。
宜しくです。
 Re: スパムウイルス除去で送信できない ( No.5 )
????????? 2006/07/31 11:54
????????? 管理者

LISTENされていますね。

> 127.0.0.1:10025 inet n -  n   -   - smtpd
>    -o content_filter=
>    -o local_recipient_maps=
>    -o relay_recipient_maps=
>    -o smtpd_restriction_classes=
>    -o smtpd_client_restrictions=permit_mynetworks,reject
>    -o smtpd_helo_restrictions=
>    -o smtpd_sender_restrictions=
>    -o smtpd_recipient_restrictions=permit_mynetworks,reject
>    -o mynetworks=127.0.0.0/8
>    -o smtpd_error_sleep_time=0
>    -o smtpd_soft_error_limit=1001
>    -o smtpd_hard_error_limit=1000



上記の設定を以下に変更したらどの様になりますか?

127.0.0.1:10025 inet n -  n   -   - smtpd
   -o content_filter=
   -o local_recipient_maps=
   -o relay_recipient_maps=
   -o smtpd_restriction_classes=
   -o smtpd_client_restrictions=
   -o smtpd_helo_restrictions=
   -o smtpd_sender_restrictions=
   -o smtpd_recipient_restrictions=permit_mynetworks
   -o mynetworks=127.0.0.0/8
   -o smtpd_error_sleep_time=0
   -o smtpd_soft_error_limit=1001
   -o smtpd_hard_error_limit=1000
 Re: スパムウイルス除去で送信できない ( No.6 )
????????? 2006/07/31 15:37
????????? たつじ

上記の設定を以下に変更したらどの様になりますか?
同じく送信できていません。
送信してもエラーは出ていません。
送信トレイから送信済に行ってますが送信されてません。
Fedoracore5の再installをやった法
が良いのでしょうか?
 Re: スパムウイルス除去で送信できない ( No.7 )
????????? 2006/07/31 16:23
????????? 管理者

> Fedoracore5の再installをやった法
> が良いのでしょうか?

当方にて「amavisd-new」パッケージを使用した事がないので明確な回答が出来ないだけです。
単なる設定記述ミスか何かだと思いますので再インストールの必要はないと思います。
 Re: スパムウイルス除去で送信できない ( No.8 )
????????? 2006/07/31 16:33
????????? 管理者

smtp-amavis unix - - n - 2 smtp
 -o smtp_data_done_timeout=1200
 -o smtp_send_xforward_command=yes         ← 新規追加
 -o disable_dns_lookups=yes
127.0.0.1:10025 inet n - n - - smtpd
 -o content_filter=
 -o local_recipient_maps=
 -o relay_recipient_maps=
 -o smtpd_restriction_classes=
 -o smtpd_client_restrictions=
 -o smtpd_helo_restrictions=
 -o smtpd_sender_restrictions=
 -o smtpd_recipient_restrictions=permit_mynetworks
 -o mynetworks=192.168.1.0/24,127.0.0.0/8      ← 注1
 -o smtpd_error_sleep_time=0
 -o smtpd_soft_error_limit=1001
 -o smtpd_hard_error_limit=1000
 -o strict_rfc821_envelopes=yes
 -o smtpd_error_sleep_time=0
 -o receive_override_options=no_header_body_checks

上記の様に変更してみてください。
注1)自分のネットワーク部に変更してください
注2)「-o」オプションの前のスペースは2個にしてみてください。

変更後、「amavis」「postfix」サービスを再起動後、再確認してみていただけますか?
 Re: スパムウイルス除去で送信できない ( No.9 )
????????? 2006/07/31 18:56
????????? たう

>/etc/clam.d/amavisd.conf
>末尾にScanMailを追加しました。

この設定はしていません

smtp-amavis unix -  -  n  -  2 smtp
  -o smtp_data_done_timeout=1200
  -o smtp_send_xforward_command=yes
  -o disable_dns_lookups=yes

127.0.0.1:10025 inet n  -  n  -  - smtpd
  -o content_filter=
  -o local_recipient_maps=
  -o relay_recipient_maps=
  -o smtpd_restriction_classes=
  -o smtpd_client_restrictions=
  -o smtpd_helo_restrictions=
  -o smtpd_sender_restrictions=
  -o smtpd_re
cipient_restrictions=permit_mynetworks,reject
  -o mynetworks=127.0.0.0/8
  -o strict_rfc821_envelopes=yes
  -o smtpd_error_sleep_time=0
  -o smtpd_soft_error_limit=1001
  -o smtpd_hard_error_limit=1000

私の環境では上記の設定で正常に送受信できています
また、/etc/amavisd/amavisd.confの設定で
スパムでないメールも、スパムと判定されたとき放棄されてしまうので
$final_spam_destiny    = D_DISCARD;

$final_spam_destiny    = D_PASS;
に変えています
 Re: スパムウイルス除去で送信できない ( No.10 )
????????? 2006/08/02 10:58
????????? たつじ

管理者様、たう様ありがとうございます。
早速試しましたがどちらも同じでした。
外部PCから送信すると以下のように
戻ってきました。
Sorry, I couldn't find any host named 6ngs.dyndns.org.

content_filter=smtp-amavis:[127.0.0.1]:10024
の前に#を入れると送信、受信できます。
これは変わっていません。

いろんな方法でやってみます。
他によい方法がありましたらお願いします。

■ その他

ページ先頭へ


Copyright(©)2004-2018 First home server construction. All Right Reserved.