|
|
|
@ -430,7 +430,7 @@ echo "HOSTNAME=\"$hostname\"" >> /mnt/setup-chroot.sh
|
|
|
|
echo "service sendmail start" >> /mnt/setup-chroot.sh
|
|
|
|
echo "service sendmail start" >> /mnt/setup-chroot.sh
|
|
|
|
echo "cat \"/home/${admin}/.ssh/id_rsa.pub\" | mail -s \"$hostname SSH key\" -A \"/home/${admin}/.ssh/id_rsa.pub\" admin" >> /mnt/setup-chroot.sh
|
|
|
|
echo "cat \"/home/${admin}/.ssh/id_rsa.pub\" | mail -s \"$hostname SSH key\" -A \"/home/${admin}/.ssh/id_rsa.pub\" admin" >> /mnt/setup-chroot.sh
|
|
|
|
# uuencode test.csv test.csv | mail -v -s "Subject test" -r no-reply@mydomain.co.uk recepient@mydomain.co.uk
|
|
|
|
# uuencode test.csv test.csv | mail -v -s "Subject test" -r no-reply@mydomain.co.uk recepient@mydomain.co.uk
|
|
|
|
#echo "sendmail -OTimeout.hoststatus=0m -q -v" >> /mnt/setup-chroot.sh
|
|
|
|
echo "sendmail -OTimeout.hoststatus=0m -q -v" >> /mnt/setup-chroot.sh
|
|
|
|
|
|
|
|
|
|
|
|
echo "service sendmail stop" >> /mnt/setup-chroot.sh
|
|
|
|
echo "service sendmail stop" >> /mnt/setup-chroot.sh
|
|
|
|
|
|
|
|
|
|
|
|
|