Aman Jain

Results 3 comments of Aman Jain

Yes, we can use it. Check this out: ``` type mail host email-smtp.us-east-1.amazonaws.com port 587 from email_id to email_id subject SUBJECT user ********** password ******************************** enable_starttls_auto true enable_tls false message...

The config test fails after adding these. ``` user@server_hostname:~$ sudo proftpd --configtest Checking syntax of configuration file 2025-01-13 09:34:58,682 server_hostname proftpd[7687]: fatal: UserOwner: directive not allowed in context on line...

This also doesn't work as expected. I still see the file uploaded with the sftp user. ``` user@server_hostname:$ ls -l total 4 -rw-r--r-- 1 5000_sample 30000 32 Jan 14 10:10...