On 2011-11-05 11:27, David Southwell wrote:
> Lets assume that is the case. If so can anyone please help me
identify the
> error?
[...]
> policyd-spf unix - n n - 0 spawn
Is there whitespace at the beginning of this line? You have to remove it.
man 5 master.cf says:
SYNTAX
The general format of the master.cf file is as follows:
[...]
A logical line starts with non-whitespace text. A line that starts with
whitespace continues a logical line.
So it has to start with: "policyd-spf" instead of: " policyd-spf".
Best Regards
--
Kamil