Search found 5 matches
- Sun Jan 18, 2015 5:47 pm
- Forum: Mail Server
- Topic: Blocking compromised accounts (outgoing spam) and auth crack
- Replies: 1
- Views: 2965
Blocking compromised accounts (outgoing spam) and auth crack
Can this additional security be added to the Exim configuration?
https://github.com/Exim/exim/wiki/BlockCracking
Thank you so much.
https://github.com/Exim/exim/wiki/BlockCracking
Thank you so much.
- Mon Jun 16, 2014 5:00 am
- Forum: General Discussion
- Topic: [FEATURE REQUEST] How to store backup using Amazon S3?
- Replies: 4
- Views: 6837
Re: [FEATURE REQUEST] How to store backup using Amazon S3?
You could have a cron job that backups up the latest file at the time when it is run. I use the http://s3tools.org/s3cmd script on Centos, Debian 6/7. # Backups one specific user file #!/bin/bash _now=$(date +"%Y-%m-%d") _file="/home/backup/USER.$_now.tar" # replace s3.myamazon-bucket with your own ...
- Wed Feb 19, 2014 11:02 pm
- Forum: Web Interface
- Topic: Multiple IP not showing in VestaCP
- Replies: 5
- Views: 17287
Re: Multiple IP not showing in VestaCP
I would like to confirm that executing the command below on my Centos 6.5 populated the IPs in the Control Panel interface. Yes, I now see the IP menu which has the interface to add more IPs. Thank you so much. # > /usr/local/vesta/bin/v-update-sys-ip Perhaps, You add IP manual try to execute the co...
- Tue Feb 18, 2014 11:02 pm
- Forum: Web Interface
- Topic: Multiple IP not showing in VestaCP
- Replies: 5
- Views: 17287
Re: Multiple IP not showing in VestaCP
I figured it out a temporary fix. I wish I could do this on the VestaCP interface. I have a feeling that later when I install the SSL certificate, or the panel does an update, It will overwrite to the default IP. :( Please let me know if there is a fixed for this. 1. Create a user, log in as the use...
- Mon Feb 17, 2014 5:21 pm
- Forum: Web Interface
- Topic: Multiple IP not showing in VestaCP
- Replies: 5
- Views: 17287
Multiple IP not showing in VestaCP
I have setup multiple IPs on my Centos 6.5 (64bit) vps. I can ping to each ip from the outside. However, VestaCP doesn't list them when I try to add a domain. I restarted the VestaCP and the server with no luck. Any ideas? [root@vps network-scripts]# ls -la ifcfg-eth* -rw-r--r-- 1 root root 277 Feb ...