#author("2020-01-06T04:05:15+00:00","default:wikiadmin","wikiadmin") -Vineで標準のMTAだが、CentOSでも利用実績あり #contents *インストール [#k86229cb] qmailと違ってバイナリがあるので楽 *トラブルシューティング [#u0430ccf] **Gmailから送信 [#j2471e74] unable to read banner **NIFTYから送信 [#y735ea93] *早速使うための最低限の設定 [#i1b3dcc9] /etc/postfix/main.cfの以下の部分を編集して再起動する。 -外向きのドメイン名 myhostname=きちんと逆引きできるドメイン -受け取るドメイン mydestination = $myhostname localhost.$mydomain *設定 [#ua7f5f9f] vi /etc/postfix/main.cf queue_directory = /var/spool/postfix command_directory = /usr/sbin daemon_directory = /usr/lib/postfix mail_owner = postfix default_privs = nobody #myhostname = rutake.ddo.jp myorigin = $myhostname mydestination = $myhostname, localhost.$mydomain mynetworks = 192.168.1.0/24, 127.0.0.0/8 alias_maps = hash:/etc/postfix/aliases mail_spool_directory = /var/spool/mail debug_peer_level = 2 debugger_command = PATH=/usr/bin:/usr/X11R6/bin xxgdb $daemon_directory/$process_name $process_id & sleep 5 allow_percent_hack = no *OutBount25対策 [#l80d46dd] relayhost = [SMTPサーバ] #counter