View Single Post
Posts: 56 | Thanked: 19 times | Joined on Jan 2012
#182
Originally Posted by taixzo View Post
Two things: You're using the i386 archive I posted, and you're not in the right directory. Download the .deb from first post (it should be called saera_0.1-0_all.deb). Save this to "Nokia N900". Then, in xterm:

Code:
root
cd /home/user/MyDocs
dpkg -i saera_0.1-0_all.deb
i got this



BusyBox v1.20.1 (Debian 1.20.1power1) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ root


BusyBox v1.20.1 (Debian 1.20.1power1) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900:~# root
root is not in the sudoers file. This incident will be reported.
Nokia-N900:~# cd /home/user/MyDocs
Nokia-N900:/home/user/MyDocs# dpkg -i saera_0.1-0_all.debBusyBox v1.20.1 (Debian 1.20.1power1) multi-call binary.

Usage: sendmail [OPTIONS] [RECIPIENT_EMAIL]...

Read email from stdin and send it

Standard options:
-t Read additional recipients from message body
-f SENDER Sender (required)
-o OPTIONS Various options. -oi implied, others are ignored
-i -oi synonym. implied and ignored

Busybox specific options:
-v Verbose
-w SECS Network timeout
-H 'PROG ARGS' Run connection helper
Examples:
-H 'exec openssl s_client -quiet -tls1 -starttls smtp
-connect smtp.gmail.com:25' <email.txt
[4<username_and_passwd.txt | -auUSER -apPASS]
-H 'exec openssl s_client -quiet -tls1
-connect smtp.gmail.com:465' <email.txt
[4<username_and_passwd.txt | -auUSER -apPASS]
-S HOST[:PORT] Server
-auUSER Username for AUTH LOGIN
-apPASS Password for AUTH LOGIN

Other options are silently ignored; -oi -t is implied
Use makemime to create emails with attachments