* Hanspeter Roth <[EMAIL PROTECTED]> [2002-10-13 18:04 +0200]: > On Oct 13 at 02:20, Bernard Massot spoke: > > > hostname = `hostname` > > Is it what you want ? > > No. I want something like this: > > if [ `hostname` == host1 ]; then > set hostname=host2 > fi > > It should also affect the domain in the envelope when using bounce.
Write a shellscript, which outputs the info you want (depending on whatever you want) and source it with 'source "pathtoscript"|'. Nicolas