How to get rid of qmail doublebounce
- No Comments
- Oct, 05, 2009
- Angelo Schalley
- Linux
Double bounce emails are the result of emails sent to a non-existent email address on your server from a non-existent email address. When qmail gets the second bounce it usually sends the email to the server administrator.
Read more on How to get rid of qmail doublebounce…
scp command line copy to remote machine
- No Comments
- Oct, 05, 2009
- Angelo Schalley
- Linux
scp -P 4589 /var/log/* root@ip-or-domain-name:/root/folder/
port 4589 is specified here, default ssh port is 22
expand disk linux ESVA – vmware
- No Comments
- Oct, 05, 2009
- Angelo Schalley
- Linux, vmware
Shut down your ESVA VM.
Add a new disk (SCSI) – as big as you like. (20GB should be large enough for most sites)
Boot the VM up
login as root on the console
cd /tmp
fdisk /dev/sdb
n
p
1
<enter>
<enter>
w
Read more on expand disk linux ESVA – vmware…