| owner("root"); group("adm"); perm(0640); |
| bad_hostname("^gconfd$"); |
| destination d_stdout { pipe("/dev/stdout"); }; |
| destination d_redis_ui_log { |
| host("`REDIS_SLAVEOF_IP`") |
| port(`REDIS_SLAVEOF_PORT`) |
| command("LPUSH" "POSTFIX_MAILLOG" "$(format-json time=\"$S_UNIXTIME\" priority=\"$PRIORITY\" program=\"$PROGRAM\" message=\"$MESSAGE\")\n") |
| destination d_redis_f2b_channel { |
| host("`REDIS_SLAVEOF_IP`") |
| port(`REDIS_SLAVEOF_PORT`) |
| command("PUBLISH" "F2B_CHANNEL" "$MESSAGE") |
| filter f_mail { facility(mail); }; |
| # overriding warnings are still displayed when the entrypoint runs its initial check |
| # warnings logged by postfix-mailcow to syslog are hidden to reduce repeating msgs |
| # Some other warnings are ignored |
| not match("overriding earlier entry" value("MESSAGE")); |
| not match("TLS SNI from checks.mailcow.email" value("MESSAGE")); |
| not match("no SASL support" value("MESSAGE")); |
| not facility (local0, local1, local2, local3, local4, local5, local6, local7); |
| destination(d_redis_ui_log); |
| destination(d_redis_f2b_channel); |