Sorry, but it still doesnt work. I took a "vanilla" 3.1-20150721 and
patched it again, checked if the patch applied correctly (searching for
register_maps_byname() in smtpd_check.c etc.) and compiled the sources.
When I leave out the leading "{" and the ending "}" it seems to work,
but only if
check_mumble_access inline:{send...@zwackl.de=OK},static:{REJECT BAD
SENDER}
When I specify
check_mumble_access inline:{send...@zwackl.de=DUNNO},static:{REJECT
BAD SENDER}
the static map applies but ends with a reject.
How would you test it? My ideas are running low :-/
Thanks for your help!
Dominik
Am 27.07.2015 um 12:44 schrieb Wietse Venema:
/usr/sbin/postconf: warning: main.cf: syntax error after '}' in "{
send...@zwackl.de=OK }, static: { REJECT BAD SENDER } }"
There should be no SPACE after ":". Also, I haven't tested this
with postconf, assuming that it would be fine as long as every ":{
has a matching "}".
Wietse