Error:


smtp-server: 501 5.1.7 Invalid address
. . . message not sent


Scenario:


mailx receives smtp-server: 501 5.1.7 Invalid address when shell script triggered via crontab job ; no errors received and mail delivered to recipient when same shell script executed on linux prompt.




Cause:


1. Invalid email address or domain name in recipient filled value -c or at the end of line in mailx.

mailx -S smtp=smtp.mes.abc.net -s 'Test Mail' -c john.mayer@abc.com tom.cruzz@abc.com

2. Invalid smtp server mentioned in -S clause of mailx

mailx -S smtp=smtp.mes.abc.net -s 'Test Mail' -c john.mayer@abc.com tom.cruzz@abc.com


3. Sender's address is wrongly interpreted when mailx is scheduled from crontab shell script job.



Solution:


1. Correct the recipient's email address by verifying its existence in outlook address book.


2. Correct smtp server address which can resolve recipient email address decalred in mailx .


3. Add the sender's email address or alias in mailx -r ; email address which has worked in past when executed from linux prompt ; So that it will not be formed based on cron execution daemon which may not be resolvable by smtp host in many cases.


mailx -S smtp=smtp.mes.abc.net -s 'Test Mail' -r osuser@serv.int -c john.mayer@abc.com 
tom.cruzz@abc.com





Latest

How to Study and Pass Oracle Database Administration 2019 Certified Professional 1Z0-083 - Oracle Database Administration II

Wait is over , you can easily clear Oracle Database Administration 2019 Certified Professional 1Z0-083 by following the below advisory bas...
1 2 3 » Error: Post Client installation receiving error as  [oracle@testlaba ~]$ sqlplus "/ as sysdba" sq...
  • ORA-04023: Object could not be validated or author...
  • Bermuda Triangle The Mystery Solved ?
  • ORA-02266: unique/primary keys in table referenced...
  • ORA-01830: date format picture ends before convert...
  • ORA-04022: nowait requested, but had to wait to lo...
  • ORA-01086: savepoint never established in this ses...
  • Motivational Thoughts on Life to inspire
  • Motivational Thoughts on Leadership by world leaders
  • Motivational thoughts on Failure and Success by su...
  • Power of Thinking : A Dot Experiment
  • ORA-12514: TNS:listener does not currently know of...
  • Solve Rubik's Cube 7 Easy Steps
  • restart or invoke a shell script from inside in linux
  • smtp-server: 501 5.1.7 Invalid address
  • ORA-06502 ORA-06512 ORA-22275
  • ORA-06512 ORA-00942
  • ORA-06512 ORA-01403
  •