Quote:
|
Originally Posted by latcarf
Thanks, sounds simple enough.
I have noticed when I shut down and and linux goes through the processes it gets to a line where it says something like "... killall Postfix [Failed]"
I am sure there is probably a sys log somewhere that records all this. Can I take the easy way ask where it is?
|
Go to the log directory:
cd /var/log
Then liszt all files in that directory:
ls -l
The you can see a list of all available logfiles. There is also the syslog file.
Quote:
|
Originally Posted by latcarf
Lastly, is there a method that allows clients to place files on my FTP (proftpd) without logging in? such as anonymous?
|
You can set anonymous FTP inside from ISPConfig. Please read the manual.