X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=example%2Fpostlicyd.conf;h=cff01b96e6c9b899b7fcddb58d59ffafa67eb934;hb=70500c8da51d071732dcca3dac8211da9c8b0a8c;hp=61b2c2cb2757f1c97c11c5e791ab3f5a088c17bb;hpb=ab63bac4ae37d7cde03d5b8860533c0de6383a60;p=apps%2Fpfixtools.git diff --git a/example/postlicyd.conf b/example/postlicyd.conf index 61b2c2c..cff01b9 100644 --- a/example/postlicyd.conf +++ b/example/postlicyd.conf @@ -346,4 +346,15 @@ recipient_filter = client_whitelist; port = 10000; + +# LOG FORMAT +# +# Format of the log printed in syslog. The actual format is "${log_format}: ..." +# +# This parameter uses the same format as used to reply to postfix (${field_name} to +# add a field name). + +log_format = "request client=${client_name}[${client_address}] from=<${sender}> " + "to=<${recipient}> at ${protocol_state}"; + # vim:set syntax=conf: