> And even if it were accepted, it should never be implemented by deleting 
> perfectly legitimate code; it could be a config option if at all.

I'm currently trying to make it configurable but it seems that i can not
access config files out of the Qpsmtpd::SMTP::auth method. Any hint? I
tried:

    return $self->respond( 503, "AUTH not defined for HELO" )
      if ( $self->connection->hello eq "helo" && !$self->qp->config("auth-after-helo") 
);

but $self has no qp entity.



-kju

-- 
      It's an insane world, but i'm proud to be a part of it. -- Bill Hicks

Reply via email to