From: mouss (no email)
Date: Thu Nov 29 2007 - 04:02:32 EST
Wietse Venema wrote:
> Adam C. Mathews:
>> Thank's!
>> I'll look forward to try this solution.
>> It's important the postfix system works even if the postgrey server is
>> not reachable.
>> Is it so?
>>
>> Far from an expert ... the homepage does state it can withstand a
>> database crash.
>
> postgrey's home page, I presume.
>
>> Now whether or not postfix will continue on if a policy server is not
>> available... that answer is best left to some other experts on the
>> list...
>
> Postfix has no grace for failing policy servers. If some has a
> reasonable user interface, something can be implemented.
>
how about something like:
check_policy_service file:/etc/postfix/policy_foo.cf
== policy_foo.cf
server = inet:127.0.0.1:1234 inet:192.168.1.2:1234
default_action = DUNNO
or
server = inet:127.0.0.1:1234 inet:192.168.1.2:1234 static:DUNNO
|
|
|