sendmailを使いたいが信頼度の高いsmtp経由させてメールを送信させたい。exim4のスマートホストなら簡単に設定ができます。 http://highfrontier.ldblog.jp/tag/GMail からほとんど引用させてもらっています。私も試してしっかりと動いたのでメモ+自分用保存で掲載させて頂きました。 # dpkg-reconfigure exim4-config1. General type of mail configuration: スマートホストでメール送信; SMTP または fetchmail で受信する 2. System mail name: localhost 3. IP-addresses to listen on for incoming SMTP connections: 127.0.0.1 4. Other destinations for w

