mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-26 00:27:51 -04:00
mail/postfix: quick fix syslog (#1942)
This commit is contained in:
parent
828815e725
commit
594ff4fbe0
1 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue