On 10 Dez., 17:42, [EMAIL PROTECTED] (Peter J. Holzer) wrote: > Why set an additional connection-note and not use relay_client() > directly? I think that's what it is for. > > (not really "incoming" vs. "outgoing" but "authorized to send mail to > anybody" vs. "not authorized to send mail to anybody")
Great! I've changed the line to if ($self->qp->connection->relay_client || $self->qp->connection- >notes('is_outgoing_mail')) { So both is supported. Not anyone uses SMTP auth (like me), but instead dynamic or static lists with IPs of allowed relay clients/networks. Marc