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

[postfix-jp: 1438] transport設定でリレーされない



市川と申します。
transport設定でリレーされない状況でハマッテおりますお助けいただければ幸いです。
550 User Unkownでエラーとなります。
ちなみにrootのメールは転送されます。

redhat ES3
postfix2.1.5
フロントエンドのpostfixメールサーバです。
Intranetにあるメールサーバに全て転送したいのですが駄目です。
お助けいただければ幸いです。よろしくお願いいたします。


--------main.cfの設定

queue_directory = /var/spool/postfix
command_directory = /usr/sbin
mail_owner = postfix

myhostname = mx.example.com
mydomain = example.com 

myorigin = $mydomain
inet_interfaces = all

mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
unknown_local_recipient_reject_code = 550

mynetworks = 192.168.99.0/24, 172.24.42.0/24, 127.0.0.0/8
relay_domains = $mydestination

transport_maps = hash:/etc/postfix/transport
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mail_spool_directory = /var/spool/mail
header_checks = regexp:/etc/postfix/header_checks

debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
setgid_group = postdrop

smtpd_recipient_restrictions =
	permit_mynetworks,
	permit_auth_destination,
	reject_non_fqdn_recipient,
	reject_unauth_destination,
	permit

smtpd_sender_restrictions =
	reject_non_fqdn_sender

bounce_queue_lifetime = 0
bounce_size_limit = 15000
maximal_queue_lifetime = 8h
masquerade_domains = $mydomain
masquerade_exceptions = root
mailbox_size_limit = 51200000


(2)transportの設定
# /etc/postfix/transport
example.com smtp:[172.24.42.xxx]
..example.com smtp:[172.24.42.xxx]
_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxxxxxxxxx
http://lists.sourceforge.jp/mailman/listinfo/postfix-jp-list

Follow-Ups
[postfix-jp: 1439] Re: transport設定でリレーされない, chewie
[postfix-jp: 1441] Re: transport設定でリレーされない, Tadashi OKADA

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