I have a Wordpress site running on nginx. What is the best way to restrict access to /wp-admin using nginx?
Thanks
My backups are stored on remote FTP server. I'm looking for a universal way to clean-up the FTP directory using bash or python.
Any help would be appreciated.
Edited: I have only FTP access to the server.
I need to cleanup the directory via remotely logging in via FTP
[solved]
I have a problem while sending email as root from Debian machine. In exim panic log appears message:
2009-10-23 10:56:24 1N1Fwd-0001v5-Kh User 0 set for my_local_delivery_transport transport is on the fixed_never_users list
I've added to /etc/aliases:
root: [email protected]
But problem still persist.
Have somebody faced with type of issue?
[solved]
a) It works with sudo:
sudo -u user mail -s test [email protected]
b) It works with aliases (I forgot to issue newaliases command, thanks blank3)