On Fri, 19 Mar 2004, Matt Sergeant wrote:

> On 19 Mar 2004, at 18:35, Charlie Brady wrote:
> 
> > If $ENV{RELEAYCLIENT} is set - which it never is AFAICT.
> 
> No, check the plugin code again. You can specify relay clients via 
> either a text or cdb config file in the qpsmtpd/config directory now.

I see it now. In a way we are both right. $ENV{RELAYCLIENT} *is* never 
set, but you fall back to relayclients and morerelayclients.

Do you really need the second Qpsmtpd::TcpServer object? Could you not do:

    $plugin_loader->start_connection();
    $plugin_loader->run();

in the child processes?

---
Charlie

Reply via email to