On Fri, Aug 26, 2005 at 12:40:52AM +0200, Pascal Dreissen wrote: > I know i had this trouble in the past also.. but i cannot find anymore > how to fix this.
In the qpsmtpd-forkserver and qpsmtpd scripts, you'll see two lines like these: delete $ENV{ENV}; $ENV{PATH} = '/bin:/usr/bin:/var/qmail/bin'; Change the first one (in whichever of the two you use) to read like this: delete @ENV{'ENV','BASH_ENV','CDPATH','IFS'}; ... that should allow it to be started. Alternately you can use 'unset BASH_ENV' prior to starting qpsmtpd, which should address the immediate problem. -- Devin \ aqua(at)devin.com, IRC:Requiem; http://www.devin.com Carraway \ 1024D/E9ABFCD2: 13E7 199E DD1E 65F0 8905 2E43 5395 CA0D E9AB FCD2