On Thu, Sep 02, 2004 at 12:25:52PM +0200, Hans Sandsdalen wrote:
> How du I permitt a host even if SPF failes?

One way is via whitelisting. Get a whitelisting plugin e.g.

  http://www.openfusion.com.au/labs/qpsmtpd/whitelist_soft

add the hosts you want to permit to a 'whitelisthosts' config file,
and put:

  return (DECLINED) if $self->qp->connection->notes('whitelisthost');

at the beginning of the sender_permitted_from mail_handler.

Cheers,
Gavin

Reply via email to