|
> I'd like to switch out CGPSA from our main server to a
> preprocess (relay)
> server.
>
> Two things, it appears, are needed for the full featured mode:
>
> 1) Ability to determine if the email address is local.
> 2) Ability to read the user_prefs file, if it exists.
>
> Since the local determination is done via the CLI, not a big
> deal for the
> first. I'll just point the filter to use the remote CLI.
>
> The second -- I'm not so sure about.
You could probably modify the following subroutine in CGPSA:
getEffectiveHomeDirectory
That's where it assembles the account directory for looking at
user_prefs. I guess it would be best if Daniel added an option to
override the base directory for it so you wouldn't have to modify the
code directly, but you could do it if you had to.
Bret
|
|