Como posso excluir mensagens de falha de autenticação do proftp do logwatch?

0

Eu uso logwatch no meu servidor, agora recebo milhares dessas linhas no e-mail do relatório:

--------------------- pam_unix Begin ------------------------ 

 proftpd:
    Unknown Entries:
       check pass; user unknown: 339 Time(s)
       authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=::ffff:62.115.255.98 : 27 Time(s)
       authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=::ffff:188.102.152.23 : 7 Time(s)
...

Eu já tenho nível de baixo nível

    
por rubo77 15.08.2013 / 17:35

1 resposta

1

edite /etc/logwatch/conf/logwatch.conf

e adicione

Service = "-proftpd-messages"
Service = "-pam_unix"
    
por 15.08.2013 / 17:36

Tags