Displaying 2 results from an estimated 2 matches for "chktst".
2015 Mar 05
1
RBL with stock Dovecot 2.2.15 (was Re: IP drop list)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Steffen Kaiser wrote:
> passdb { driver = ipdeny args = <host>/matchpattern/action ....
> *** }
>
With next passdb{} as 1st in chain:
passdb {
driver = checkpassword
args = "/tmp/chktst ip=%r service=%s"
result_success = continue
result_failure = return-fail
}
and this script
BEGIN /tmp/chktst
#!/bin/bash
echo "$@" >>/tmp/chktst.log
# return OK
exit 0
# return FAIL
exit 1
END
I get the log entry:
ip=127.0.0.1 service=imap
/usr/local/dovecot-2.2.15/libex...
2015 Mar 02
3
IP drop list
On 03/02/2015 02:38 AM, Oliver Welter wrote:
> Guys, dovecot is open source - if you desire a feature that the upstream
> programmer did not include, pay him a bounty to do so or send him a
> patch to be included. Period. We can discuss and mightbe somebody will
> fork if he is not willing to accept such a solutuion for any political
> reason.
>
> I am really tired of reading