Christian Beer

Results 32 comments of Christian Beer

I took the liberty of changing one of my old scripts to support nftables. See PR #2029 for a script. Let me know if there are problems. For the record...

Thanks for the quick answer. > What would probably work for you is using the option `--exclude=exclude`. Note that this will skip *any* path in your filesystem with the name...

>> I usually don't run `find` on this tree as I already know it takes a lot of time because of the amount of files in the subdirectories (I can't...

Sorry for the late reply. Are you sure the credentials you are entering are correct? Do you see the login attempt in the proftpd logfile?

Hi, do you want to create your own fork or is this meant to be merged and released as version 2.3? I just glanced at the changes which look good...

- copy https://github.com/ezSQL/ezSQL/blob/master/postgresql/ez_sql_postgresql.php into includes - add $cfg['db_type'] == "postgresql" in AdminClass.php und config_example.php - adapt the db schema and change proftpd config - test

This seems a bit more work than I outlined above. @punkkeks if you really need this get in touch with me and I will take a look at what can...

This opens a whole new can of worms with SMTP processing, storing credentials for external mail servers and so on. I won't have time to implement this as I don't...

The easy thing to use is the builtin PHP mail() function but that does not work if you need to authorize yourself at the mailserver. You would need to include...

I would consider to include a minimal installation of PHPMailer to ProFTPd-Admin which means the files class.phpmailer.php and class.smtp.php, no languages, no extras. That would give the basic ability to...