Help for this page

Select Code to Download


  1. or download this
    root@fourth:~# cpanm --verbose Mail::Webmail::Gmail
    cpanm (App::cpanminus) 1.7044 on perl 5.032001 built for x86_64-linux-
    +gnu-thread-multi
    ...
    ...
        dependency on LWP::Protocol::https.
    
    root@fourth:~#
    
  2. or download this
    root@fourth:~# cd .ssh/
    root@fourth:~/.ssh# ll
    ...
    drwx------ 9 root root 4096 Mar  5 04:47 ../
    -rw------- 1 root root  419 Jan  2 02:17 authorized_keys
    root@fourth:~/.ssh#
    
  3. or download this
    #!/usr/bin/perl 
    
    ...
    __END__
    
    wilma@fourth:~$
    
  4. or download this
    wilma@fourth:~$ ./1.smtp.pl 
    values are fourth 465 wilma starttls
    sending failed: unable to establish SMTP connection to (fourth) port 4
    +65
    
  5. or download this
    wilma@fourth:~$ hostname
    fourth
    
  6. or download this
    sudo apt-get install alpine postfix bsd-mailx
    sudo vi /etc/postfix/main.cf
    #=> correct "myhostname" if necessary
    ...
    echo "This is a mailx test" | mailx -s "mailx test" root
    alpine
    # Configure "User Domain" and anything else as needed