[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp:03178] Re: relayhost, transport_mapsの仕様変更
- Subject: [postfix-jp:03178] Re: relayhost, transport_mapsの仕様変更
- From: sgur@xxxxxxxxxxxxxx
- Date: Thu, 21 Aug 2003 21:36:30 +0900
杉浦です。
On Mon, 18 Aug 2003 22:31:25 +0900
sgur@xxxxxxxxxxxxxx wrote:
> > そうなんですよ、不便なんです。ということで、拙作ですが
> > http://www.tmtm.org/ja/postfix/patch.html に SMTP Connect Patch という
> > のがあります。
とみたさんのパッチを理解すべくじーっと眺めていて、一行変えるだけでも
いけるのでは、とやってみました。
怖いので実運用はしていませんがとりあえず希望の動作はしているようです。
smtp_connect.c の *smtp_connect() 内の
/*
* First try to deliver to the indicated destination, then try todeliver
* to the optional fall-back relays.
*/
sites = argv_alloc(1);
// argv_add(sites, destination, (char *) 0); //削除
argv_split_append(sites, destination, ", \t\r\n"); //追加
argv_split_append(sites, var_fallback_relay, ", \t\r\n");
> 直接メールを送ってもよいものであれば、書いてみようかなと
> 思っていたりもします。
これですが、直接上記のように書いてみたところ、
> Postfix is more than an SMTP client, and hacking the SMTP client
> does not mean that this is a proper solution for everything else
> in Postfix.
と言われてしまいました。
私には真意は掴めませんが、こうした結果になりましたので
ご報告しておきます。
----
sgur@xxxxxxxxxxxxxx
- Follow-Ups
-
- [postfix-jp:03183] Re: relayhost, transp ort_mapsの仕様変更, B<tommy@xxxxxxxx>
- References
-
- [postfix-jp:03159] Re: relayhost, transp ort_mapsの仕様変更, B<tommy@xxxxxxxx>
- [postfix-jp:03161] Re: relayhost, transport_mapsの仕様変更, sgur
[検索ページ]
[Postfix-JP ML Home]