
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
script que envia informacion del host como: ip local, ip pulbica, nombre host, contraseña de usuario encriptada en md5, version kernel, etc via correo.
copiar script en ~/.gnome2/nautilus-scripts/
y dar permiso de ejecucion: chmod 777
9 years ago
Instalar ssmtp y configurar /etc/ssmtp/ssmtp.conf
#
# Config file for sSMTP sendmail
#
# The person who gets all mail for userids < 1000
# Make this empty to disable rewriting.
root=yourmail@mail.com
# The place where the mail goes. The actual machine name is required no
# MX records are consulted. Commonly mailhosts are named mail.domain.com
#en caso de usar gmail
mailhub=mailhub=smtp.gmail.com:587
# Where will the mail seem to come from?
rewriteDomain=
# The full hostname
hostname=yourserver.example.com
# Are users allowed to set their own From: address?
# YES - Allow the user to specify their own From: address
# NO - Use the system generated From: address
FromLineOverride=YES
# Username and password for Google\'s Gmail servers
# From addresses are settled by Mutt\'s rc file, so
# with this setup one can still achieve multi-user SMTP
AuthUser=username@gmail.com
AuthPass=password
AuthMethod=LOGIN
9 years ago
Instalar ssmtp y configurar /etc/ssmtp/ssmtp.conf
#
# Config file for sSMTP sendmail
#
# The person who gets all mail for userids < 1000
# Make this empty to disable rewriting.
root=yourmail@mail.com
# The place where the mail goes. The actual machine name is required no
# MX records are consulted. Commonly mailhosts are named mail.domain.com
#en caso de usar gmail
mailhub=mailhub=smtp.gmail.com:587
# Where will the mail seem to come from?
rewriteDomain=
# The full hostname
hostname=yourserver.example.com
# Are users allowed to set their own From: address?
# YES - Allow the user to specify their own From: address
# NO - Use the system generated From: address
FromLineOverride=YES
# Username and password for Google\'s Gmail servers
# From addresses are settled by Mutt\'s rc file, so
# with this setup one can still achieve multi-user SMTP
AuthUser=username@gmail.com
AuthPass=password
AuthMethod=LOGIN
Please login or register to add a comment or rating