mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
WUI log-section Mail: add support for postfix addon
Expand the regex for the section dmi ("Mail") for /var/log/mail to include the log contents of postfix, in case the addon is installed.
Signed-off-by: Alex Koch <ipfire@starkstromkonsument.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
2da785f90b
commit
111216416f
@@ -57,7 +57,7 @@ my %sections = (
|
||||
'cron' => '(fcron\[.*\]: )',
|
||||
'ddns' => '(ddns\[\d+\]:)',
|
||||
'dhcp' => '(dhcpd: )',
|
||||
'dma' => '(dma: |dma\[.*\]: )',
|
||||
'dma' => '(dma: |dma\[.*\]: |postfix/\w*\[\d*\]: )',
|
||||
'guardian' => '(guardian\[.*\]: )',
|
||||
'ipfire' => '(ipfire: )',
|
||||
'ipsec' => '(ipsec_[\w_]+: |pluto\[.*\]: |charon: |vpnwatch: )',
|
||||
|
||||
Reference in New Issue
Block a user