こんにちは 奥井です。 いろいろアドバイス有難うございます。 みなさんのメール読みながら勉強していますがうまくいきません。 目的はリモートにあるカメラサーバからリモートにある別のPC(MA36H)で自動でメールを送る。そのMA36Hでpostfix + procmail + Courier-imapでMaildirにメールを保存。ローカルPC(P4G)のsylpheedでメールを読む事です。 まずメール送信受信をテストするためにpanaとP4Gをつかってます。 現在の状況 PC pana メールを受け取るPC設定 /etc/hosts 127.0.0.1 localhost localhost.localdomain 192.168.1.1 firewall 192.168.1.2 iiyama 192.168.1.3 MA36H 192.168.1.4 vaio 192.168.1.6 P4G P4G.home.tld 192.168.1.7 etower 192.168.1.9 pana pana.home.tld 192.168.1.10 IBM /etc/sysconfig/network NETWORKING=yes HOSTNAME=pana.home.tld GATEWAY=192.168.1.1 /etc/postfix/main.cf 修正した部分 myhostname = pana.home.tld mydomain = home.tld myorigin = $mydomain inet_interfaces = all mydestination = $myhostname, $mydomain mynetworks = 192.168.1.0/28, 127.0.0.1/8 PC P4G メールを送るPC設定 /etc/hostsは上記と同じ /etc/sysconfig/network NETWORKING=yes HOSTNAME=P4G.home.tld GATEWAY=192.168.1.1 /etc/postfix/main.cf 修正した部分 myhostname = P4G.home.tld mydomain = home.tld myorigin = $mydomain inet_interfaces = all mydestination = $myhostname, $mydomain mynetworks = 192.168.1.0/28, 127.0.0.1/8 relayhost = 192.168.1.9 disable_dns_lookups = yes pana P4Gともに自身へはメールをおくれます。 [sus@P4G sus]$ mail kaz@xxxxxxxxでメールを送ると [sus@P4G sus]$ mail Mail version 8.1 6/6/93. Type ? for help. "/var/spool/mail/sus": 1 message 1 new >N 1 MAILER-DAEMON@xxxxxx Mon Feb 12 11:51 65/1908 "Undelivered Mail Returned to Sender" 内容は Message 1: From MAILER-DAEMON Mon Feb 12 11:51:11 2007 X-Original-To: sus@xxxxxxxx Delivered-To: sus@xxxxxxxx Date: Mon, 12 Feb 2007 11:51:11 +0900 (JST) From: MAILER-DAEMON@xxxxxxxx (Mail Delivery System) Subject: Undelivered Mail Returned to Sender To: sus@xxxxxxxx MIME-Version: 1.0 Content-Type: multipart/report; report-type=delivery-status; boundary="E83897C070D.1171248671/P4G.home.tld" This is a MIME-encapsulated message. --E83897C070D.1171248671/P4G.home.tld Content-Description: Notification Content-Type: text/plain This is the Postfix program at host P4G.home.tld. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. For further assistance, please send mail to <postmaster> If you do so, please include this problem report. You can delete your own text from the attached returned message. The Postfix program <kaz@xxxxxxxx>: unknown user: "kaz" --E83897C070D.1171248671/P4G.home.tld Content-Description: Delivery report Content-Type: message/delivery-status Reporting-MTA: dns; P4G.home.tld X-Postfix-Queue-ID: E83897C070D X-Postfix-Sender: rfc822; sus@xxxxxxxx Arrival-Date: Mon, 12 Feb 2007 11:51:10 +0900 (JST) Final-Recipient: rfc822; kaz@xxxxxxxx Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "kaz" --E83897C070D.1171248671/P4G.home.tld Content-Description: Undelivered Message Content-Type: message/rfc822 Received: by P4G.home.tld (Postfix, from userid 500) id E83897C070D; Mon, 12 Feb 2007 11:51:10 +0900 (JST) To: kaz@xxxxxxxx Subject: test Message-Id: <20070212025110.E83897C070D@xxxxxxxxxxxx> Date: Mon, 12 Feb 2007 11:51:10 +0900 (JST) From: sus@xxxxxxxx (kaz) P4G Feb12 11:51 --E83897C070D.1171248671/P4G.home.tld-- となりunknown userとなってます。たしかに当り前ですが。 まだまだ設定がたりないようです。 >久保さん ありがとうございます。mhmail、Net::SMTPモジュールはあとで試してみたいと思ってます。 /var/spool/mailにno_root_squash オプションでNFS接続するのってなんだか気がすすみません。