mailx -v user@gmail.com


 
Thread Tools Search this Thread
Operating Systems Solaris mailx -v user@gmail.com
# 1  
Old 10-15-2011
mailx -v user@gmail.com

iam near to give in : i have been about 1 week trying to send mail to my gmail account from local (not registered ) account but every time i fail

i did the following
Code:
bash-3.00# mailx  -v mohammed.gaber.ibrahim@gmail.com
Subject: newmail
.
EOT
bash-3.00# mohammed.gaber.ibrahim@gmail.com... Connecting to [127.0.0.1] via rel ay...
220 root1.mmjaboor.com ESMTP Sendmail 8.13.8+Sun/8.13.8; Sat, 15 Oct 2011 15:41: 36 +0200 (EET)
>>> EHLO root1.mmjaboor.com
250-root1.mmjaboor.com Hello localhost [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-EXPN
250-VERB
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-DELIVERBY
250 HELP
>>> VERB
250 2.0.0 Verbose mode
>>> MAIL From:<root@root1.mmjaboor.com> SIZE=73
250 2.1.0 <root@root1.mmjaboor.com>... Sender ok
>>> RCPT To:<mohammed.gaber.ibrahim@gmail.com.mmjaboor.com>
>>> DATA
250 2.1.5 <mohammed.gaber.ibrahim@gmail.com.mmjaboor.com>... Recipient ok
354 Enter mail, end with "." on a line by itself
>>> .
050 <mohammed.gaber.ibrahim@gmail.com.mmjaboor.com>... Connecting to gmail-smtp- in.l.google.com.mmjaboor.com. via esmtp...
050 <mohammed.gaber.ibrahim@gmail.com.mmjaboor.com>... Connecting to mailhost.mm jaboor.com via esmtp...
050 <mohammed.gaber.ibrahim@gmail.com.mmjaboor.com>... Deferred: mailhost.mmjabo or.com: Network is unreachable
250 2.0.0 p9FDfa2A001093 Message accepted for delivery
mohammed.gaber.ibrahim@gmail.com... Sent (p9FDfa2A001093 Message accepted for de livery)
Closing connection to [127.0.0.1]
>>> QUIT
221 2.0.0 root1.mmjaboor.com closing connection

after this mail delivered locally to root@mylocal.domain .com
please tell me what is the error

Last edited by pludi; 10-15-2011 at 11:47 AM..
# 2  
Old 10-15-2011
Every thing is okay except the fact that gmail severs will not accept email from your locally registered domains because they doing reverse lockup checks to protect their mail seversagainst spammers .
Please post code postings in code tags

Last edited by h@foorsa.biz; 10-15-2011 at 01:30 PM..
# 3  
Old 10-15-2011
thank you very much: but how to send mail across internet from command line
# 4  
Old 10-15-2011
Code:
$mailx -s "subject goes here" user@SomeDomain.TLD  < body.txt

Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. HP-UX

[Solved] mailx : unknown user issue

Hi all, I know this issues has been discussed multiple times, i have gone through many such discussion but unfortunately i am still not able to solve the issue being faced. I have configured the sendmail.cf with the smtp host name (Editing the entry starting with DS...) Post that restarted... (7 Replies)
Discussion started by: chpsam
7 Replies

2. UNIX and Linux Applications

Mutt for yahoo and Gmail?

Hi Installed MUTT and configured it for Gmail and got successful and then tried to configure for Yahoo but i am not getting any success in doing that. Can anybody advice what preferences are to be set in .muttrc file for configuring yahoo and moreover How to configure multiple Gmail clients in... (1 Reply)
Discussion started by: nixhead
1 Replies

3. Shell Programming and Scripting

Mailx: How to send a attachment using mailx command

Hi All, Can anyone please provide the command for sending an mail with attachment using mailx command. Thanks in Advance :) Regards, Siram. (3 Replies)
Discussion started by: Sriram.Vedula53
3 Replies

4. Programming

ERROR while communicating with gmail

$./a.out smtp.gmail.com 25 220 mx.google.com ESMTP 9sm2923369yxf.23 250 mx.google.com at your service 220 2.0.0 Ready to start TLS after handshake Common Name: smtp.gmail.com after get cert dn -----BEGIN SSL SESSION PARAMETERS-----... (0 Replies)
Discussion started by: darshan.ghumare
0 Replies

5. OS X (Apple)

Ho do I masquerade the "user@user.local" address in mail/mailx?

Hi, I'm brand new here and looking for a solution: I'm using mail or mailx. The default reply address is «myshortusername@mylongusername.local» which makes absolutely no sense for anybody receiving my emails. But how do I change it? There seem to be many solutions but none for Mac OS X.... (0 Replies)
Discussion started by: gczychi
0 Replies

6. What is on Your Mind?

Gmail down?

Anyone else having problems in the last 20 minutes or so with Gmail? (6 Replies)
Discussion started by: otheus
6 Replies

7. UNIX for Dummies Questions & Answers

mailx error message : mailx: NUL changed to @

If I use the "Mail" link instead of the "mail" link to ../mailx I get this error. Mail so-n-so @whatever.com mailx: NUL changed to @ Unknown command: "postmaster" The email still goes through but i get the error. If I use "mail" it goes thru without the error. Any ideas?? (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies
Login or Register to Ask a Question