Re: [EXIM] unrouteable mail domain

Top Page
Delete this message
Reply to this message
Author: Nigel Metheringham
Date:  
To: Johann Spies
CC: exim-users
Subject: Re: [EXIM] unrouteable mail domain

jhspies@??? said:
> When I do exim -v -bt jhspies@Johann
> the result is
> jhspies@Johann -> |IFS=' ' && exec /usr/bin/procmail -f- || exit 75


Change your .forward to just have
    |/usr/bin/procmail


exim does not, by default, run a shell on a .forward pipe, but instead
invokes the command directly, meaning you don't need to play games with
IFS etc.

    Nigel.
-- 
[ Nigel Metheringham                  Nigel.Metheringham@??? ]
[ Phone: +44 1423 850000                         Fax +44 1423 858866 ]




--
*** Exim information can be found at http://www.exim.org/ ***