Results 524 comments of TJ Saunders

Yes, the newer `mod_geoip2` uses libmaxminddb, and the free GeoIP2 databases from [here](https://dev.maxmind.com/geoip/geoip2/geolite2/). It should work using Alpine, yes.

Question for the folks here: Would you want/expect ProFTPD to support either `mod_geoip`, or `mod_geoip2`, _but not both at the same time_? I'd like to get `mod_geoip2` into the 1.3.8...

@pghmcfc No current source that I'm aware of. The only reason to keep `mod_geoip` around is in case there were sites which can't/won't update to using `libmaxminddb` and `mod_geoip2`. Perhaps...

This looks to be the same issue as https://github.com/proftpd/proftpd/issues/1367. In this case, it is the group name which contains space characters: ``` 2022-08-04 16:22:22.519 modify=20220803173656;perm=flcdmpe;type=dir;unique=FD02U240A32;UNIX.group=1051;UNIX.groupname=domain users;UNIX.mode=02770;UNIX.owner=1039733;UNIX.ownername=homologftp; envio ``` To address...

Looking at the user/group names on the files via the shell is not the same as viewing them via FTP, specifically because you have configured ProFTPD to use LDAP, not...

If there are no further comments to add to this ticket, I'd like to close it. Thanks!

Why these particular exit codes/return values? I agree this sounds like a useful enhancement. I am just curious why you specifically mentioned 127, 128, 130 as values, _vs_ 1, 2,...

The more I look into this, the more I think that the requested changes will be larger in scope. Why? The error conditions in question come from the server-side action...

Perhaps I can work on providing better exit codes as part of Issue #379.

Note that for the exit/error codes to use, look into those in ``.