whitelist: added debug log message & std plugin
entries.
This commit is contained in:
parent
c1694b2e81
commit
51f5c887db
@ -94,6 +94,12 @@ automatically allow relaying from that IP.
|
||||
|
||||
=cut
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use lib 'lib';
|
||||
use Qpsmtpd::Constants;
|
||||
|
||||
my $VERSION = 0.02;
|
||||
|
||||
# Default is to merge whitelists in per_recipient mode
|
||||
@ -144,6 +150,7 @@ sub check_host {
|
||||
return OK;
|
||||
}
|
||||
}
|
||||
$self->log(LOGDEBUG, "skip: $ip is not whitelisted");
|
||||
return DECLINED;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user