Re: sending mail from the command line

2011-05-10 Thread is123
On Tue, 10 May 2011 17:37:10 +0300 guy keren wrote: > > according to the logs - the mail was not delivered to an external > machine. check your sendmail's mail queue (using 'mailq') to see if the > message is still there. > > it could also be that the mail was delivered to some local mailbox, >

Re: sending mail from the command line

2011-05-10 Thread guy keren
> > > - yba > > > > > > On Tue, 10 May 2011, Dan Shimshoni wrote: > > > >> Date: Tue, 10 May 2011 14:17:15 +0300 > >> From: Dan Shimshoni > >> To: linux-il > >> Subject: sending mail from the command line > >> > >>

Re: sending mail from the command line

2011-05-10 Thread Jonathan Ben Avraham
: Dan Shimshoni To: linux-il Subject: sending mail from the command line I am trying this from a Linux machine which is connected to the internet via PPPoE ( for the test, no firewall): mail -s "test" danshi...@gmail.com < /dev/null and also this mail -s "test" danshi...@gm

Re: sending mail from the command line

2011-05-10 Thread Dan Shimshoni
Dan Shimshoni wrote: > >> Date: Tue, 10 May 2011 14:17:15 +0300 >> From: Dan Shimshoni >> To: linux-il >> Subject: sending mail from the command line >> >> I am trying this from a Linux machine which is connected to the >> internet via PPPoE ( for the test

Re: sending mail from the command line

2011-05-10 Thread Constantine Shulyupin
I use msmtp with msmtprc: account default auth on tls on tls_starttls on tls_trust_file /etc/ssl/certs/ca-certificates.crt syslog LOG_MAIL domain .net from X account gmail : default host smtp.gmail.com port 587 user x...@gmail.com password On Tue, May 10, 2011 at 2:17 PM, Dan Shim

Re: sending mail from the command line

2011-05-10 Thread Jonathan Ben Avraham
o tell you. Start by looking at /var/log/maillog (for Sendmail installations) or /var/log/mail.log (commonly used in Postfix installations). Hag Sameach, - yba On Tue, 10 May 2011, Dan Shimshoni wrote: Date: Tue, 10 May 2011 14:17:15 +0300 From: Dan Shimshoni To: linux-il Subject: sending mai

sending mail from the command line

2011-05-10 Thread Dan Shimshoni
I am trying this from a Linux machine which is connected to the internet via PPPoE ( for the test, no firewall): mail -s "test" danshi...@gmail.com < /dev/null and also this mail -s "test" danshi...@gmail.com enter add some text enter ctrl-d I don't get any mail in danshi...@gmail.com. What i