On Wed, Aug 30, 2000 at 01:13:20PM -0500, Timothy Lorenc wrote:
> 
> Qmailers:
> 
> I have the following in my /var/qmail/etc/.qmail-default file:
> (all on one line)
> 
> | RESPONSE=`/var/qmail/bin/fastforward -nd /etc/aliases.cdb`;
> STRING='Sorry, no mailbox here by that name. (#5.1.1)';
> if [ $RESPONSE = $STRING ];
> then /var/qmail/bin/forward "$EXT"~"$HOST"@smtp.bigmaildomain.com;
> else /var/qmail/bin/fastforward -d /etc/aliases.cdb; fi

Put the $RESPONSE and $STRING in quotes. Also note that if fastforward
is sending the error on standard error it might not be caught.

PGP signature

Reply via email to