Likewise! Signed-off-by: Michael Tremer > On 31 Aug 2019, at 19:53, Alex Koch wrote: > > 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 > --- > html/cgi-bin/logs.cgi/log.dat | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/html/cgi-bin/logs.cgi/log.dat b/html/cgi-bin/logs.cgi/log.dat > index 98b09041a..ebbc3f8cd 100644 > --- a/html/cgi-bin/logs.cgi/log.dat > +++ b/html/cgi-bin/logs.cgi/log.dat > @@ -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: )', > -- > 2.17.1 >