Search found 2 matches

by marcelorp
11 Nov 2018, 10:27
Forum: General Discussion (csf)
Topic: USER yyyyy: no such user found from 107.150.xxx.xx
Replies: 1
Views: 1824

Re: USER yyyyy: no such user found from 107.150.xxx.xx

I found the soluction...here is:

Default:

Code: Select all

FTPD_LOG = "/var/log/messages"
Changed to:

Code: Select all

FTPD_LOG = "/var/log/secure"
by marcelorp
10 Nov 2018, 11:56
Forum: General Discussion (csf)
Topic: USER yyyyy: no such user found from 107.150.xxx.xx
Replies: 1
Views: 1824

USER yyyyy: no such user found from 107.150.xxx.xx

Hello! I'm getting this log spamming on my new server: USER yyyyy: no such user found from 107.150.xxx.xx My configuration of LF_ is: LF_TRIGGER = "5" LF_TRIGGER_PERM = "3600" LF_SSHD = "5" LF_SSHD_PERM = "3600" LF_FTPD = "1" LF_FTPD_PERM = "360...