I recently installed 11.2. I first noticed that cron was not sending mail. I then found that I could not send mail with mailx. Postfix is running and handling external email perfectly. Nothing ever appears under /var/spool/mail. Mail sent by mailx just seems to disappear - no errors are reported.
I never had this problem over many years using earlier versions of Suse
Hi All,
I am trying to send a mail from linux server but could'nt able to send the mail.
I tried the below syntax's so far but no luck.
Code:
mail -s Hello world abc@xyz.com < /usr/g/txt.log
cat "txt.log" | mailx -s "Hello world" abc@xyz.com
mailx -s Hello world abc@xyz.com < /usr/g/txt.log < /g/txt.log
I have veririfed sendmai
Hi Gurus,
I have a solaris zone. I am finding a issue in the situation below.
When I tried to send a mail in this format its failing.
: mailx -s "test mail f" xxxxxx@yy.com
But its working just fine if I use echo.
echo "test body"|mailx -s "test mail " xxxxxxx@yy.com
Is there any way to make work email without echo.
Thanks in Advance.
HI experts,
By using mailx command i can send mails to any email id. and my DNS is like
oper@xyz.com ..... but if someone replied to the mail sent earlier using mailx command. then how to recieve or view that mail ...
Is dre any command to do the same ... Im working on some project and got stucked in this scenario. any help appreciated.
Plz do reply with the program/example ....
Unable to send mail using mailx command. I am using solaris 5.9 I am trying to send notification for the scheduled jobs in crob but the mailx is not working. Checked the settings in submit.cf and sendmail.cf
but unable to find the solution.
Hi,
I am using solaris 5.9 OS and I am facing an issues with mailx.
My SMTP port is configured to listen 6190 and not the default one which is 25.
Hello All,
I m trying to send mail from my unix script,
I have used the below command
Code:
mailx -s 'hi' email address < temp.txt
It is not giving me any error,but I couldn't receive the mail
Can you please help me.
Many Thanks,
Pragyan
I tried to send email through mailx, the text file is well formatted when i open in unix, but when received the mail in outlook, the column do not align with the heading. The text file contain the tablespace details which I spool out from database.
Please advise.
I used to have the mail I read using the command "mail" moved automagically from /var/spool/mail to my mbox.I don't think I confiured anything to get this behaviour on CentOS 4... [by h_fat]