mail/postfix: quick fix syslog (#1942)

This commit is contained in:
Michael 2020-07-31 14:21:54 +02:00 committed by GitHub
parent 828815e725
commit 594ff4fbe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,10 +52,7 @@ function postfix_syslog()
{
$syslogconf = array();
$syslogconf['mail'] = array(
'facility' => array('postfix'),
'remote' => 'mail',
);
$syslogconf['postfix'] = array('facility' => array('postfix'));
return $syslogconf;
}