日時: 2008/03/29 16:34
名前: bolbol
>話がそれますがFedoraがバージョンアップした後、古いバージョンのサポート期間は三ヶ月程のようですのでセキュリティ的に大丈夫なのでしょうかね。
のちのち最新版を使用しようかと思ってます。 FC6からのUPDATEも過去にしてみたのですがエラーで躓いてうまく移動しなかったので…
>smtpd_sasl_local_domain = $myhostname smtpd_sasl_local_domain = $mydomain
変更しpostfixを再起動してテストしてみて下さい。
上記作業を行いましたが送信できませんでした…
下記がmaillogです
Mar 29 16:28:12 localhost postfix/pickup[19227]: B7BBDCC8067: uid=0 from=<picup@localhost.localdomain> Mar 29 16:28:12 localhost postfix/cleanup[19234]: B7BBDCC8067: message-id=<1206775692.19240@localhost.localdomain> Mar 29 16:28:12 localhost postfix/qmgr[19226]: B7BBDCC8067: from=<picup@localhost.localdomain>, size=494, nrcpt=1 (queue act ive) Mar 29 16:28:13 localhost postfix/smtp[19236]: B7BBDCC8067: to=<aaaa@example.jp>, relay=example.jp[219.94.162.91]:25, delay=0.28, delays=0.03/0/0.23/0.02, dsn=5.1.8, status=bounced (host example.jp[111.111.111.1] said: 553 5.1.8 <picup@local host.localdomain>... Domain of sender address picup@localhost.localdomain does not exist (in reply to MAIL FROM command)) Mar 29 16:28:13 localhost postfix/cleanup[19234]: 09786CC8068: message-id=<20080329072813.09786CC8068@example.com> Mar 29 16:28:13 localhost postfix/qmgr[19226]: 09786CC8068: from=<>, size=2444, nrcpt=1 (queue active) Mar 29 16:28:13 localhost postfix/bounce[19241]: B7BBDCC8067: sender non-delivery notification: 09786CC8068 Mar 29 16:28:13 localhost postfix/qmgr[19226]: B7BBDCC8067: removed Mar 29 16:28:13 localhost postfix/smtp[19236]: 09786CC8068: to=<picup@localhost.localdomain>, relay=none, delay=0.11, delays =0.01/0/0.1/0, dsn=5.4.4, status=bounced (Host or domain name not found. Name service error for name=localhost.localdomain t ype=A: Host not found) Mar 29 16:28:13 localhost postfix/qmgr[19226]: 09786CC8068: removed
postconf -n です。
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 home_mailbox = Maildir/ html_directory = no inet_interfaces = all mail_owner = postfix mailbox_command = /usr/bin/procmail mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man message_size_limit = 10485760 mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain mydomain = example.com myhostname = example.com myorigin = $mydomain newaliases_path = /usr/bin/newaliases.postfix queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.4.5/README_FILES sample_directory = /usr/share/doc/postfix-2.4.5/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop smtpd_banner = $myhostname ESMTP unknown smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = $mydomain unknown_local_recipient_reject_code = 550
よろしくお願いします。
|