[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp: 69] postfixとNUL文字列(OUTLOOK2002)
- Subject: [postfix-jp: 69] postfixとNUL文字列(OUTLOOK2002)
- From: "syunsuke kodera" <kode@xxxxxxxxxxxxx>
- Date: Mon, 15 Mar 2004 11:53:04 +0900
小寺と申します。
お世話になります。
当方、postfixをDMZ上のリレーサーバとして利用しています。
LAN内はExchange2000でMUAはOUTLOOK2002を使用しています。
ただOUTLOOK2002では下記のようなバグがあります。
http://support.microsoft.com/default.aspx?scid=kb;ja;814100
そしてそのバグのために下記製品を利用している環境側で、
「NUL characters are not allowed.」となり、
正常に受信ができません。(送信元へリターンされます)
http://service1.symantec.com/support/inter/ent-gate-jp.nsf/jp_docid/20030724210428962?OpenDocument&dtype=corp
-----
これは完全にMUA側の問題で普通はMUAで解決することだと思います。
更に言うとHTMLメールを送らなければ・・・と言う事も正論であると思います。
ですが、可能であればpostfix側で送信する際に何らかの方法で
対処が出来ればと思っています。
ちなみに、main.cfで、
disable_mime_input_processing = yes
disable_mime_output_conversion = yes
としても改善しませんでした。
他に何か対応可能な可能性を持っている部分があれば
ぜひともご教授いただければと思っています。
よろしくお願い致します。
以下、postconf -n です。(IP/ドメインは編集してます)
--------------------------------
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
delay_warning_time = 4h
local_recipient_maps =
mail_owner = postfix
mailq_path = /usr/bin/mailq
manpage_directory = /usr/local/man
message_size_limit = 0
mydestination = *.$mydomain, $myhostname, localhost.$mydomain $mydomain
mydomain = example.jp
myhostname = example.jp
mynetworks = 127.0.0.0/8, *.*.*.0/24, *.*.*.0/24
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
qmgr_message_active_limit = 30000
qmgr_message_recipient_limit = 30000
queue_directory = /var/spool/postfix
readme_directory = no
relay_domains = $mymynetworks, $mydestination
sample_directory = /etc/postfix/sample
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtp_connect_timeout = 0s
smtp_data_done_timeout = 1800s
smtp_data_init_timeout = 1800s
smtp_data_xfer_timeout = 1800s
smtp_helo_timeout = 600s
smtp_mail_timeout = 600s
smtp_quit_timeout = 600s
smtp_rcpt_timeout = 600s
smtpd_recipient_limit = 100000
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 450
_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxxxxxxxxx
http://lists.sourceforge.jp/mailman/listinfo/postfix-jp-list
- Follow-Ups
-
- [postfix-jp: 70] Re: postfixとNUL文字列(OUTLOOK2002), YOSHIMURA Keitaro
[検索ページ]
[Postfix-JP ML Home]